Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Quote:
Originally Posted by
swamyg1
I do need help with one last thing. I know it's been addressed several times but I cannot find the solution. I would like to show either:
1. on the product info page "out of stock" next to each attribute in the dropdown.
OR
2. Not allowing customer to add item to cart if no quantity for selected attribute. We could give them a message before they reach the cart.
Say I have 5 attributes for my product but 4 are out of stock... does a customer have to go back and forth adding each attribute until they find the one in stock? Sounds like a big guessing game.
Is there a solution for this? I can't seem to find it.
Same question, I've been looking for a solution to this very same problem for a very long time.
Does anyone know a way of modifying the code in the php files so that attributes with stock level=0 are automatically hidden or even deleted?
It's a mammoth task to manually disable/delete attributes every time a particular size for a particular item goes out of stock. Similarly, it's a total sale killer if a customer has to click back and forth just to see what's in stock!
Has anyone figured out which part of the code could be manipulated to achieve automation?
There is a setting in the admin>configuration>dynamic drop downs called "Show Out of Stock Attributes". I have tried setting this to False and I have tried setting it to True. Neither option has any effect on out of stock attributes so what is this setting even for?
HELP :-)
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Quote:
Originally Posted by
limelites
Same question, I've been looking for a solution to this very same problem for a very long time.
Does anyone know a way of modifying the code in the php files so that attributes with stock level=0 are automatically hidden or even deleted?
It's a mammoth task to manually disable/delete attributes every time a particular size for a particular item goes out of stock. Similarly, it's a total sale killer if a customer has to click back and forth just to see what's in stock!
Has anyone figured out which part of the code could be manipulated to achieve automation?
There is a setting in the admin>configuration>dynamic drop downs called "Show Out of Stock Attributes". I have tried setting this to False and I have tried setting it to True. Neither option has any effect on out of stock attributes so what is this setting even for?
HELP :-)
I worked on this for a while and found this solution using the Dynamic drop down mod.
I'm using it here in my store.
But I'm having a major problem, my customers are finding it very confusing by not displaying them all options up front. This mod only displays options for quantites that are in stock. Some of my customers don't even see the "first select" "then select" options so they don't know what to do.
I'm thinking of killing this mod and just having customers go to the cart, so it's a total crapshoot as to what might be in stock. NOT IDEAL.
I would really like this mod to work, but not at the expense of the user experience. Has anybody come up with another solution or can anybody suggest what we should do to fix this?
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
I'm also using the dynamic drop down mod... however it does not seem to work at all.
As I said, there is a setting in the admin>configuration>dynamic drop downs called "Show Out of Stock Attributes". I have tried setting this to False and I have tried setting it to True. Neither option has any effect on out of stock attributes so what is this setting even for?
Can you tell me what your problem with this mod is? I've browsed your site and can't see any out of stock product attributes... isn't it working perfectly for you?
Did you manage to find a way for an attribute with qty=0 to disable automatically?
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Quote:
Originally Posted by
limelites
I'm also using the dynamic drop down mod... however it does not seem to work at all.
As I said, there is a setting in the admin>configuration>dynamic drop downs called "Show Out of Stock Attributes". I have tried setting this to False and I have tried setting it to True. Neither option has any effect on out of stock attributes so what is this setting even for?
Can you tell me what your problem with this mod is? I've browsed your site and can't see any out of stock product attributes... isn't it working perfectly for you?
Did you manage to find a way for an attribute with qty=0 to disable automatically?
Well, I think you have it configured correctly. At least this is how I have it configured:
Product Info Single Attribute Display Plugin > Multiple Dropdowns
Product Info Multiple Attribute Display Plugin > sequenced_dropdowns
Show Out of Stock Attributes > True
Mark Out of Stock Attributes > None
Display Out of Stock Message Line > True
Prevent Adding Out of Stock to Cart > True
I'm using the Ajax Stock attributes mod, I have 3 attributes which are not reflecting my stock... it just shows the stock unavailable by not displaying the option. That's my problem, I'm still trying to figure it out. I've tried deleting the attributes and readding them, that doesn't seem to work. I suppose the user experience is fine, I really have no other choice at the moment.
I don't think the dynamic dropdown mod is very complete. It seems to work, but it might have bugs with no support. I might be experiencing one of those bugs, I can send you the files I'm using if you PM me your email addy.
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
OK, I finally solved this and I've detailed the solution in this thread (post number #641 and #642)
http://www.zen-cart.com/forum/showth...=34977&page=65
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
is there a way for the individual stock qty to show for the different attributes of the product.
eg; product = tshirt qty 20 total
red tshirt = qty 10
blue tshirt = qty 10
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
I searced and i can't seem to find a step-by-step install process for stocks by attributes. I'm a new to this and i catch on pretty quick, but i can't seem to figure this out. How do i create a table? Is there a thread that has a step-by-step instruction on how to install? thanks!
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Quote:
Originally Posted by
triollc
is there a way for the individual stock qty to show for the different attributes of the product.
eg; product = tshirt qty 20 total
red tshirt = qty 10
blue tshirt = qty 10
Yes but it involves custom coding. Search for "Grayson"
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Quote:
Originally Posted by
lizord
I searced and i can't seem to find a step-by-step install process for stocks by attributes. I'm a new to this and i catch on pretty quick, but i can't seem to figure this out. How do i create a table? Is there a thread that has a step-by-step instruction on how to install? thanks!
They're in the installation section of the readme file that comes in the add-in package.