- This topic has 0 replies, 1 voice, and was last updated 11 years, 5 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 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 › WP eStore F.A.Q/Instructions › How to sell a product via a custom query parameter
Tagged: sell, sell via query parameter, sell via text link
If you need to sell a product via a custom query parameter while capturing the query parameter value then do the following:
Step 1: Create a WP eStore product via the admin dashboard. Lets say the product ID you created is “1”.
Step 2: Now, create a link like the following (this is the link that you will use to sell the product)
[http://www.your-domain.com/?wp_eStore_add_to_cart=1&variation1=CUSTOM_VALUE]
CUSTOM_VALUE is the query parameter that you will be capturing in the sale (so use any value that you want to capture).
Read the following post to learn more on how to sell a product via a text link:
Step 3: When the customer clicks the link you created in step 2, it will let them checkout and pay for product ID 1.
Step 3: After the payment, you will be able to see the query parameter value in the manage customers interface of WP eStore plugin (edit the transaction in question to see that value)