Hi,
I need to have a syntax for a link that add a product and his related coupon all in one.
For the first part I made it and it's:
https://doman.ext/index.php?option=com_virtuemart&view=cart&task=add&virtuemart_product_id[]=1&quantity[]=1
but i can't find the sintax for a coupon, I try with this:
https://doman.ext/index.php?option=com_virtuemart&view=cart&task=add&virtuemart_product_id[]=1&quantity[]=1?addcoupontocart=code
But It doesn't work.
Thanks