Jump to content

Showing full lenght Quantity in order


Recommended Posts

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.

post-752714-0-05230400-1394210428_thumb.jpg

Link to comment
Share on other sites

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

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...