Hi there,
I have used add to cart html link to add products.
<a class="hikashop_html_add_to_cart_link" href="http://www.csiwallpanels.com/index.php?option=com_hikashop&ctrl=product&task=updatecart&qty=1&cid=85&Itemid=206&data[item][prodid_fincode]=<?php echo $this->element->product_code;?>-WOO001" onclick="try{ new Ajax('http://www.csiwallpanels.com/index.php?option=com_hikashop&ctrl=product&task=updatecart&qty=1&cid=85&Itemid=206&data[item][prodid_fincode]=WOO001', { method: 'get' }).request(); }catch(err){ new Request({url:'http://www.csiwallpanels.com/index.php?option=com_hikashop&ctrl=product&task=updatecart&qty=1&cid=85&Itemid=206&data[item][prodid_fincode]=WOO001', method: 'get'}).send(); } return false;">Add to cart</a>
Code is working fine but I cant see product immediately in the cart, requires a page reload.
Do, I need to do any other settings to be configured.
Please help.
Thank you