Hi All,
Been a few years since I've had a question.
I'm setting up attributes, but when I check the product page it says 'sold out' and I cannot get a quantity box next to the attribute. Where am I going wrong?
Thanks
Hi All,
Been a few years since I've had a question.
I'm setting up attributes, but when I check the product page it says 'sold out' and I cannot get a quantity box next to the attribute. Where am I going wrong?
Thanks
You've installed the Stock By Attributes mod ?
I thought a majority of such versions of SBA were programmed to pass on the main stock to the attribute if the attribute wasn't specifically stocked. So wouldn't it be something like no stock quantity added, or that shop doesn't allow ordering when out of stock/back ordering?
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
I don't have stock by attributes installed. It would seem that I have no stock quantity. and I can't find where to add that. Pretty much want it to always be in stock.
Maybe I should clarify. We sell ink cartridges. They come in different colors. And I'm using checkboxes. So we need
[stock number] [checkbox] [black] [$xx.xx] [qty box]
[stock number] [checkbox] [blue] [$x.xx] [qty box]
[stock number] [checkbox] [green] [$xx.xx] [qty box]
etc.
and then add to cart button.
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.