E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2013, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Thu, 29 Dec 2011 22:50:33 GMT Fri, 24 May 2013 13:49:41 GMT 681 E-JUNKIE 5 E-Junkie Forum http://www.e-junkie.com/bb/ http://www.e-junkie.com/ej/logo.gif 290 104 Post #7 http://www.e-junkie.com/bb/topic/5643/pg/0#post19965 http://www.e-junkie.com/bb/topic/5643/pg/0#post19965 Thu, 29 Dec 2011 22:50:33 GMT
- Uploaded on a live Web site (a "local" copy of a page saved to your computer's hard drive won't work);
- Have a domain name in its URL (a URL using just a numeric IP address won't work);
- Tested in a regular Web browser (the "preview" mode built into many Web-design programs probably won't work);
- Accessed from a computer with a live Internet connection (loading the page and then going offline won't work).

Using Buy Now buttons (rather than Cart buttons) would bypass the cart and take the buyer directly to instant checkout for just one item at a time; however, these buttons cannot use features which depend on the cart to function. Please see this help page for details:
http://www.e-junkie.com/ej/help.buttons.buy-now.htm]]>
E-junkie Discussions; E-junkieGuru
Post #6 http://www.e-junkie.com/bb/topic/5643/pg/0#post19965 http://www.e-junkie.com/bb/topic/5643/pg/0#post19965 Thu, 29 Dec 2011 18:36:54 GMT Can I bypass the intermediate window, which displays information about selected products, and go directly to purchase through paypal?]]> E-junkie Discussions; danilalomaster Post #5 http://www.e-junkie.com/bb/topic/5643/pg/0#post19965 http://www.e-junkie.com/bb/topic/5643/pg/0#post19965 Thu, 29 Dec 2011 10:12:46 GMT Previously, I ran the page from the local machine, directly from a hard drive as simple html page. In this case, the script did not work correctly. The reason for this behavior is still not clear. Do you have any suggestions about why the script works properly only on hosting?

Correctly worked script on a hosting:

http://danilalomaster.ru.swteh.ru/j.html]]>
E-junkie Discussions; danilalomaster
Post #4 http://www.e-junkie.com/bb/topic/5643/pg/0#post19965 http://www.e-junkie.com/bb/topic/5643/pg/0#post19965 Wed, 28 Dec 2011 20:38:43 GMT
<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>

If that doesn't address the problem, please provide the URL of a page where multiAdd isn't working, so we could have a look there for ourselves to see what the problem might be in that particular case.]]>
E-junkie Discussions; E-junkieGuru
Post #3 http://www.e-junkie.com/bb/topic/5643/pg/0#post19965 http://www.e-junkie.com/bb/topic/5643/pg/0#post19965 Wed, 28 Dec 2011 11:00:54 GMT In my case it only works in firefox.]]> E-junkie Discussions; danilalomaster Post #2 http://www.e-junkie.com/bb/topic/5643/pg/0#post19965 http://www.e-junkie.com/bb/topic/5643/pg/0#post19965 Tue, 27 Dec 2011 22:17:39 GMT
<a href="javascript:EJEJC_multiAdd(Array(
'https://www.e-junkie.com/ecom/gb.php?c=cart&i=12345&cl=196248&ejc=2',
'https://www.e-junkie.com/ecom/gb.php?c=cart&i=12345&cl=196248&ejc=2',
'https://www.e-junkie.com/ecom/gb.php?c=cart&i=1036429&cl=196248&ejc=2'
));"><img src="http://www.e-junkie.com/ej/ej_add_to_cart.gif" border="0" alt="Add to Cart"/></a>]]>
E-junkie Discussions; E-junkieGuru
Post #1 http://www.e-junkie.com/bb/topic/5643/pg/0#post19965 http://www.e-junkie.com/bb/topic/5643/pg/0#post19965 Tue, 27 Dec 2011 16:36:45 GMT I'm trying to add to shopping cart several products. The code that I place the following works only with Firefox 8. In IE 8-9 and Chrome 16 in the cart is added only last item from the array. In what may be the problem?


<html>
<head>
<script src='http://www.e-junkie.com/ecom/box.js' type='text/javascript'></script>
<title>check</title>
</head>
<body>

<a href="javascript:EJEJC_multiAdd(Array('https://www.e-junkie.com/ecom/gb.php?c=cart&i=12345&cl=196248&ejc=2',
'https://www.e-junkie.com/ecom/gb.php?c=cart&i=12345&cl=196248&ejc=2','https://www.e-junkie.com/ecom/gb.php?c=cart&i=1036429&cl=196248&ejc=2'));"><img src="http://www.e-junkie.com/ej/ej_add_to_cart.gif" border="0" alt="Add to Cart"/></a>
</body>
</html>]]>
E-junkie Discussions; danilalomaster