- This topic has 2 replies, 2 voices, and was last updated 14 years, 6 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › auto-return tracking code
Estore plugin:
Hi,
I’m following some instructions for adding a tracking code. I need to place the code in what’s called the “Auto-Return” script. I was wondering what php file that would be…
and then I need to change:
$amount = $keyarray;
to this:
$amount = $keyarray;
Any help would be really appreciated!
I will need to know more background on this.
I am pretty sure you are referring to the IPN handling script (paypal.php) but you can’t replace $amount = $keyarray['payment_gross'];
as that line is not even there.
Remember, you might be following an example so the code will be relevant to that example but it may not make sense for another application. If you can give me more background then I should be able to help.
Hi Amin,
Thanks – I was basically trying to follow instructions to integrate paypal with shareasale affiliate platform – I already use your WP affiliate platform which works very well but was thinking of adding an extra one.
I’ve decided not to bother with the shareasale one anymore – its too complicated for me to configure with paypal and I’m happy with what I’ve got. Thanks a lot for your help though.
I do have another unrelated question about estore which I will ask in a seperate thread.