Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Allowing user to purchase unlimited quantities of products


stevki

Recommended Posts

Posted

I need to be able to have the user order more than 99 products at a time.

 

I found where in the mysql tables:

 

orders_products->product_quantity

customers_basket->customer_basket_quantity

 

the value was set to int(2), I changed it to int(11) and still cannot order more than 99 pieces.

 

Where else to I need to change the configuration to allow them to order what they want???

 

Any help or guidance would be appreciated.

 

Steve

Posted

@@stevki

 

In the admin area under configuration>> maximum values>> change the Product Quantities In Shopping Cart to whatever you want.

 

 

 

Chris

Posted

As Chris mentioned above, but i do believe that changing it to zero will add unlimited numbers of items

REMEMBER BACKUP, BACKUP AND BACKUP

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...