I’d suggest you add this image using CSS. The plugin provides plenty of classes and ids that you can use.
Probably I didn’t explain well my problem.
I need to put the variable that contains the value of my cart instead of “AMOUNT-CART” in that code.
<img src=”http://xxxxxxxxx.xxxx.xx/SLEW?amount=AMOUNT-CART” width=”1″ height=”1″ />
Thanks
There isn’t an option within eShop to do that. Can I ask why you need to do this?
We made a partnership with a comunication agency and that code let them to track the orders.
I made a try using this code:
<img src=”http://xxxxxxxxx.xxxxx.xx/SLEW?amount=$eshoptotal” width=”1″ height=”1″ />
but they sasy it doesn’t work.
The variables for the cart are all stored in a session cookie. Perhaps you could grab that session and pull out the cart total?
I tryed to use Firebug extension for Firefox but I haven’t found the cookie that contains that value.
Anyway, thanks for your support.
Paolo
Try the eshopcart session.