E-junkie Ecommerce Forums » E-junkie Discussions
Tag Cloud for this topic: | |
| |
|
GuestUser member Posts: 808 |
When I click on my view cart or add to cart button, it opens in a separate page, and doesn't do the screen over a grey out of my page. Is there something I have to do to make it do this? I am sure that I have pasted the View Cart code correctly on my page. # POSTED ON: October 22, 2007 @ 19:22 GMT -7 |
|
E-JunkieExpert member Posts: 804 |
Make sure that: 1.You have pasted the VIEW CART button in your page. 2.You are using regular version of "ADD TO CART' and "VIEW CART" buttons and not the "non-JS" version. 3. That you are have pasted out code "as it is". 4. That your page does not have any broken HTML or JavaScript. Unclosed tags above our button code can cause the cart to not work correctly. # POSTED ON: October 22, 2007 @ 19:23 GMT -7 MODIFIED ON: October 24, 2007 @ 19:20 GMT -7 |
|
Contactacoat member Posts: 4 |
I'm having the same problem - when I click on "add to cart", it opens on another page. When I click "continue shopping", it returns me to the original page, but then when I click "view cart", it says the cart is empty, even though I just added something to it. I'm copying and pasting the regular code - the only thing I've changed is that I've added options to the item when there weren't before. # POSTED ON: October 23, 2007 @ 09:23 GMT -7 |
|
Contactacoat member Posts: 4 |
I took the options out and the cart works fine. Guess I won't be able to have options till this is answered :-( # POSTED ON: October 23, 2007 @ 09:46 GMT -7 |
|
E-junkieChef E-Junkie Crew Posts: 936 |
Please post the code E-junkie gave you and also the URL where you are using it. # POSTED ON: October 23, 2007 @ 15:08 GMT -7 |
|
Contactacoat member Posts: 4 |
Here is the "add to cart" code: <form action="https://www.e-junkie.com/ecom/gb.php?c=cart&i=40826&cl=7437&ejc=2" target="ej_ejc" method="POST"> <input type="hidden" name="on0" value="Body Color"> Body Color:<br/> <select name="os0"> <option value="Blue">Blue</option> <option value="Purple">Purple</option> <option value="Yellow">Yellow</option> </select> <br/> <input type="hidden" name="on1" value="Contact Zone Color"> Contact Zone Color:<br/> <select name="os1"> <option value="Blue">Blue</option> <option value="Purple">Purple</option> <option value="Yellow">Yellow</option> </select> <br/> <input type="image" src="https://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> Here is the "view cart" code: <a href="https://www.e-junkie.com/ecom/gb.php?c=cart&cl=7437&ejc=2" target="ej_ejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="https://www.e-junkie.com/ej/ej_view_cart.gif" border="0" alt="View Cart"></a> <script language="javascript" type="text/javascript"> <!-- function EJEJC_lc(th) { return false; } // --> </script> <script type="text/javascript" src="https://www.e-junkie.com/ecom/box.js"></script> And here is the URL where it is being used: http://www.contactacoat.com/seesaw.htm Thanks! Daisy www.contactacoat.com # POSTED ON: October 23, 2007 @ 17:59 GMT -7 |
|
E-junkieChef E-Junkie Crew Posts: 936 |
You have not pasted the code "as it is" for the ADD TO CART button. I checked you page and it has a stray "<p>" and "<font>" tag messing up the form code. # POSTED ON: October 23, 2007 @ 18:05 GMT -7 |
|
Contactacoat member Posts: 4 |
THANK YOU!!!!! :-) # POSTED ON: October 23, 2007 @ 18:22 GMT -7 |
You must be logged in to make a post. Please click here to login. | |






