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!
Change number of products in Cart Made Simple
Re: Change number of products in Cart Made Simple
Hi,
search you /library/orders.api.php around line 254 you'll find
and try to increase 20 to some other amount
search you /library/orders.api.php around line 254 you'll find
Code: Select all
$qtydropdown = array();
for($i = 1; $i <= 20; $i++)
Last edited by bob_basli on Thu Oct 21, 2010 8:56 am, edited 1 time in total.