We have a page in test mode and I'm getting a couple problems. Any and all help would be appreciate whereas I'm new to this software.
First things, the link: 1http://www.eugenecarpetcleaning.us/buy-us-facebook-fans.html1
Second - adding a product works just fine. It calculates and works.
Third - after adding a product, when I click VIEW CART, it shows empty.
Fourth - when I click ADD TO CART it opens an entirely new window. I want it to pop-up (lightbox style) just like the VIEW CART button is doing.
Here's my VIEW CART code:
<a href="https://www.e-junkie.com/ecom/gb.php?c=cart&cl=######&ejc=2" target="ejejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="http://www.e-junkie.com/ej/ejview_cart.gif" border="0" alt="View Cart"/></a>
<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>
Here's my ADD TO CART code:
<input type="image" src="http://www.e-junkie.com/ej/ejadd_to_cart.gif" border="0" alt="Add to Cart" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this.parentNode);"/>
</form>
Does anyone have any idea what might be happening here? I've copied the VIEW CART code straight from e-junkie after adding a product. I'm also copying the ADD TO CART code straight from the same place.
Any, and all, help is sincerely appreciated!
created
Jan '13
last reply
Jun '14
- 9
replies
- 1.6k
views
- 4
users
- 12
links