Jump to content

ClixGalore Integration


rehopper

Recommended Posts

I'v added ClixGalore coding to all 3 order-complete.tpl but having trouble getting it to appear in the receipts updating $, etc at ClixGalore!

In my receipt source view the following appears:

!-- Enter any HTML code which needs to be displayed once a user has

completed the checkout of their order here - for example conversion tracking

and affiliate tracking scripts -->

 

I can't find which file this comes from; any indication of my problem?

 

 

The ClixGalore code used is:

<img src="https://www.clixGalore.com/AdvTransaction.aspx?SV={php}

$query = "SELECT amount FROM tblhosting WHERE id='".$_SESSION["orderdetails"]["ProductID"]."'";

$result=mysql_query($query);

$data = mysql_fetch_array($result);

echo $data["amount"];{/php}

&OID={$ordernumber}&ADID=9580" width="1" height="1">

 

I appreciate any help!

Link to comment
Share on other sites

  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated