Page 1 of 1

Change number of products in Cart Made Simple

Posted: Wed Oct 20, 2010 10:11 am
by jonnytm
Dear all

I successfully installed shop made simple and cart made simple and I am very happy with it - so far. My problem is that I cannot find out where to change the number of products once an item is added to the cart.

In the overview I see a dropdown (or pull down) where the number can be changed from 1-20 but I can't spot it in any of the code nor in the templates.

Help much appreciated!

Re: Change number of products in Cart Made Simple

Posted: Thu Oct 21, 2010 8:40 am
by bob_basli
Hi,
search you /library/orders.api.php around line 254 you'll find

Code: Select all

$qtydropdown = array();
for($i = 1; $i <= 20; $i++)
and try to increase 20 to some other amount