E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2012, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Wed, 11 Nov 2009 17:29:38 GMT Fri, 10 Feb 2012 16:36:54 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 #3 http://www.e-junkie.com/bb/topic/3858/pg/0#post12161 http://www.e-junkie.com/bb/topic/3858/pg/0#post12161 Wed, 11 Nov 2009 17:29:38 GMT
Again, thanks for the prompt help.]]>
E-junkie Discussions; Lunatic
Post #2 http://www.e-junkie.com/bb/topic/3858/pg/0#post12161 http://www.e-junkie.com/bb/topic/3858/pg/0#post12161 Wed, 11 Nov 2009 17:22:20 GMT http://www.e-junkie.com/bb/topic/575/pg/0, you will notice a slight difference between the code you have above and the way the other users have it written out. Try your code in this format and see if that works:

<a
href="javascript:EJEJC_multiAdd(Array('https://www.e-junkie.com/ecom/gb.php?c=cart&i=275576&cl=60155&ejc=2','https://www.e-junkie.com/ecom/gb.php?c=cart&i=275578&cl=60155&ejc=2','https://www.e-junkie.com/ecom/gb.php?c=cart&i=275580&cl=60155&ejc=2'));">
<img border="0" alt="Add to Cart" src="http://www.e-junkie.com/ej/ej_add_to_cart.gif"/>
</a>]]>
E-junkie Discussions; E-junkieNinja
Post #1 http://www.e-junkie.com/bb/topic/3858/pg/0#post12161 http://www.e-junkie.com/bb/topic/3858/pg/0#post12161 Wed, 11 Nov 2009 16:44:12 GMT
I am trying to use the EJEJC_multiAdd function to insert buttons which should add several products to the shopping cart at once to my websites as described here: http://www.e-junkie.com/bb/topic/575/pg/0

Unfortunatelly the buttons don't work for me although I did everything as described there I think. When a button is clicked the shopping cart popup opens but it just keeps displaying the "loading" graphic and nothing ever happens.

Here is a sample button code I use:
<a class="ec_ejc_thkbx" onclick="javascript:return EJEJC_lc(this);" target="ej_ejc" href="javascript:EJEJC_multiAdd(Array('https://www.e-junkie.com/ecom/gb.php?c=cart&i=275576&cl=60155&ejc=2','https://www.e-junkie.com/ecom/gb.php?c=cart&i=275578&cl=60155&ejc=2','https://www.e-junkie.com/ecom/gb.php?c=cart&i=275580&cl=60155&ejc=2'));">
<img border="0" alt="Add to Cart" src="http://www.e-junkie.com/ej/ej_add_to_cart.gif"/>
</a>

And here a page the code is on:
http://wprobot.net/order/popular.php

Best regards,
Thomas]]>
E-junkie Discussions; Lunatic