You are here: Home
Support site for Tips and Tricks HQ premium products
I noticed when I deleted those lines in “eStore_payment_submission.php” I found an issue. After a successful purchase my shopping cart still contained the items still even with the “?reset_eStore_cart=1” added on to the redirect URL.
So I dug and found that the reset function wasn’t being called. The wp_eStore1.php only checked for $_POST and not the _GET. So klock75 (and admin) you might want to make a note of this if you run into the same problem.