I have copied the "Add to cart HTML" into an artlice, for a list of items. However, the link goes to Checkout, when I would prefer to allow multiple selections to be added to the cart. The cart display has a Checkout button, which users could use to get to the checkout.
Here is an example of the generated code. I tried setting checkout=1 to checkout=0 as a guess, but no luck.
<a class="hikashop_html_add_to_cart_link" href="index.php?option=com_hikashop&ctrl=product&task=updatecart&quantity=1&checkout=1&product_id=9">Add to cart</a></p>