VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: layman on January 24, 2014, 05:35:22 AM

Title: popup select quantity
Post by: layman on January 24, 2014, 05:35:22 AM
Hi! There is a form add to cart code:
$href = JRoute::_('index.php?option=com_virtuemart&view=cart&task=add&virtuemart_product_id='.$row['product_id'].'virtuemart_category_id[]=1&quantity[]=1');
adds one number.

How to add a popup with a choice of quantity before adding to cart?

VM 2.0.26d