- This topic has 2 replies, 2 voices, and was last updated 13 years, 7 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 › buy now button not working
I have wp estore installed on this site with a customized button. When I click on the button it takes me back to the site instead of paypal. What I’m I doing wrong. The code that I’m using is :[wp_eStore_buy_now:product_id:4:end]
The site is http://www.veteransdisabilitybible.com
Looks like the form code on that page is messed up.
From the HTML code I see that you have a form and then the buy now button is inside that form. Here is the outer form code which is making the “Buy Now” button go to the “http://www.veteransdisabilitybible.com/index.php?rn=429&action=show_detail” URL after you click it:
<form action="http://www.veteransdisabilitybible.com/index.php?rn=429&action=show_detail" method="post">
Have you manually placed that form code there? If you did for what purpose? If you use a form then you should use the eStore form outside that form.