News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Quantity selector on products page

Started by zsoundz, October 24, 2012, 10:38:36 AM

Previous topic - Next topic

zsoundz

The quantity selector increases by 2 (next to add to cart), eg click + and the value goes from 1 to 3 to 5 etc,

I also added the lines below to stockable.php line 403 to address the bug for custom plugin for managing stockable product variants

if (quantity == undefined){
quantity = 1;
} /* this is the new bit */

Is there a solution I'm unaware ?