Hi Guys
I'm trying to add some extra products after the carriers during the 3rd step of the checkout process. I was looking for some module which will handle this but no luck so I decided to edit the steps.tpl file.
I have added two products below the carrier, but I'm not able to create the link which will add the product to the cart.
I'm using PS_1.7.6.2 so there is not possible to copy the ADD TO CART button link from desired product.
I have created the link using mentioned below formulas:
https://mysite/cart?add=1&id_product=35&token=TBE4-U6M0Ib3tAjb8Qn4wC7q_Q6YUDg0
https://mysite/index.php?controller=cart&add&id_product=35&qty=1
The links are working both for logged in and not logged in users which is fine.
The problem is:
After clicking the link the user is redirected back to the cart. Is there any chance to add the product to the cart and stay at the current position of the checkout process?
Or maybe there is an module which can handle this?
Thanks for your time guys!
King Regards