Hello,
I’m having a rough time linking to paypal’s cart for the site I’m working on.
Seeing it did’nt work, I copied the code from a precedent site, but everything between my ee tags just disappear.
So here’s the code :
this is what I went with in the first place :
{exp:simple_commerce:purchase entry_id="{entry_id}" success="site/success" cancel="site/index"}
<li class="cart"><a >Panier</a></li>
{/exp:simple_commerce:purchase}and the code I copied from the older website
{exp:weblog:entries weblog="produits" limit="1"}
{exp:simple_commerce:purchase entry_id="{entry_id}" success="site/success" country_code="FR"}
<li class="cart"><a >Panier</a></li>
{/exp:simple_commerce:purchase}
{/exp:weblog:entries}Neither of them works…
Could anybody help me with this, please ?
Thanks