Tag Cloud for this topic:
|
paypal button not working...is it a blocked popup?
|
MikeD
member
Posts: 22
|
I have my site set up, and everything is working except that the paypal button used to checkout is not working...when clicked, the user is sent back to the main site as if they clicked close on the cart window.
When I disable popup blocking in firefox, it works as intended: I am sent to paypal.
This is going to be a serious problem if I have to put a disclaimer about popups on the site. Is there a way around this somehow?
The site is here: http://www.scriptologist.ca/Staging/Store.html
...Mike
# POSTED ON: September 28, 2008 @ 20:57 GMT -7
|
E-junkieChef
E-Junkie Crew
Posts: 780
|
The PayPal button is supposed to open the checkout page in the same window .. you can check that on any site using us .. like http://tcho.com for instance.
However, you have a a bunh of javascripts on your page and one of that is interfering with our cart. I'll suggest disabling all of them, trying the cart again and then re-enabling them one by one to isolate the script which is the real culprit.
# POSTED ON: September 29, 2008 @ 00:06 GMT -7
|
MikeD
member
Posts: 22
|
OK, I'll give that a shot, thanks!
# POSTED ON: September 29, 2008 @ 06:14 GMT -7
|
MikeD
member
Posts: 22
|
# POSTED ON: September 29, 2008 @ 07:35 GMT -7
|
MikeD
member
Posts: 22
|
OK, I took out the customization command to make paypal open in a new window, adn it works now. The command I had added was
function EJEJC_config() { EJEJC_CPOP = true; }
as per the customization page, but this seems to get blocked on a few sites, so it's gone now.
Thanks and sorry for the miscommunication
...Mike
# POSTED ON: September 29, 2008 @ 08:36 GMT -7
|
|