Hot Peppers Posted December 18, 2014 Share Posted December 18, 2014 Ciao a tutti, mi piacerebbe sapere come posso fare per modificare il form contatti in questo modo: Attualmente sotto Intestazione oggetto c'è --Scegli-- vorrei che ci fosse di default il mio nome senza l'icona della nuvoletta sotto, tanto non ho indicato nulla. Se possibile vorrei anche rimuovere la parte Riferimento ordine Grazie, Andrea Link to comment Share on other sites More sharing options...
robynho90 Posted December 19, 2014 Share Posted December 19, 2014 (edited) Ciao a tutti, mi piacerebbe sapere come posso fare per modificare il form contatti in questo modo: Attualmente sotto Intestazione oggetto c'è --Scegli-- vorrei che ci fosse di default il mio nome senza l'icona della nuvoletta sotto, tanto non ho indicato nulla. Se possibile vorrei anche rimuovere la parte Riferimento ordine Grazie, Andrea Ciao, non ho ancora scandagliato questa pagina personalmente, contact-form.tpl cercando basterà commentare le parti che non ti interessano una volta che sai come si chiamano, in questi file per commentare devi usare questi tag {* *} ma puoi anche usare <!-- --> per commentare parti html Edited December 19, 2014 by robynho90 (see edit history) 1 Link to comment Share on other sites More sharing options...
Hot Peppers Posted December 22, 2014 Author Share Posted December 22, 2014 Impostato come default il mio nome eliminando --Scegli-- (commentato riga 69) <!-- <option value="0">{l s='-- Choose --'}</option> --> Eliminato riferimento ordine: (commentato righe da 90 a 125) <!-- {if !$PS_CATALOG_MODE} {if (!isset($customerThread.id_order) || $customerThread.id_order > 0)} <div class="form-group selector1"> <label>{l s='Order reference'}</label> {if !isset($customerThread.id_order) && isset($is_logged) && $is_logged} <select name="id_order" class="form-control"> <option value="0">{l s='-- Choose --'}</option> {foreach from=$orderList item=order} <option value="{$order.value|intval}"{if $order.selected|intval} selected="selected"{/if}>{$order.label|escape:'html':'UTF-8'}</option> {/foreach} </select> {elseif !isset($customerThread.id_order) && empty($is_logged)} <input class="form-control grey" type="text" name="id_order" id="id_order" value="{if isset($customerThread.id_order) && $customerThread.id_order|intval > 0}{$customerThread.id_order|intval}{else}{if isset($smarty.post.id_order) && !empty($smarty.post.id_order)}{$smarty.post.id_order|escape:'html':'UTF-8'}{/if}{/if}" /> {elseif $customerThread.id_order|intval > 0} <input class="form-control grey" type="text" name="id_order" id="id_order" value="{$customerThread.id_order|intval}" readonly="readonly" /> {/if} </div> {/if} {if isset($is_logged) && $is_logged} <div class="form-group selector1"> <label class="unvisible">{l s='Product'}</label> {if !isset($customerThread.id_product)} {foreach from=$orderedProductList key=id_order item=products name=products} <select name="id_product" id="{$id_order}_order_products" class="unvisible product_select form-control"{if !$smarty.foreach.products.first} style="display:none;"{/if}{if !$smarty.foreach.products.first} disabled="disabled"{/if}> <option value="0">{l s='-- Choose --'}</option> {foreach from=$products item=product} <option value="{$product.value|intval}">{$product.label|escape:'html':'UTF-8'}</option> {/foreach} </select> {/foreach} {elseif $customerThread.id_product > 0} <input class="form-control grey" type="text" name="id_product" id="id_product" value="{$customerThread.id_product|intval}" readonly="readonly" /> {/if} </div> {/if} {/if} --> Eliminato anche la parte dell'allegato: (commentato righe da 126 a 132) <!-- {if $fileupload == 1} <p class="form-group"> <label for="fileUpload">{l s='Attach File'}</label> <input type="hidden" name="MAX_FILE_SIZE" value="2000000" /> <input type="file" name="fileUpload" id="fileUpload" class="form-control" /> </p> {/if} --> 1 Link to comment Share on other sites More sharing options...
LauraZero Posted November 12, 2019 Share Posted November 12, 2019 Salve è possibile aggiungere nel form sulla destra i riferimenti ai negozi (oltre quelli della società)? Grazie Link to comment Share on other sites More sharing options...
marsaldev Posted November 13, 2019 Share Posted November 13, 2019 Ciao @LauraZero, a quale versione di PrestaShop ci stiamo riferendo? Il post è un po' vecchiotto. Link to comment Share on other sites More sharing options...
LauraZero Posted November 25, 2019 Share Posted November 25, 2019 Ciao La versione è la 1.7.6.1 comunque ho trovato il sistema. grazie a presto Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now