camfab Posted October 14, 2010 Share Posted October 14, 2010 Da un bel po' ho un problema nella pagina prodotto.Il box quantita' di default e' impostato a zero. Per cui, quando il cliente aggiunge il prodotto al carrello esce il pop-up "Quantita' nulla".Ovviamente il cliente puo' modificare il campo quantita', pero' e' scocciante.Magari ricordo male, ma all'inizio mi sembrava che il default nel campo quantita' fosse 1.Cosa puo' essere? Posso intervenire in qualche modo nel codice per ovviare a questo inconveniente?GrazieFabiolatshirt.it Link to comment Share on other sites More sharing options...
checco Posted October 15, 2010 Share Posted October 15, 2010 Mah nel cosice si,se per caso hai fatto qualche modifica alla riga 258 hai questa istruzione <input type="text" name="qty" id="quantity_wanted" class="text" value="{if isset($quantityBackup)}{$quantityBackup|intval}{else}1{/if}" size="2" maxlength="3" /> Controlla se anche nella tua in value, dopo {else} hai impostato 1 o 0 Link to comment Share on other sites More sharing options...
camfab Posted October 15, 2010 Author Share Posted October 15, 2010 Grazie,verifico e vi faccio sapere! Link to comment Share on other sites More sharing options...
checco Posted October 15, 2010 Share Posted October 15, 2010 ops, mi sono dimenticato di dire che il fileè il product.tpl presente nella cartella del tema... Link to comment Share on other sites More sharing options...
camfab Posted October 15, 2010 Author Share Posted October 15, 2010 ecco la parte di codice <!-- MQC modified --> <input type="text" name="qty" id="quantity_wanted" class="text" value="{if isset($quantityBackup)}{$quantityBackup|intval}{else}{$product->multiplier|intval}{/if}" size="2" maxlength="3" onupdate="this.value=setQuantity(this.value,'{l s='Minimum Qunatity and Increase there of Required'}')"/> quindi nell'else ho un "product->multiplier" che non capisco dove venga "pescato" ... Link to comment Share on other sites More sharing options...
checco Posted October 15, 2010 Share Posted October 15, 2010 in effetti è stato modificatonon è il tema di default giusto? Link to comment Share on other sites More sharing options...
camfab Posted October 15, 2010 Author Share Posted October 15, 2010 Si, non e' il tema di default...E' che ricordo che all'inizio funzionava.. non capisco. Provo comunque a mettere un if piu' sotto, vedo se risolve Link to comment Share on other sites More sharing options...
camfab Posted November 13, 2010 Author Share Posted November 13, 2010 Si, non e' il tema di default...E' che ricordo che all'inizio funzionava.. non capisco. Provo comunque a mettere un if piu' sotto, vedo se risolve Con l'if inserito come nell'esempio di codice riportato funziona perfettamente.Grazie! Link to comment Share on other sites More sharing options...
kitoxa Posted December 22, 2013 Share Posted December 22, 2013 anche io ho questo problema il tema e quello di default la versione 1.5.4.1 chi mi aiuta anche su ricompensa 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