michael_rebreathe:
I thought I was going crazy. I know I tested a number of options before choosing SBA, but was quite sure this was one of the pros of SBA. Nice to know my memory isn't as bad as I started thinking...
We're not having any difficulty in managing inventory with any combination of attributes. Our only problem was adding out-of-stock to the cart, and the later discovered shove to the shopping cart once we set Allow Checkout to false. The decision to limit our products to two attributes was for non-SBA reasons, but I was happy of this decision if I was going to tackle our issues in-house.
We (I) chose not to use EasyPopulate because managing the inventory was easy enough and seems to be glitch-free (aside from my understanding that canceled orders don't return "held" items to inventory). I don't want to pepper the site with lots of plugins, since managing updates quickly escalates to a major headache (as if a "clean" update is ever truly headache free).
Awesome! I'll try it out!
So are you suggesting Product Info Single Attribute Display Plugin => single_dropdown or sba_sequenced_dropdowns
and Product Info Multiple Attribute Display Plugin => sba_sequenced_dropdowns ?
I'll be trying the new update shortly. Thanks for your "ontopishness!"
Well, I started this once and dunno' what happened, but lost my writeup...
So actually was saying that if want the javascript actions using the software that is provided by this plugin, then set Dynamic dropdowns to display with multiple attributes only, then for multiple attributes in the DD menu select the option that has sba in t (default). For single attrbute product, to show the out-of-stock notification select the option name type that also has sba in it's name (would be the sixth available in a vanilla install).
Thing is that in the last couple of hours with some more testing it looks like I still have an issue with text and upload filename boxes... I'm trying to work around it without modifying any other core code sections and also to keep things going. Issue seen at the moment is if a variant is populated with an attribute and a text field, nothing is added to the text, then when adding the product to the cart, the maximum to add is whatever is assigned in the sba table, good. But with necessary corrections made to functions_lookups, now while in the cart, the product appears to be out-of-stock because the cart functionality removed the attrbute designation for the text block because it was blank... So there's one piece not trying to modfy. Okay, so was able to do a sort of validation to make that go away, but then when adding the same product to the cart again this time with something in the text field, again the product can inaccurately be added to the cart to the maximum assigned in the sba table... No good...
Have a couple of thoughts, but am not happy with the current condition because I thought I had resolved the text issue... It does appear that the above is like adding mixed quantities of a product with the goal to be that the total does not exceed the sba table quantity... I know that currently sba doesn't deal with mixed quantities like the zc store does, is something to consider addressing later, but need to look at how to handle this issue and how zc handles adding two product each with text boxes but one filled in the other not or filled in differently...