Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
i just noticed a second thread for this mod so i'll post again
Quote:
i seem to be having 3 issues and im not to sure where to start
1.people can select a product without selecting any attributes?
2.if a product/attribute is out of stock it states it at the top of the shopping cart but doesn't indicate which product is actually out of stock. which leaves customers guessing to what could be out of stock
3. and last is there are way i can show the stock for each product instead of just the total stock in the product info page
however i do have the dynamic drop downs could that be causing part of my problems
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
i needs some help, if a product/attribute has '0' quantity, can the system remove it from the dropdown list to prevent customers ordering sizes that are out of stock?
maybe im just missing something
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Quote:
Originally Posted by
AmandaGero
i needs some help, if a product/attribute has '0' quantity, can the system remove it from the dropdown list to prevent customers ordering sizes that are out of stock?
maybe im just missing something
http://www.zen-cart.com/forum/showth...=34977&page=65
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
thank you so much! works perfect!
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Quote:
Originally Posted by
MB1
i just noticed a second thread for this mod so i'll post again
however i do have the dynamic drop downs could that be causing part of my problems
I posted an answer for you in the other thread..
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Quote:
Originally Posted by
DivaVocals
I personally only used Kuroi's last version because he was the only contributor who stuck around for support.. (Kuroi ROCKS!!)
That said, I've been keeping an eye on this and the other SBA support thread.. As a result, I've just downloaded your SBA version and am getting ready to test it on my test store.. You sir would be the very FIRST contributor (since Kuroi of course) to do any work on this mod and actually stick around after making and sharing their modifications. This got my attention..:smile:
One question for you.. Last time I messed around with the Dynamic Dropdowns for SBA mod it didn't work.. The mod seemed incomplete IMO.. Have you done any work on improving this mod too??
Thanks, sorry for the late reply... Been busy. I haven't done anything with the dynamic dropdowns, I do have plans for it, just been to busy.
;)
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Quote:
Originally Posted by
creinold
Thanks, sorry for the late reply... Been busy. I haven't done anything with the dynamic dropdowns, I do have plans for it, just been to busy.
;)
Awesome to hear.. So I will continue to stalk (I mean watch :laugh:) you and these threads..
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Can any tell me if this a bug in the Ajax versions, if I add stock using 'all' for all the attributes say with '0 stock' but then if I then add stock separately it creates a new 'Stock ID' for each attribute so I end up with two Stock ID's for the same attribute.
Quote:
1473 Fitting: E Size: 10 0
1590 Fitting: E Size: 10 2
It also reverses the order of the attribute ID's in the Database.
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
i have doe a few searches and have found a few threads that seem to try to answer this, but i am just confused.
i want to add a quantity box next to each attribute, i know that i can do this with attribute grid, but it only works when you have only one option value. i would i port that code it this mod?
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Can someone help me with this query?
I am modifying the zen cart so that I can add some products which are group of other products
Existing product A, B, C, D
New product can be defined as
Product E = 1xA + 2XB + 5XC + 3XD
So, when a customer is purchasing product E, the inventory of A gets reduced by 1, B by 2, C by 5 and D by 3
Also, if there are only 20 units of C available, then only 4 units of E should be shown in stock
Is it possible to do so using attributes or changing the code would be the best way to do it?
I was thinking of adding one more column to the products table known as special_products = yes or no
and then one more table with master product id and child product id and quantity
Any suggestions?