Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

updated oscommce/now i have a max quantity problem


wbhendrix

Recommended Posts

Posted

i followed the instructions below and updated my oscommerce the other day... now the problem is that my shopping cart has a maximum allowance of 99 items!

 

when i searched my shoppingcart.php file i found this

 

if (defined('MAX_QTY_IN_CART') && (MAX_QTY_IN_CART > 0) && ((int)$qty > MAX_QTY_IN_CART)) {
  $qty = MAX_QTY_IN_CART;

 

i thought 0 meant unlimited... where did i go wrong and how can i fix this?

 

thanks for your help!

 

(instructions i used)

http://www.oscommerce.com/ext/extras/upgrade-22rc1.html

music. love. harmony.

Archived

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

×
×
  • Create New...