-- HikaShop version -- : 2.6.1
-- Joomla version -- : 3.4.8
-- PHP version -- : 5.4.45
Hi
I want to send multiple products using task=updatecart from my customized page.
<a class="hikashop_html_add_to_cart_link" href="index.php?option=com_hikashop&ctrl=product&task=updatecart&quantity=1&checkout=1&product_id=1"> Add to cart</a>
I mean, I want to send product_id=1 , product_id=2, product_id=3 ..... to hikashop cart by a single anchor tag. How can I achieve this ?
OR
I can add one product at a time, but it should not redirect to checkout page on clicking Add to cart.