BuyItSellIt Community
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        


««1234»»»

Add Quantity selector to your custom... Expand / Collapse
Author
Message
Posted 2/22/2009 11:56:39 AM


BISI Guru

BISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI Guru

Group: Forum Members
Last Login: 11/5/2009 6:59:08 AM
Posts: 348, Visits: 2,166
Thank you, Tomas. I got it now. I put it between the wrong "form" code. It will make sense to me one of these days!

Christine

Your Virtual Fuller Brush Man
www.FullerBrush.myBISI.com


Shop for unadvertised Fuller Brush and Stanley Home Products specials at Fuller Brush Central
Post #30420
Posted 8/28/2009 8:01:42 AM


BISI Guru

BISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI Guru

Group: Forum Members
Last Login: Today @ 9:42:02 PM
Posts: 1,394, Visits: 6,292
I've put in a support ticket about this, but want to see if anyone has had this problem and solved it:

I added the quantity selector to my product details in Cooking Sharp, right before the Add to Cart button. It works sometimes - adds a quantity to the cart. Mostly it gives an admin error, both in FF and IE.

Any ideas? I've deleted and re-added it.


* The Mule Wagon Antiques and Collectibles
* Cooking Sharp with Rada Knives
* Mule Wagon Media
* Cooking Sharp Blog
* Fishing for Treasure Blog


BTG Designs Tutorials | BISI Designs Tutorials | How to Get Traffic | Making Custom Templates
Post #48083
Posted 8/28/2009 8:28:13 AM


BISI Guru

BISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI Guru

Group: Forum Members
Last Login: 10/10/2009 1:22:23 AM
Posts: 1,318, Visits: 3,484
I noticed that the quantity selector only works on items with out multi-variant turned on. If you are using the multi-variant, it will throw an error. Took me forever to figure that out though but I noticed those were the only products with the problem. Ones without that multi-variant box checked worked fine.

See if that is what you notice...

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Jennifer



An independent BISI solutions provider



Filling Out SEO Tabs | Putting Images In Your Store | Understanding the XML File Transfer | So You Want To Get Googled...



Post #48084
Posted 8/28/2009 8:34:23 AM


BISI Guru

BISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI Guru

Group: Forum Members
Last Login: Today @ 9:42:02 PM
Posts: 1,394, Visits: 6,292
Hi, Jennifer,

I've never enable the multi-variant option. I just looked, the boxes aren't checked.

Also, if I close out the window and open the store in another one, it shows all the items I attempted to add in my cart. Very odd!

Thanks for the suggestion...


* The Mule Wagon Antiques and Collectibles
* Cooking Sharp with Rada Knives
* Mule Wagon Media
* Cooking Sharp Blog
* Fishing for Treasure Blog


BTG Designs Tutorials | BISI Designs Tutorials | How to Get Traffic | Making Custom Templates
Post #48085
Posted 8/28/2009 8:44:42 AM


BISI Guru

BISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI Guru

Group: Forum Members
Last Login: 10/10/2009 1:22:23 AM
Posts: 1,318, Visits: 3,484
Then you have a code error in there. I ran into that too. Do you mind posting the code as an attachment for that page?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Jennifer



An independent BISI solutions provider



Filling Out SEO Tabs | Putting Images In Your Store | Understanding the XML File Transfer | So You Want To Get Googled...



Post #48090
Posted 8/28/2009 8:50:53 AM


BISI Guru

BISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI Guru

Group: Forum Members
Last Login: Today @ 9:42:02 PM
Posts: 1,394, Visits: 6,292
Thanks, Jennifer! I copied the code for the form.


* The Mule Wagon Antiques and Collectibles
* Cooking Sharp with Rada Knives
* Mule Wagon Media
* Cooking Sharp Blog
* Fishing for Treasure Blog


BTG Designs Tutorials | BISI Designs Tutorials | How to Get Traffic | Making Custom Templates

  Post Attachments 
quantity_error.txt (25 views, 3.03 KB)
Post #48092
Posted 8/28/2009 9:11:02 AM


BISI Guru

BISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI Guru

Group: Forum Members
Last Login: 10/10/2009 1:22:23 AM
Posts: 1,318, Visits: 3,484
The ONLY thing I see is the code that is different is for the add to cart button. Use this and see if it works. If not, back to the board because I see nothing wrong with your code.

<input type="submit" value="Add to Cart" class="button" id="btnAddToCart" />




Also, make sure you have all the right scripts in your header. Here they are for reference along with the updated body tag.


<link rel="stylesheet" href="http://public.mybisi.com/templates/lightbox.css" type="text/css" media="screen" />

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.3/prototype.js"></script>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.1/scriptaculous.js?load=effects"></script>

<script type="text/javascript" src="/_js/lightbox.js"></script>

<script type="text/javascript" src="/_js/bisicommon.js"></script>

<script type="text/javascript">var stats_storeID=$Store.ID;</script>
<script type="text/javascript" src="/_js/bisi_stats.js"></script>

</head>

<body #if($EnableMultiOptionVariant)onload="setMultiOptions('$ProductID','$DefaultPrice','$DefaultImageID', 'true');"#end>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Jennifer



An independent BISI solutions provider



Filling Out SEO Tabs | Putting Images In Your Store | Understanding the XML File Transfer | So You Want To Get Googled...



Post #48095
Posted 8/28/2009 9:28:42 AM


BISI Guru

BISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI Guru

Group: Forum Members
Last Login: Today @ 9:42:02 PM
Posts: 1,394, Visits: 6,292
Jennifer, thank you...

Changing the Add to Cart code didn't fix it...The body code looks okay.

I attached my scripts - it looks like I have everything. One of the ajax lines seems to be duplicated. Could that cause a problem?


* The Mule Wagon Antiques and Collectibles
* Cooking Sharp with Rada Knives
* Mule Wagon Media
* Cooking Sharp Blog
* Fishing for Treasure Blog


BTG Designs Tutorials | BISI Designs Tutorials | How to Get Traffic | Making Custom Templates

  Post Attachments 
script_error.txt (17 views, 796 bytes)
Post #48100
Posted 8/28/2009 9:37:28 AM


BISI Guru

BISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI Guru

Group: Forum Members
Last Login: 10/10/2009 1:22:23 AM
Posts: 1,318, Visits: 3,484
I would take that out. I don't think it will make a difference though.

Also, close out your browser and open it again. Don't ask, just trust me. And see if it works then.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Jennifer



An independent BISI solutions provider



Filling Out SEO Tabs | Putting Images In Your Store | Understanding the XML File Transfer | So You Want To Get Googled...



Post #48101
Posted 8/28/2009 9:46:02 AM


BISI Guru

BISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI Guru

Group: Forum Members
Last Login: Today @ 9:42:02 PM
Posts: 1,394, Visits: 6,292
Nope, the ol' give it a kick didn't work either. Nor does clearing the cache. Alas!

Thanks for your help! Maybe Tomas can fix it. I'll post here if I get a solution. (I hope quickly, because I've left the code as-is so he can test it.)


* The Mule Wagon Antiques and Collectibles
* Cooking Sharp with Rada Knives
* Mule Wagon Media
* Cooking Sharp Blog
* Fishing for Treasure Blog


BTG Designs Tutorials | BISI Designs Tutorials | How to Get Traffic | Making Custom Templates
Post #48103
« Prev Topic | Next Topic »

««1234»»»

All times are GMT -8:00, Time now is 10:03pm

Powered by InstantForum.NET v4.1.4 © 2009
Execution: 0.078. 10 queries. Compression Disabled.