Hmm, me peeks in configuration > stock.
So I have a checkout now. How can I add a qty box to the attribute?
Hmm, me peeks in configuration > stock.
So I have a checkout now. How can I add a qty box to the attribute?
Can you elaborate on. What you want a quantity box on the attribute? Are you wanting to tell the customer how many black cartridges you have, how many cyan, etc... (Stock-by-attributes) Or are you wanting the customer to tell you how many of each of those they want to purchase? (Patience while they add each item type to the cart.)
By the way, don't know if you found where to tell ZC how many of something you have, but quantity of a product is found on the data entry page for the product (admin side). Otherwise you can tell ZC sell no matter what, etc...
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
thanks for the reply. I need the customer to be able to specify how many of each cartridges he wants. Like, 1 black and 2 yellow, add to cart.
Um, this method is not the typical ZC style of product selection. There are ways to get what you want ultimately or in some way, buut here's thing. An attribute, is sort of like an add-on. Each type of attribute means. Something different and serves a different function. And then there is a list of items.
So, when looking at the product page itself, selecting the add to cart button takes all the information associated with that one product and adds it to the cart. The default is to deal with a single product that has multiple attributes. Your asking to add multiple products as attributes. Is possible, but requires some custom coding.
Typically what one. Would see is a drop down or a bulleted list, so cuustomer would select black and then add x quantity, then return to yellow and add y quantity. Or some stores will list each type of cartridge (item) as it's own product, that way once in the appropriate category could select different quantities of each and add all to the cart at once.
The custom code would need to uniquely identify each quantity box, then cycle through those quantity boxes to add each attribute to the cart. Probably, already a plug-in developed, but I don't know what it is. Essentially wanting to add to cart by attribute. (This is different than monitoring the quantity of product available to customer by attribute. )
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
So it's not your stock you want to track ? Take a look at this:
http://www.zen-cart.com/downloads.php?do=file&id=618
I haven't used it.
I also have not looked at that package, ######## if as it says it only works with drop downs and button type selections, you would need to have an option name for each each color and one option value added for each option name. This is instead of multiple option values to your one checkbox option name ucurrently have (I assume this is the setup you have).
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Well, I gave this a try, but it does not add a quantity box for each checkbox attribute. Perhaps there is another solution?