Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
revski, im looking at my code deeper now. i upgraded and didn't do a clean install. my old versions do indeed have a modules/your_template folder...i see now early in the readme where it mentions that, but for my install, i skipped to the upgrade parts...missed that. there is no folder/file to edit or overwrite in the last downloadable version of this mod. I do have the template folder in my live store site files. it's attributes.php AND that is most likely why my quantity updates work when i use the old way, one at a time update. the ajax doesn't work for me, is this the reason???, the includes/modules/YOUR_TEMPLATE /attributes.php file is not changed....i can't help you any more that this. there seems to be a folder missing in the last updated download.
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
bah 7 minutes into the future...
version 4.4 was the version i had. i looked at all the other downloads after that release....that file/folder is not included. Was it in fact changed? is it even needed? :)
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
I am using SBA version 1-4-10 (clean install) on ZC 1.3.8a. Only issue is that when a particular item is out of stock, it still lets the customer add to cart and checkout.
I have already have this setting changed...
admin>configuration>stock>allow checkout> false
Any help would be appreciated. I have read through a lot of this support thread and haven't found a fix.
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
If I switch to the V4.8 will it fix this?
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Quote:
Originally Posted by
ams30gts
If I switch to the V4.8 will it fix this?
Sorry, but no, the mod does not obey the out of stock setting. Be sure to turn on the shopping cart display out of stock message so that your customers will be informed that it is out of stock.
I swear this mod used to drop the attributes out of view when out of stock but I can't prove it and no one will agree with me on that.
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Quote:
Originally Posted by
delia
Sorry, but no, the mod does not obey the out of stock setting. Be sure to turn on the shopping cart display out of stock message so that your customers will be informed that it is out of stock.
I swear this mod used to drop the attributes out of view when out of stock but I can't prove it and no one will agree with me on that.
I can confirm that this mod NEVER did this.. (and I have used/tested versions going all the way back to Kuroi's original version of this mod)
There have been posted "fixes" in both of the SBA support threads which show how to modify SBA so that attributes which are out of stock will not appear on the product pages. However there is a HUGE CAVEAT with using this code. It only works for SINGLE attribute product variants. Product variants which involve multiple attributes do NOT work with this posted "fix".
The reason why this "fix" has NEVER been included in any SBA release is because of the fact that it will NOT work on variants which contain multiple attributes (ie: size + color)
Hope that clears this up a little..:smile:
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
There was an missing attribute database query in header.php in the modules/pages/shopping_cart/ older files. Replace it with this:
http://www.zen-cart.com/forum/showpo...&postcount=952
;)
ps
sorry for the late reply. Thread notifications only work sometimes here. I am subscribed to all sba threads but some reason I dint get notified till like 5-10 post later. Really weird...
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Quote:
Originally Posted by
DivaVocals
I can confirm that this mod NEVER did this.. (and I have used/tested versions going all the way back to Kuroi's original version of this mod)
There have been posted "fixes" in both of the SBA support threads which show how to modify SBA so that attributes which are out of stock will not appear on the product pages. However there is a HUGE CAVEAT with using this code. It only works for SINGLE attribute product variants. Product variants which involve multiple attributes do NOT work with this posted "fix".
The reason why this "fix" has NEVER been included in any SBA release is because of the fact that it will NOT work on variants which contain multiple attributes (ie: size + color)
Hope that clears this up a little..:smile:
sba drop down mod was the contribution for this but is supper buggy! It works but only with dropdowns and not radio / text attributes. Can't wrap my head around fixing the drop down mod codes. One day I will concor it though!
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Quote:
Originally Posted by
creinold
sba drop down mod was the contribution for this but is supper buggy! It works but only with dropdowns and not radio / text attributes. Can't wrap my head around fixing the drop down mod codes. One day I will concor it though!
Agreed.. The module author SWEARS it works, but I never had anything but issues with it, and the fact that it only worked with dropdown attributes was a deal breaker for me..
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Quote:
Originally Posted by
DivaVocals
I can confirm that this mod NEVER did this.. (and I have used/tested versions going all the way back to Kuroi's original version of this mod)
There have been posted "fixes" in both of the SBA support threads which show how to modify SBA so that attributes which are out of stock will not appear on the product pages. However there is a HUGE CAVEAT with using this code. It only works for SINGLE attribute product variants. Product variants which involve multiple attributes do NOT work with this posted "fix".
The reason why this "fix" has NEVER been included in any SBA release is because of the fact that it will NOT work on variants which contain multiple attributes (ie: size + color)
Hope that clears this up a little..:smile:
Going to try and look for it now. I only use 1 attribute (color) on my listings and should work.