Skip to content

Instantly share code, notes, and snippets.

@carolineschnapp
Created October 28, 2010 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save carolineschnapp/0d574b57032a218135cc to your computer and use it in GitHub Desktop.
Save carolineschnapp/0d574b57032a218135cc to your computer and use it in GitHub Desktop.
Tracking code
<img src="https://www.emjcd.com/u?CID=1518865&TYPE=340326&METHOD=IMG&CURRENCY=USD&OID={{ order_number }}{% for line_item in line_items %}&ITEM{{ forloop.index }}={{ line_item.sku }}&AMT{{ forloop.index }}={{ line_item.line_price | money_without_currency }}&QTY{{ forloop.index }}={{ line_item.quantity }}{% endfor %}" height="1" width="20" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment