E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2009, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Sat, 10 Oct 2009 23:08:07 GMT Sat, 21 Nov 2009 02:08:17 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/3744/pg/0#post11795 http://www.e-junkie.com/bb/topic/3744/pg/0#post11795 Sat, 10 Oct 2009 23:08:07 GMT
Just wanted to thank the e-junkie team in solving my cart problem. www.orangenights.co.uk is now up and running properly. Better than ever!
The problem was that I hadnt deleted my old code. I had deleted the old shopping cart information, but did not delete the old form code ... <form name="order">

Once this was taken away, the light box displayed and the shopping cart works perfectly!

Thanks again e-junkie team!]]>
E-junkie Discussions; orangenights
Post #2 http://www.e-junkie.com/bb/topic/3744/pg/0#post11795 http://www.e-junkie.com/bb/topic/3744/pg/0#post11795 Sat, 3 Oct 2009 23:40:58 GMT
I checked out your site and here is the button code you have for your PVC 3 Piece Set product:

form action="https://www.e-junkie.com/ecom/gb.php?c=cart&i=350932&cl=87018&ejc=2" target="ej_ejc" method="POST" accept-charset="UTF-8">
<input type="hidden" name="on0" value="Size"/>
Size:<br/>
<select name="os0">
<option value="32" Bust">32" Bust</option>
<option value="34" Bust">34" Bust</option>
<option value="36" Bust">36" Bust</option>
<option value="38" Bust">38" Bust</option>
<option value="40" Bust">40" Bust</option>
<option value="42" Bust">42" Bust</option>
</select>
<br/>
<input type="image" src="http://www.e-junkie.com/ej/ej_add_to_cart.gif" border="0" alt="Add to Cart" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this.parentNode);"/>
</form>

I then checked out your account in our system and here is the button code directly from your E-junkie account. Notice there is a slight difference in the code for the bust size. Try placing this code on your page to see if that fixes the issue:

<form action="https://www.e-junkie.com/ecom/gb.php?c=cart&i=350932&cl=87018&ejc=2" target="ej_ejc" method="POST" accept-charset="UTF-8">
<input type="hidden" name="on0" value="Size"/>
Size:<br/>
<select name="os0">
<option value="32" Bust">32" Bust</option>
<option value="34" Bust">34" Bust</option>
<option value="36" Bust">36" Bust</option>
<option value="38" Bust">38" Bust</option>
<option value="40" Bust">40" Bust</option>
<option value="42" Bust">42" Bust</option>
</select>
<br/>
<input type="image" src="http://www.e-junkie.com/ej/ej_add_to_cart.gif" border="0" alt="Add to Cart" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this.parentNode);"/>
</form>]]>
E-junkie Discussions; E-junkieNinja
Post #1 http://www.e-junkie.com/bb/topic/3744/pg/0#post11795 http://www.e-junkie.com/bb/topic/3744/pg/0#post11795 Sat, 3 Oct 2009 21:31:23 GMT
I am putting e-junkie add to cart buttons into my website www.orangenights.co.uk

The items which dont require a variant (i.e size, colour etc), the buttons work perfectly.

However some of my items require a variant. When I test out the buttons and the variant selections, the lighbox doesnt load up at all. Instead, the browser refreshes (both in IE and Firefox).

The web page I am testing is http://www.orangenights.co.uk/pvc.htm

If anyone can help resolve this issue, it would be appreciated. I have looked at my code (note, I am no expert!), and have not found any conflicting javascript code, maybe I am missing something???

Anyone help me please???

Darren]]>
E-junkie Discussions; orangenights