- This topic has 4 replies, 2 voices, and was last updated 13 years, 6 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 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 › Paypal and Manual Checkout does not work
So I have integrated nextgen gallery using the alternative method. I am also using the WP Cart for digital products sidebar widget to show shopping cart contents so customers can checkout from the widget.
The only code I am using for each client page is (however ID changes for nggallery)
[nggallery id=8 template=wp-eStore-auto-addtocart]
Everything is fine when adding/removing products to the cart, however when I go to click on either “Paypal” or “Manual” to checkout, I get directed to this “http://www.timothymillerphotography.com/wp-content/plugins/wp-cart-for-digital-products/eStore_payment_submission.php” and I am unable to actually checkout.
What am I doing wrong?
Please post a link to your products page so I can try to checkout and see why it is getting stuck.
http://www.timothymillerphotography.com/?page_id=979
Add a photo or two to your bag, then go the the sidebar widget “Photobag” to checkout. I have also noticed if I enable “Enable Fancy Redirection On Checkout” it will not take me to the actual checkout page of either paypal or manual.
I also read the article you had referring to php session and the change the php.ini file for the session_path.php /tmp or whatever and that did seem to help either.
Everything is working fine on your site. The issue you are experiencing is just confined to your browser. A cookie got locked while you were playing around with various admin settings of eStore. If you just reset your browser cookie you will be fine. Your customer’s won’t see what you are seeing. Let me know how you go after reseting your browser cookie. I have also added a condition in the plugin to prevent this from happening. You can get it by getting a new build of eStore from here:
Awesome! I figured it was a cookie issue, as I was able to get it to work by deleting my cookies… I just did not want to have my customers have to do that. Thanks for the update!