- This topic has 2 replies, 2 voices, and was last updated 12 years, 2 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 › WP eStore Troubleshooting › Cart not clearing on thank you page redirect (transaction results not enabled).
I currently have the plugin configured to redirect to a thank you page following purchases. However, I don’t want to display the links on this page. The problem is that the cart doesn’t clear when customers are redirected back to the page. I noticed this topic referenced the same issue, but the only solution was to enable the transaction display setting. I would prefer to avoid this workaround. Is there any other way to accomplish this? Thanks.
You can do the following:
1. Go to eStore settings -> Payment Gateway Settings -> PayPal Settings
2. Remove any value from the “PDT Identity Token” field
3. This way the plugin will clear the cart when the customer goes to PayPal checkout page
Alternatively, Use the following as your “Return Page” URL:
[http://your-domain.com/your-thank-you-page?reset_eStore_cart=1]
Perfect! I’ve removed the token, it’s working. Thanks for the help.