Hi,
On this event, when you click Sign Up, the event is added to the cart. On the checkout page, I want to add an facebook share, which also seems to work.
The problem is, when I share the page, and go to facebook and click on the link, the cart is empty, and not added to the cart.
My code is:
<div class="fbshare">
<a href="https://www.facebook.com/sharer/sharer.php?u=internationalcommunity.dk/Default.aspx?ID=<!--@Ecom:Product:Page.ID-->%26ProductID=<!--@Ecom:Order:OrderLine.ProductID-->&title=<!--@Ecom:Order:OrderLine.ProductName-->&CartCmd=add" target="_blank">Share on Facebook</a>
</div>
Where I first take the Ecom:Product:Page.ID and Ecom:Order:OrderLine.ProductID inside the orderlines loop with the CartCmd=add, to force the product to be added to the cart.
What am I doing wrong?
Thanks!