E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2013, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Thu, 2 Feb 2012 15:37:11 GMT Sun, 19 May 2013 06:12:43 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 #17 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 Thu, 2 Feb 2012 15:37:11 GMT E-junkie Discussions; E-junkieNinja Post #16 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 Thu, 2 Feb 2012 04:14:45 GMT
Here's the link to the store of the website: http://www.mikethemachine.com/store/

I wonder what may be causing the problem.]]>
E-junkie Discussions; jasonstogs
Post #15 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 Fri, 2 Dec 2011 22:59:20 GMT
I'm not getting any errors with the buttons on that page, is the problem persisting on your end?]]>
E-junkie Discussions; E-JunkieMonster
Post #14 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 Fri, 2 Dec 2011 17:35:42 GMT http://randrdistributors.com/victor/chickenandlamb.html

Can you help?

Thx,
Jeff K]]>
E-junkie Discussions; randr
Post #13 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 Tue, 26 Oct 2010 22:56:12 GMT
The first button doesn't work right because it's activating the form action of the full-page ASP.NET form, rather than the button code's own form action. The other buttons work fine because the </form> tag at the end of the first button's code ends the ASP.NET full-page form prematurely (rather than where it should end, at the bottom of the page). However, this may be causing problems with your ASP.NET system, which may explain the malformed HTML I found in your page (notably, an entire extra HEAD section plus extra <body>, </body>, and </html> tags in the middle of the page).

If you absolutely need to have these Comment fields, you may need to contact your hosting company's support team to inquire whether our ready-made button codes using forms could be inserted in your page, and if so, how they would recommend that should be accomplished.]]>
E-junkie Discussions; E-junkieGuru
Post #12 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 Tue, 26 Oct 2010 20:45:13 GMT http://kenyakeys.org/Area/Donate.aspx

The comments field is working after I deleted and recreated all of the buttons. Now just the first button is not working, the page just refreshes. Nothing is pushed to the cart.

Thanks]]>
E-junkie Discussions; jrennaker
Post #11 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 Tue, 26 Oct 2010 20:06:22 GMT https://www.e-junkie.com/ej/contact.php]]> E-junkie Discussions; E-junkieGuru Post #10 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 Tue, 26 Oct 2010 02:29:54 GMT E-junkie Discussions; jrennaker Post #9 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 Tue, 26 Oct 2010 00:41:04 GMT
If you are not using "Variants having individual price/weight/stock/SKU" for any product having a problem, then the "Product combination does not exist" error could also happen if you change the Item Number of a product after you pasted its button code into your page. The button code references the Item Number, which our cart uses to look up the product's price and other settings in our database; this means if you change the product's Item Number, any button code using the old number suddenly isn't referring to any current product anymore. Just copy-paste fresh button code from Seller Admin after you change a product's Item Number.]]>
E-junkie Discussions; E-junkieGuru
Post #8 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 Mon, 25 Oct 2010 23:27:42 GMT
<form action="https://www.e-junkie.com/ecom/gb.php?c=cart&i=828029&cl=140023&ejc=2" target="ej_ejc" method="POST" accept-charset="UTF-8">
<div align="right">
<p>
<input type="image" src="http://www.kenyakeys.org/Images/Buttons/button_add_to_cart.gif" border="0" alt="Add to Cart" class="ec_ejc_thkbx" onclick="javascript:return EJEJC_lc(this.parentNode);"/>
</p>
<p>
<input type="hidden" name="on0" value="Enter Comments"/>
Enter Comments:
<input type="text" name="os0" maxlength="98"/>
</div>
</form>

it is re-written to:

<form accept-charset="UTF-8" method="POST" target="ej_ejc" action="https://www.e-junkie.com/ecom/gb.php?c=cart&i=828029&cl=140023&ejc=2">
<div align="right">
<p><input border="0" type="image" onclick="javascript:return EJEJC_lc(this.parentNode);" class="ec_ejc_thkbx" alt="Add to Cart" src="http://www.kenyakeys.org/Images/Buttons/button_add_to_cart.gif" /></p>
<p><input type="hidden" value="Enter Comments" name="on0" /> Enter Comments: <input type="text" maxlength="98" name="os0" /></p>
</div>
</form>

Any ideas?]]>
E-junkie Discussions; jrennaker
Post #7 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 Tue, 14 Apr 2009 20:47:40 GMT
Now to see if I can get a client side image map to act as a bunch of cart buttons....]]>
E-junkie Discussions; Jeff_Birt
Post #6 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 Tue, 14 Apr 2009 20:30:53 GMT E-junkie Discussions; E-junkieGuru Post #5 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 Mon, 13 Apr 2009 23:11:01 GMT
Anyhow I have created several pages in a similar manner and this was the only one giving me fits. On a whim I went back and recreated one item changing the SKUs and without using and quote character in the description and then removed the quotes from the second item description too. Now it all seems to work fine. I think it probably as to do more with changing SKU to something that I had not tried to use before.

The products really do have slightly different weights and SKUs. The quantities I put in for those particular products were bogus but helped to avoid any issues with 'This item is out of stock' while testing. But I am going to take advantage of the Inventory control.

It now seems that everything will work. The JS shopping cart looks much more professional than a new browser window popping up too.]]>
E-junkie Discussions; Jeff_Birt
Post #4 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 Mon, 13 Apr 2009 21:14:25 GMT
Also, you should copy your View Cart code from Seller Admin to replace the View Cart code you are using. It appears your View Cart code is copied from our demo pages, so that button will not work to display the cart for your own products, since it's referencing our account rather than yours.

Finally, I noticed you are using the "Variants having individual price/weight/stock/SKU" setting, yet all your variants' prices and weights are the same for each product; however, you also have Inventory Control enabled with a stock quantity of 1 for each variant, so perhaps you only have one of each type and don't want to oversell. If you did not actually need to limit sales in that manner, you may find it much easier to configure your product options using the "Variations which tell more..." setting rather than configuring Variants.]]>
E-junkie Discussions; E-junkieGuru
Post #3 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 Mon, 13 Apr 2009 00:01:36 GMT http://soigeneris.com/A2Z_Tool_Holders.aspx, from a different PC. Both products on the left hand side will not come up. I'm at a loss to explain why...]]> E-junkie Discussions; Jeff_Birt Post #2 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 Sun, 12 Apr 2009 22:39:34 GMT
If this doesn't solve the problem for you, please reply with the URL of your page having the problem, so we can have a look for ourselves and help sort out what's going on there.]]>
E-junkie Discussions; E-junkieGuru
Post #1 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 http://www.e-junkie.com/bb/topic/3305/pg/0#post20212 Sun, 12 Apr 2009 22:00:58 GMT
It should not be this difficult.]]>
E-junkie Discussions; Jeff_Birt