RichM499
Daemon Poster
- Messages
- 783
- Location
- Spaceballs Mega-Maid
Hello everyone. I have been a member here for a long time, and I know that if anyone can help me with this problem it's you all.
Forgive my lack of knowledge with PHP, HTML, or java. I am a hardware guy, and I am only beginning to learn about setting up websites.
My boss is having a problem with one of his websites ( Http://foammattressdiscounts.com ) paypal link.
When you add an item to cart (any of the beds), and click the Google Checkout, or Click Here To Pay (the personal SSL link for our website) it works just fine, but when you click the Paypal link it doesn't re-direct to paypal.
If you look at Http://lastingimpressionsfoam.com, add to cart, and click the paypal link, it works fine. These are both his websites.
So Lastingimpressionsfoam works, and Foammattressdiscounts.com does not work.
The code is identical when I look at the paypal button in Dreamweaver. (sorry if this is not the area I should be looking at, as I said I'm new to this stuff)
This is the link code for the website.
<input type="image" name="submit" alt="Checkout with PayPal" src="https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif" />
<input type="hidden" name="provider" value="paypalpaymentsprous" />
<input type="hidden" name="action" value="set_external_checkout" />
This portion of the code does not contain any sort of redirect or hyperlink, so I'm confused because I thought that I could click the paypal button in Dreamweaver preview, look at the code for both websites, compare them, and then fix whatever was wrong with the broken one.
Please help me. I'll provide any information I need to (except login and admin info for the sites, for obvious reasons).
From what I heard from Comodo (our SSL provider) it's a redirect issue. Hostgator is hard to work with, and it's like pulling teeth explaining anything to them so we haven't had any luck with that.
Any information is much appreciated! Thanks in advance!
Forgive my lack of knowledge with PHP, HTML, or java. I am a hardware guy, and I am only beginning to learn about setting up websites.
My boss is having a problem with one of his websites ( Http://foammattressdiscounts.com ) paypal link.
When you add an item to cart (any of the beds), and click the Google Checkout, or Click Here To Pay (the personal SSL link for our website) it works just fine, but when you click the Paypal link it doesn't re-direct to paypal.
If you look at Http://lastingimpressionsfoam.com, add to cart, and click the paypal link, it works fine. These are both his websites.
So Lastingimpressionsfoam works, and Foammattressdiscounts.com does not work.
The code is identical when I look at the paypal button in Dreamweaver. (sorry if this is not the area I should be looking at, as I said I'm new to this stuff)
This is the link code for the website.
<input type="image" name="submit" alt="Checkout with PayPal" src="https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif" />
<input type="hidden" name="provider" value="paypalpaymentsprous" />
<input type="hidden" name="action" value="set_external_checkout" />
This portion of the code does not contain any sort of redirect or hyperlink, so I'm confused because I thought that I could click the paypal button in Dreamweaver preview, look at the code for both websites, compare them, and then fix whatever was wrong with the broken one.
Please help me. I'll provide any information I need to (except login and admin info for the sites, for obvious reasons).
From what I heard from Comodo (our SSL provider) it's a redirect issue. Hostgator is hard to work with, and it's like pulling teeth explaining anything to them so we haven't had any luck with that.
Any information is much appreciated! Thanks in advance!