daniem
Members-
Posts
66 -
Joined
-
Last visited
Profile Information
-
Location
Poland
-
Activity
Freelancer
daniem's Achievements
Newbie (1/14)
0
Reputation
-
That same problem is full descprition here: http://codegur.com/34601711/impossible-to-add-product-to-cart-error-prestashop-ajax
-
Hi! Some after mount my customers cant's add products to the cart. Display error: http://prntscr.com/c6ubu7
-
Dodawanie załącznika przez klienta w karcie produktu
daniem replied to daniem's topic in Forum ogólne
Nikt nic...? -
How to change type file upload in customization product
daniem replied to daniem's topic in General topics
Please, help me. -
How to change type file upload in customization product
daniem replied to daniem's topic in General topics
System Prestashop accept only file type probably: png, jpg, gif -
Hi All! I added short code customization in product page. I created two fileds: one text and one upload img. How to change type file upload for na .zip and .rar?
-
Dodawanie załącznika przez klienta w karcie produktu
daniem replied to daniem's topic in Forum ogólne
Wie ktoś gdzie zmienić typy plików pobieranych? Tak by można było załączać pliki także w .zip Pilnie proszę o pomoc. -
Dodawanie załącznika przez klienta w karcie produktu
daniem replied to daniem's topic in Forum ogólne
Należy wstawić: <form method="post" action="{$customizationFormTarget}" enctype="multipart/form-data" id="customizationForm" class="clearfix"> <p class="infoCustomizable"> {l s='After saving your customized product, remember to add it to your cart.'} {if $product->uploadable_files} <br /> {l s='Allowed file formats are: GIF, JPG, PNG'}{/if} </p> {if $product->uploadable_files|intval} <div class="customizableProductsFile"> <h5 class="product-heading-h5">{l s='Pictures'}</h5> <ul id="uploadable_files" class="clearfix"> {counter start=0 assign='customizationField'} {foreach from=$customizationFields item='field' name='customizationFields'} {if $field.type == 0} <li class="customizationUploadLine{if $field.required} required{/if}">{assign var='key' value='pictures_'|cat:$product->id|cat:'_'|cat:$field.id_customization_field} {if isset($pictures.$key)} <div class="customizationUploadBrowse"> <img src="{$pic_dir}{$pictures.$key}_small" alt="" /> <a href="{$link->getProductDeletePictureLink($product, $field.id_customization_field)|escape:'html':'UTF-8'}" title="{l s='Delete'}" > <img src="{$img_dir}icon/delete.gif" alt="{l s='Delete'}" class="customization_delete_icon" width="11" height="13" /> </a> </div> {/if} <div class="customizationUploadBrowse form-group"> <label class="customizationUploadBrowseDescription"> {if !empty($field.name)} {$field.name} {else} {l s='Please select an image file from your computer'} {/if} {if $field.required}<sup>*</sup>{/if} </label> <input type="file" name="file{$field.id_customization_field}" id="img{$customizationField}" class="form-control customization_block_input {if isset($pictures.$key)}filled{/if}" /> </div> </li> {counter} {/if} {/foreach} </ul> </div> {/if} {if $product->text_fields|intval} <div class="customizableProductsText"> <h5 class="product-heading-h5">{l s='Text'}</h5> <ul id="text_fields"> {counter start=0 assign='customizationField'} {foreach from=$customizationFields item='field' name='customizationFields'} {if $field.type == 1} <li class="customizationUploadLine{if $field.required} required{/if}"> <label for ="textField{$customizationField}"> {assign var='key' value='textFields_'|cat:$product->id|cat:'_'|cat:$field.id_customization_field} {if !empty($field.name)} {$field.name} {/if} {if $field.required}<sup>*</sup>{/if} </label> <textarea name="textField{$field.id_customization_field}" class="form-control customization_block_input" id="textField{$customizationField}" rows="3" cols="20">{strip} {if isset($textFields.$key)} {$textFields.$key|stripslashes} {/if} {/strip}</textarea> </li> {counter} {/if} {/foreach} </ul> </div> {/if} <p id="customizedDatas"> <input type="hidden" name="quantityBackup" id="quantityBackup" value="" /> <input type="hidden" name="submitCustomizedDatas" value="1" /> <button class="button btn btn-default button button-small" name="saveCustomization"> <span>{l s='Save'}</span> </button> <span id="ajax-loader" class="unvisible"> <img src="{$img_ps_dir}loader.gif" alt="loader" /> </span> </p> </form> -
Dodawanie załącznika przez klienta w karcie produktu
daniem replied to daniem's topic in Forum ogólne
Może mógłbyś mi podpowiedzieć jako mniej więcej fragmentu kodu szukać a dalej powinienem sobie poradzić. -
Dodawanie załącznika przez klienta w karcie produktu
daniem replied to daniem's topic in Forum ogólne
A co jeśli utworzyłem opcje(dostosowanie) jednak nie wyświetlają się na stronie produktu? Mam płatny szablon Mega Shop. Co mogę zrobić by wyświetlić dane pola? Podejrzewam, że bd musiał kombinować coś z plikiem strony produktu. -
Dodawanie załącznika przez klienta w karcie produktu
daniem replied to daniem's topic in Forum ogólne
Liczę na to że da się to jakoś samemu zrobić bądź dostać jakiś darmowy moduł albo w miarę tani. -
Cześć. Czy znacie może moduł, który umożliwiałby dodawanie załączników oraz krótkiego opisu przez klienta w karcie produktu?
-
Nieaktualne. Proszę o przeniesienie tematu do kosza.
-
Zgadzam się z wami że to nie jest szałowe wynagrodzenie. Wiadomo, że chciałbym więcej płacić, bo ja nie jestem skąpcem i doceniam czyjąś prace no ale takie mam możliwości. Ewentualne negocjacje. Obecnie mam jedną osobę z której jestem mega zadowolony, ale nie wyrabiamy się. A tak w ogóle. Co macie na myśli początkujący a profesjonalny. Czym według was to się różni. Ja sam wiem, ale chciałbym poznać waszą opinie(w miarę możliwości proszę o szczegóły). Być może mógłby obecnie na coś zwrócić uwagę, bo może coś przeoczyłem tak by podnieść jakość wdrażania.
-
Projekt szaty graficznej.