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 Mon, 1 Jun 2009 16:24:24 GMT Sat, 21 Nov 2009 09:01:37 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 #15 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 Mon, 1 Jun 2009 16:24:24 GMT
Here are three links:
http://leitesculinaria.com/wordpress/new-portuguese-table/order-a-signed-copy-of-new-portuguese-table/

http://leitesculinaria.com/wordpress/store/the-well-dressed-food-company/

http://leitesculinaria.com/wordpress/classes/food-writing-class-how-to-write-a-winning-pitch-letter-with-renee-schettler/

I'm on a Mac and it does work on Firefox and Opera but not Safari or AOL.]]>
E-junkie Discussions; DJL
Post #14 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 Thu, 7 May 2009 15:03:22 GMT E-junkie Discussions; lisa Post #13 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 Thu, 7 May 2009 01:57:17 GMT E-junkie Discussions; Tyson Post #12 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 Wed, 6 May 2009 21:11:40 GMT
If I click on Add to Cart, the product is shown in the popup and appears as in the cart, however when I click Continue Shopping and then click View Cart, the cart is empty.

my site is

http://www.hemlytool.com/TestCart.aspx

Before the line was entered twice I was getting nothing to work when the add to cart link was used]]>
E-junkie Discussions; gsfunk
Post #11 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 Tue, 5 May 2009 19:19:31 GMT
I had a look at your site and tested your cart buttons without having any problem. If you were having the problem where the cart doesn't seem to retain any items added into it, just clear your browser cookies and try again.

Sometimes when you are editing products and settings in your Seller Admin at the same time as you are testing a cart on your site, the cookie we set in your browser to track your cart's contents can get confused, so deleting your cookies should solve this by effectively resetting your cart.]]>
E-junkie Discussions; Tyson
Post #10 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 Tue, 5 May 2009 01:44:38 GMT E-junkie Discussions; lisa Post #9 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 Wed, 21 Jan 2009 20:04:36 GMT
This site is for the E-junkie cart service. We do not offer any support whatsoever for the unrelated FatFreeCart.com free service you're using (that's one of the reasons it's free :^), so getting that to work is strictly a do-it-yourself proposition. Even for E-junkie cart, we couldn't help much without a site URL to look at where the problem is happening. Sounds like you might at least want to try deleting your browser cookies, see if that fixes things for you.]]>
E-junkie Discussions; Tyson
Post #8 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 Wed, 21 Jan 2009 19:49:02 GMT 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 -->]]>
E-junkie Discussions; George
Post #7 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 Tue, 13 Jan 2009 13:47:00 GMT E-junkie Discussions; oVan Post #6 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 Tue, 13 Jan 2009 12:55:02 GMT
Ty. and Stef. get a time out for missing this.]]>
E-junkie Discussions; E-junkieChef
Post #5 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 Mon, 12 Jan 2009 14:13:04 GMT E-junkie Discussions; oVan Post #4 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 Sat, 10 Jan 2009 00:20:19 GMT
Testing locally doesn't work properly, so yes, that's likely why you were experiencing the previous problem.

As for the other problem you're having, a few of us have looked at it, and can't see why this is occurring! I'm bringing this to the attention of development to see if they can find a solution.]]>
E-junkie Discussions; Stefanie
Post #3 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 Fri, 9 Jan 2009 07:32:32 GMT
I've put the test page here: http://test.tierkrematorium.superwasp.net/urnen.aspx

The behavior/problem is now different to my localhost-version: when you add the first product to the cart, it is shown correctly in the View Cart popup. When you add any variant of product 2, the cart is cleared and the selected variant is added...

ps: Is it normal that testing locally doesn't work? That would explain my original problem.

Thank you!]]>
E-junkie Discussions; oVan
Post #2 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 Thu, 8 Jan 2009 19:49:38 GMT E-junkie Discussions; Tyson Post #1 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 http://www.e-junkie.com/bb/topic/3072/pg/0#post10189 Thu, 8 Jan 2009 16:16:37 GMT This also happens when I use the sample code from this site. Is there something that I can check to find out why this happens?

I prefer not to use the non-javascript version since this has the side-effect in Internet Explorer to always ask "Do you want to close this window?"

Thanks!]]>
E-junkie Discussions; oVan