-- HikaShop version -- : 2.3.5
-- Joomla version -- : 3.3.6
-- PHP version -- : 5.5.2
-- Browser(s) name and version -- : Chrome Version 39.0.2171.95 m
Hello,
I'm working on a website where users can book (buy) courses; each course is a hika-product.
Course-description is done by a Joomla-Content-article where I put the specific "add to cart"-Link of the desired hika-product, e.g.:
<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 configured hika to proceed to the checkout immediatly after the product is put into the cart.
What I want to is to skip the "putting into cart" - action: So I need a link which puts the product (with quantity=1) into the cart AND proceeds to the checkout.
So how can I do that?
Thanks in advance!
mhelm