1 / 5
Sep 2008

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: 12http://www.scriptologist.ca/Staging/Store.html12



...Mike

  • created

    Sep '08
  • last reply

    Sep '08
  • 4

    replies

  • 1.9k

    views

  • 2

    users

  • 4

    links

The PayPal button is supposed to open the checkout page in the same window .. you can check that on any site using us .. like 26http://tcho.com26 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.

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