Hi,
I'm having problems integrating my affiliate program with Actinic.
I've followed the advice as best I can from page 52 of the advanced user guide v6.
The affiliate program says to add the following to my thank you page:
<img src="path_to_affiliate/callback.php?amount={amount}&txn_id={txn_id}&aff_id={aff_id}&next_rebill={next_rebill_in_months}"
Which I have done, replacing "path_to_affiliate" with the relevant path.
I've also changed:
amount={amount}
to:
amount=NETQUOTEVAR:ACTINICORDERTOTAL
and
txn_id={txn_id}
to:
txn_id=NETQUOTEVAR:THEORDERNUMBER
[ the affiliate program defines : {amount} as (required). Indicates total amount of purchase and {txn_id} as (required). This is transaction identity of your billing system. It will be used for future references from Affiliate Pro transactions to the actual transactions of billing system. If your billing system does not send this value just send any value.]
I'm probably doing something very basic wrong. Any help would be much appreciated,
Thanks
Shane
I'm having problems integrating my affiliate program with Actinic.
I've followed the advice as best I can from page 52 of the advanced user guide v6.
The affiliate program says to add the following to my thank you page:
<img src="path_to_affiliate/callback.php?amount={amount}&txn_id={txn_id}&aff_id={aff_id}&next_rebill={next_rebill_in_months}"
Which I have done, replacing "path_to_affiliate" with the relevant path.
I've also changed:
amount={amount}
to:
amount=NETQUOTEVAR:ACTINICORDERTOTAL
and
txn_id={txn_id}
to:
txn_id=NETQUOTEVAR:THEORDERNUMBER
[ the affiliate program defines : {amount} as (required). Indicates total amount of purchase and {txn_id} as (required). This is transaction identity of your billing system. It will be used for future references from Affiliate Pro transactions to the actual transactions of billing system. If your billing system does not send this value just send any value.]
I'm probably doing something very basic wrong. Any help would be much appreciated,
Thanks
Shane
Comment