okay i just figured it out..silly me...i just had to add attributes first...silly silly me :wacko:
Printable View
okay i just figured it out..silly me...i just had to add attributes first...silly silly me :wacko:
It's software.. It can be done, but if anyone has found a solution, they have not shared it with the community.. The upcoming Zen Cart 2.0 release will include these features..
You might wanna take a looksee at the Grid Attributes add-on.. It has been written to work specifically with SBA.. If you want to get a sense of what it does, check out this link:
http: // clients dot overthehillweb dot com/hairisle/Stock-Lace-Wigs/Chinese-Remy-Brazilian-Curl-Full-Lace-Perimeter-Medium
I installed a fix that will take away the selection if its not in stock.
as in
Small - 0
Med - 0
Large - 8
Will just show
Large
However, when that goes out of stock. I get an error like this listing
http://www.nothingbutcostumes.com/in...ducts_id=17482
Quote:
1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND pa2.products_attributes_id IN (11937) ' at line 3
in:
[SELECT count(DISTINCT pa1.options_id) AS matches FROM products_attributes pa1, products_attributes pa2 WHERE pa1.products_attributes_id IN () AND pa2.products_attributes_id IN (11937) AND pa1.options_id = pa2.options_id]
So I am pretty well versed in mod installs, etc... however in the install file it just says "merge changes if you have other mods installed that use these same files."
Well, I DO have ohter mods that have changed these same files...
How come the install doesn't tell me what relevant code needs to be merged, and where it should be placed in the php files? Am I missing something here?
Thanks all
simply put because the mod author didn't offer the add-on that way.. and honestly almost all Zen Cart add-ons are packaged up the exact same way.. You will need a tool like Winmerge to make sure you incorporate only the changes needed for the add-on to work in any files that may be overwritten by the add-on..