Change number of products in Cart Made Simple

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
jonnytm
Forum Members
Forum Members
Posts: 14
Joined: Mon Jan 04, 2010 9:50 pm

Change number of products in Cart Made Simple

Post 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!
bob_basli
Forum Members
Forum Members
Posts: 189
Joined: Mon Sep 24, 2007 6:18 pm
Location: The Netherlands

Re: Change number of products in Cart Made Simple

Post 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
Last edited by bob_basli on Thu Oct 21, 2010 8:56 am, edited 1 time in total.
Post Reply

Return to “Modules/Add-Ons”