- This topic has 3 replies, 2 voices, and was last updated 10 years, 9 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 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 › eStore – how get transaction ID to thankyou page for a 3rd party script
I need add transaction ID to my thankyou page to be see in external affiliate system.
( they will promote our products).
They send me pixel ( we must add transaction ID and get the code to our thankyou page).
Code is here:
<img src=”http://ehub.cz/system/scripts/sale.php?AccountId=81f2d35f&TotalCost=120.50&OrderID=ORD_12345XYZ&ProductID=test_product&data1=platba” width=”1″ height=”1″ >
I must change /OrderID=ORD_12345XYZ / to our transaction ID.
We try get there / OrderID={transaction_id} /
BUT they write: not see in affiliate system
Can you help me
Hi, We don’t have integration with the script that you are trying to use.
There is a filter in the plugin that can be used to add extra output to the thank you page data. If you are a plugin developer then you can use that easily but most people are not. So you might need to use the following option:
and when I add only {transaction_id} to wordpress page.
It not works ?
No, it is not a page shortcode that can be used like the way you explained.