With the Digistore24 WordPress plugin, you can display the buyer's first name, last name, and email address on the thank you page or upsell page.
This involves two steps:
- In the URL of the thank you page or upsell page, you use placeholders to add the name and email address to the URL.
- In WordPress (the page editor) you use shortcodes to display the name and email address on the page.
URL of the thank you page or upsell page
Add these GET parameters:
| GET parameter with placeholder | Explanation |
| digistore_first_name=[BUYER_FIRST_NAME] | Buyer's first name |
| digistore_last_name=[BUYER_LAST_NAME] | Buyer's last name |
| digistore_email=[BUYER_EMAIL] | Buyer's email address |
Example 1:
https://www.my-domain.com/?digistore_first_name=[BUYER_FIRST_NAME]&digistore_last_name=[BUYER_LAST_NAME]&digistore_email=[BUYER_EMAIL]
Example 2:
https://www.my-domain.com/?my_own_param=my_own_value&digistore_first_name=[BUYER_FIRST_NAME]&digistore_last_name=[BUYER_LAST_NAME]&digistore_email=[BUYER_EMAIL]
1. Step-by-step guide: Store URL in product properties
- In the vendor view, go to Product setup > Product configuration.
- Click on the pencil icon of the respective product to open the product details.
- Open the Properties tab.
- Scroll down to the Upsell page tab.
- In the Upsell page field and/or (if you wish) in the Thank you page or Second thank you page fields, insert your URL including GET parameters.
- Scroll to the bottom of the form and click on Save.
2. Step-by-step guide: Store URL in the Conversion Cockpit
If you use the Conversion Cockpit, you may have entered a custom upsell thank you page.
If so, insert the GET parameters with placeholders here as well.
- Proceed as described in steps 1 and 2.
- Open the Conversion Cockpit/Upsells tab.
- Click on the blue Settings button.
- In the dropdown menu, select ... a custom URL.
- In the field below, enter your URL including GET parameters. See example.
- Click on Save.