Note: This article only applies to standalone store platforms.
If your store platform does not allow you to insert a JavaScript tag on your purchase complete page, you can insert an image tag instead. Just follow the steps below.
- Go to your ReferralCandy Integration Page.
- Under Email Integration, go to the Add referral tracking code section and select your unique tracking id in the third line of the javascript tag. Refer to the image below:
- Create an image tag. You can do this by inserting the unique tracking id into the string below.
<img src="https://go.referralcandy.com/purchase/PASTE_TRACKING_ID_HERE.jpg" />
Your image tag should now look something like this:
<img src="https://go.referralcandy.com/purchase/kc61i85wh90j6m3vw5yeplsbg.jpg" /> - Insert the image tag as HTML code anywhere within the body of your purchase complete page.
- That's it!
Note: Use http instead of https in the image tag if your store's purchase completed page is served with http.