Thanks for the update Kevin, will add that to the next update I am working on. :clap:
Printable View
I am having an issue with SBA, I would just like anyone to confirm they have or haven't the same behavior with the database.
When adding SBA to a product, in the database in the 'stock_attributes' field SBA adds by the attributes by csv. If you add manually each attributes I am getting a pattern in the database for example:
13228,14900
4635,13228
4636,13228
4637,13228
4638,13228
As you will see the first value are reversed and then the rest are the same format and SBA works fine.
But if I add using the 'All' option the database is populated like this:
13228,14900
13228,4635
13228,4636
13228,4637
13228,4638
And SBA does not work properly. If I then update stock levels SBA adds a duplicate Stock ID in the reverse order.
I have creinold's installed I have also tried last night Numinix's version and get the same results.
Further to my last post I have found the problem,
SBA adds the 'products_attributes_id' to the 'stock_attributes' field in products_attributes_id 'number order' (etc 1,2,3,4,5 ). So using 'ALL' seems to add in Attribute 'Sort' order not the ID order. So SBA will not see this 'stock_attributes' exist.
In my example:
13228,14900 -- 13228 is the colour and 14900 is the size
4635,13228 -- 4635 is the size and 13228 is the colour
4636,13228 -- 4636 is the size and 13228 is the colour
4637,13228 etc
4638,13228
Any help would be appreciated, I am looking for the code for add 'ALL' to edit to sort in attribute order.
Thanks
Hi - I wonder if anyone can help.
I have the latest version of Zen Cart running and have just installed SBA.
Simply pasted the SQL code into the admin panel and copied the admin and includes folders to the server.
Since then, the shop is dead - cant get into the site or the admin panel.
http://shop.essexbikers.co.uk
Clearly this is something I have done wrong or something I have missed out but cannot see why.
Any help appreciated.
Cheers,
Dan.
EDIT - Sorry scrap that - for some reason when I uploaded the admin and includes directories the permissions were set so that no one had rwx access to them. Strange!
Hi
Has anyone considered adding sku by attribute to this contribution? Pardon me for my naivety, but on the surface it looks like the sku could be added to the current data entry page and data table. May not be as elegant as other active (and flawed) contributions, and it would require entering a stock level with the sku, but it would handle the case of multiple attributes (size and color), a requirement for the final solution.
But if Zen Cart 2.0 comes out next week with this promised capability, this argument is moot (should I stop holding my breath?):cool:
creinold, do your files have any changes that make it so out-of-stock combos aren't selectable from the item page?
For example, here is example stock of t-shirts:
Color: Black
Size: XL
Color: Navy
Size: S
Color: Red
Size: L
Color: Red
Size: XL
Color: Red
Size: M
Color: Red
Size: S
Color: Red
Size: XS
We are looking for something where if Black is chosen, XL will be the only size choice, and if Navy is chosen, S will be the only size choice.
I am pretty sure this add-on doesn't yet have this capability, but wanted to check in. Thanks!
That is availabe via dynamic drop down add on. Got to warn you it's pretty buggy for most people. I am slow updating it also along with sba. I am currently on vacation for two weeks fixing my roof. So I am away from the computer. Will continue update the codes when I'm back in the office. =)
Charles
Posted via Mobile Device
I am having a problem where if an item with a particular attribute is set to 0 and the customer puts said item into the shopping cart then the cart has the warning at the top that they are trying to buy an item that is currently out of stock but no longer indicates which item it not in stock like it use to before I upgraded to 1.3.9d. Any ideas on how to get the item in the cart to display the message that use to be shown again?
Thanks,
Marc
[QUOTE....]but no longer indicates which item it not in stock like it use to before I upgraded to 1.3.9d. Any ideas on how to get the item in the cart to display the message that use to be shown again?....
[/QUOTE]
I have upgraded to 1.3.9a all the way through 1.3.9f and I don't have this problem. I just double checked to make sure. I am using SbyA 1.4.9 in combination with Product Attribute Grid 1.1.1.
Does post number 968 in this thread apply to your situation?