stopshop Posted September 2, 2008 Share Posted September 2, 2008 Hi everyone.I have 2 problems that I can't seem to understand.The first is that I cannot select over 999 of the same products.As I plan on having a section for bulk orders (flash drives for instance), I am counting on having some orders well over 999 units of the same product.The second issue is that sometimes the website itself gives this error when either opening a product, category or even refreshing the actual/current page:01. category does not exist.When this happens, the right blocks and top section of my website disappears.After refreshing a few more times, it then works fine without giving any error/s.I attached a screenie with the error I get.Thank you in advance. Link to comment Share on other sites More sharing options...
shutzu Posted September 4, 2008 Share Posted September 4, 2008 for the first issue:search for this in product.tpl: quantity == 0} style="display:none;"{/if}>{l s='Quantity :'} <input type="text" name="qty" id="quantity_wanted" class="text" value="1" size="2" maxlength="3" /></p> and replace maxlenght="3" with something like maxlenght="5" or 10 or whatever. also change the size of the box because user might forget how many 0'es typed in the box.This worked for mecan't reproduce the second, maybe some url of the site.... Link to comment Share on other sites More sharing options...
stopshop Posted September 4, 2008 Author Share Posted September 4, 2008 Hi ShutzuThanks for the help, that solved the problem.Just one quick question, how/where do I change the size of the box so that more than 3 digits are visible?Cheers Link to comment Share on other sites More sharing options...
shutzu Posted September 4, 2008 Share Posted September 4, 2008 before maxlenght=whatever you can see a size="2", change that to whatever you put to maxlenght-1 or something like this, you'll find the proper size Link to comment Share on other sites More sharing options...
stopshop Posted September 4, 2008 Author Share Posted September 4, 2008 Once again thanks, worked like a charm.Anyone have any ideas to my second problem?Cheers Link to comment Share on other sites More sharing options...
shutzu Posted September 4, 2008 Share Posted September 4, 2008 you're welcome!someone might be able to help you if you could show a live demo. Link to comment Share on other sites More sharing options...
stopshop Posted September 6, 2008 Author Share Posted September 6, 2008 Sorry for the late reply, have been away for some time.The second problem still happens every now and then.Even going into the site with several different browsers (after clearing cached files etc..)My url is, www.stopshop.co.zaAny help is highly appreciated.Cheers Link to comment Share on other sites More sharing options...
Recommended Posts