E-junkie Ecommerce Forums » E-junkie Discussions
Tag Cloud for this topic: | |
| |
|
c.bavota member Posts: 6 |
Sometimes when I attempt to click on the PayPal button in the shopping cart it does not work. It displays this error in Firebug: EJEJC_chktCheck2 is not defined eval(function(p,a,c,k,e,r){e=function(...cntnt|no|EJEJC_show'.split(' |'),0,{})) boxec22_enc.js (line 1) If I close the popup window and then click on the view cart button, it works. But initially, sometimes the button seems to not function at all. My site is http://themes.bavotasan.com # POSTED ON: March 10, 2010 @ 11:38 GMT -7 MODIFIED ON: March 10, 2010 @ 11:40 GMT -7 |
|
c.bavota member Posts: 6 |
I ended up removing the shopping cart and just having the buy now button go straight to PayPal. If you have encountered this elsewhere and have a solution I would like to know. Thanks. # POSTED ON: March 10, 2010 @ 12:23 GMT -7 |
|
E-junkieGuru E-Junkie Crew Posts: 4354 |
Hm, that's really strange, can't say anyone else has reported that bug, but I'm referring this issue to Development for their consideration, thanks for reporting it. # POSTED ON: March 10, 2010 @ 17:58 GMT -7 |
|
procmail member Posts: 2 |
yes I have this issue too. It seems that if the page has jquery loaded, and you click Add to cart, and if the item hasn't already been added before, an error will result. The first line appears after the shopping cart has loaded. Clicking the Checkout button results in the 2nd line. Take a look at the screenshot of Firebug: http://i44.tinypic.com/wcmpee.png Using latest Firefox on Mac (3.6.4) # POSTED ON: April 19, 2010 @ 08:13 GMT -7 MODIFIED ON: April 19, 2010 @ 08:15 GMT -7 |
|
procmail member Posts: 2 |
Gave up trying to troubleshoot it. I'm using the non-javascript code for now. # POSTED ON: April 19, 2010 @ 08:45 GMT -7 |
|
E-junkieGuru E-Junkie Crew Posts: 4354 |
Most javascript conflicts can be resolved by simply rearranging the order in which your various scripts are referenced in your page's source code. E.g., you can take the script portion of your View Cart code: <script language="javascript" type="text/javascript"> <!-- function EJEJC_lc(th) { return false; } // --> </script> <script src='http://www.e-junkie.com/ecom/box.js' type='text/javascript'></script> ...and move it around before or after other scripts. To start experimenting, try placing it in your page source just after the <HEAD> or before the </HEAD>, or just after the <BODY> or before the </BODY>. # POSTED ON: April 19, 2010 @ 20:36 GMT -7 |
You must be logged in to make a post. Please click here to login. | |






