News:

Support the VirtueMart project and become a member

Main Menu

popup select quantity

Started by layman, January 24, 2014, 05:35:22 AM

Previous topic - Next topic

layman

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