Jump to content

problem with order quantity on frontend


Recommended Posts

The code you need to modify is line 255 of product.tpl in your theme directory:

<input type="text" name="qty" id="quantity_wanted" class="text" value="{if isset($quantityBackup)}{$quantityBackup|intval}{else}1{/if}" size="2" maxlength="3" />



Increase maxlength to 4 to enable quantities up to 9999 and increase the size to make the text field longer.

Link to comment
Share on other sites

×
×
  • Create New...