lemarcgagnon Posted March 7, 2014 Share Posted March 7, 2014 Hi!Orders quantities are made in thousands for my products . I modified the product.tpl maxlength from 3 digits to 6 after a bit of researsh on the forum. Now my problem is for the order window to show the right quantity ordered. Teh problem is that it shorten the quantity to 3 digits instead of showing the whole number. Which file and what line fo I have to modify in the default theme to suit my 6 digits need ( and not the 3 digits limit actually showing) Yours, Marc www.piquets.ca Here is a picture to illustrate my issue. Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted March 7, 2014 Share Posted March 7, 2014 Which file and what line fo I have to modify in the default theme to suit my 6 digits need ( and not the 3 digits limit actually showing) You should be able to solve this by editing your_theme/css/global.css as follows: .cart_quantity .cart_quantity_input { border: 1px solid #FFFFFF; float: left; margin-left: 5px; width: 40px; } 40px worked for me but you can adjust that to fit your needs. Marty Shue 1 Link to comment Share on other sites More sharing options...
lemarcgagnon Posted March 7, 2014 Author Share Posted March 7, 2014 Thanks Marty! I would have never figured it out! Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted March 7, 2014 Share Posted March 7, 2014 Thanks Marty! I would have never figured it out! Sure you would've You are welcome. Please mark the original post as [sOLVED] if you don't mind. Marty Shue Link to comment Share on other sites More sharing options...
Recommended Posts