tihipes![]() 2007-11-13 17:32 | In price section I can input max 90000,00. Hov can I enlarge price for 1 o 2 decimals (1000000,00 €) » Quick.Cart v2.xtihipes |
merci![]() 2007-11-14 09:42 | tihipes - open file templates/admin/products_form.tpl and in following line:
<input type="text" name="fPrice" value="$aData[fPrice]" size="8" maxlength="8" class="label" />
change value of 8 to 10. |
tihipes![]() 2007-11-14 19:24 | Thanks Merci tihipes |