How to redirect buyer to a "thank you" page on my own site rather than the my default "thank you" page on E-junkie site?
|
| |
 |
Redirection for the complete order
If you only want the buyer to reach a thank-you page on your site, bypassing the standard E-junkie thank-you page completely, you can enter the URL of your thank-you page in Admin > Account Preferences. This also overrides any product-specific Redirection URL and will happen regardless of payment completion status.
We will append the following parameters to the end of your URL in standard GET syntax. If you don't want to use these, they will be ignored.
- payer_email (Buyer's email address)
- first_name (Buyer's first name)
- last_name (Buyer's last name)
- txn_id (Transaction ID)
- payment_status (Will always be Completed unless you have requested us to process the sales even for pending payments, in which case this will be Pending)
- custom (Custom variable [if you had appended one to the purchase button's URL])
- auction_buyer_id (If this was an eBay listing)
NOTE: Lately, we've been getting a few requests for something really tricky -- some merchants want to redirect buyers to their own site and yet still display E-junkie download links. You can use an iFrame with its src (source) URL set to:
https://www.e-junkie.com/ecom/rp.php?noredirect=true&txn_id=XXXXX
...where XXXXX is the value for txn_id that we appended to your thank-you page URL during the redirection, so you would need to program your own scripting in that page to grab the txn_id value from the page's URL and rewrite that value onto the end of that iFrame src= URL. To customize what gets displayed in that iFrame, you would need to customize the thank you page).
|
| |
 |
Redirection per product
If for a product you want buyer to be redirected to your site after purchase, you can check the Redirection checkbox while adding or editing your product and enter the Redirection URL when asked for in the product configuration.
This Redirect will only happen if the buyer's payment has completed before they proceed past checkout to view their thank-you page, and if you specify product-specific HTML customization for the standard E-junkie thank-you page, that customized page will be shown to the buyer first, with a link to activate the Redirection.
Following variables will be sent using the GET method to Redirection URL you specify.
- Order Specific
- payer_email (Buyer's email address)
- first_name (Buyer's first name)
- last_name (Buyer's last name)
- txn_id (Transaction ID)
- payment_status (Will always be Completed unless you have requested us to process the sales even for pending payments, in which case this will be Pending)
- custom (Custom variable [if you had appended one to the purchase button's URL])
- auction_buyer_id (If this was an eBay listing)
- auction_item_number (If this was an eBay listing)
- Item Specific
- item_number (Item number of the product in E-junkie)
- key (code sent to the buyer [if applicable])
- sku (SKU of the item sold, only applicable if you configured price affecting variants in Admin)
Note
The download links sent to buyers (if applicable) in the e-mail will also redirect the buyer to the Redirection URL you specify.
|
This page added by E-junkieChef on July 16th, 2008 @ 5:38 pm GMT -7 Updated by Tyson on October 20th, 2008 @ 2:06 pm GMT -7
|
 |
 |
 |
- Questions?
Feel free to contact us if you don't find an answer
in our Help pages or our Forums.
If you just want to enquire about what all E-junkie does, you can check our
feature list.
|