Created
August 1, 2008 06:05
-
-
Save slant/3584 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <%- # Campaign Name: ID Watchdog Exclusive -%> | |
| <script src="http://affiliates.idwatchdog.com/i_sale_third/3/<%= signup_fee(@customer.cart_product, @customer.campaign) %>/<%= @customer.account_number %>/OPTIONAL_INFORMATION"></script> <noscript><IMG SRC="http://affiliates.idwatchdog.com/i_track_sale/3/LINE_ITEM_STRING/TRANSACTION_ID/OPTIONAL_INFORMATION"></noscript> | |
| <%= # Campaign Name: ID Watchdog 15-Day %> | |
| <script src="http://affiliates.idwatchdog.com/i_sale_third/2/<%= signup_fee(@customer.cart_product, @customer.campaign) %>/<%= @customer.account_number %>/OPTIONAL_INFORMATION"></script> <noscript><IMG SRC="http://affiliates.idwatchdog.com/i_track_sale/2/LINE_ITEM_STRING/TRANSACTION_ID/OPTIONAL_INFORMATION"></noscript> | |
| <%= # Campaign Name: $42 + 5% Off %> | |
| <script src="http://affiliates.idwatchdog.com/i_sale_third/4/<%= signup_fee(@customer.cart_product, @customer.campaign) %>/<%= @customer.account_number %>/OPTIONAL_INFORMATION"></script> <noscript><IMG SRC="http://affiliates.idwatchdog.com/i_track_sale/4/LINE_ITEM_STRING/TRANSACTION_ID/OPTIONAL_INFORMATION"></noscript> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment