I added the cart html code (and modified) on my page (
http://www.fatfreecart.com/). The View Cart function doesn't work. Every time I press "add to cart", continue shopping, then press view cart, the cart is always empty.
I think it is because the data didn't write to the cookie. Don't know why. I am using IE 7, my cookie is turned on. I am sure this is an excellent product, but I just don't know where I did wrong. Could you please help? Thank you. :-)
Below is my configuration:
<!-- ADD TO CART button code. -->
<form target="ej_ejc" action="
https://www.e-junkie.com/ecom/fgb.php?c=cart&cl=1&ejc=2" method="post">
<!-- google merchant id (remove if not using Google Checkout) -->
<input type="hidden" name="merchant_id" value="873010440839309" ID="Hidden1"/>
<!-- paypal email(remove if not using PayPal) -->
<input type="hidden" name="business" value="george.huang@essenix.us" ID="Hidden2"/>
<!-- site url -->
<!--<input type="hidden" name="site_url" value="
http://www.essenix.com/" ID="Hidden3"/>//-->
<!-- contact email (where we can notify of the updates) -->
<input type="hidden" name="contact_email" value="george.huang@essenix.us" ID="Hidden4"/>
<!-- you thank you page -->
<input type="hidden" name="return_url" value="
http://www.essenix.com/" ID="Hidden5"/>
<!-- any custom info you want to pass -->
<input type="hidden" name="custom" value="" ID="Hidden6"/>
<!-- currency (USD for Google Checkout USA, GBP for Google Checkout UK. For PayPal: any currency that PayPal supports -->
<input type="hidden" name="currency_code" value="USD" ID="Hidden7"/>
<!-- shipping cost -->
<input type="hidden" name="shipping" value="3" ID="Hidden8"/>
<!-- shipping cost of each additional unit -->
<input type="hidden" name="shipping2" value="0" ID="Hidden9"/>
<!--handling cost -->
<input type="hidden" name="handling" value="3" ID="Hidden10"/>
<!-- tax (flat amount, NOT percentage)-->
<input type="hidden" name="tax" value="0" ID="Hidden11"/>
<!-- item name -->
<input type="hidden" name="item_name" value="<%=rs("bookname")%>" ID="Hidden12"/>
<!-- item number (should be different for each product)-->
<input type="hidden" name="item_number" value="1" ID="Hidden13"/>
<!-- item price -->
<input type="hidden" name="amount" value="<%=rs("huiyuanjia")%>" ID="Hidden14"/>
<!-- initial quantity -->
<input type="hidden" name="quantity" value="1" ID="Hidden15"/>
<!-- item options (can be removed if not required) -->
<input type="image" src="
https://www.e-junkie.com/ej/ej_add_to_cart.gif" border="0" onClick="javascript:return EJEJC_frm(this.parentNode);" ID="Image1" NAME="Image1">
</form>
</td>
</tr>
</table>
<!-- VIEW CART button code. -->
<a href="
https://www.e-junkie.com/ecom/fgb.php?iproof=true&c=cart&cl=1&ejc=2&
merchant_id=873010440839309&business=george.huang@essenix.us" 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" />
</a>
<script language="javascript" type="text/javascript">
<!--
function EJEJC_lc(th) { return false; }
function EJEJC_config() {}
// -->
</script>
<script type="text/javascript" src="
https://www.e-junkie.com/ecom/box.js"></script>
<!-- End FatFreeCart.com AddToCart Snippet v0.1 -->