Jump to content

how to change order for more than 999 characters


Recommended Posts

Hi all,
i found the solution.

in the dir of ps you search poduct.tpl and the rule

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

at the maxlength="3" change this to 5 or 6

thats all,

Best reg,

John

Link to comment
Share on other sites


in the dir of ps you search poduct.tpl and the rule

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

at the maxlength="3" change this to 5 or 6

thats all,

I changed Maxlength=4(untill 9999) and i changed size=3. It works in FF but not in IE7. Any suggestions?
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...