Prodi Posted November 4, 2010 Share Posted November 4, 2010 Hello I have a big problem with the products who has more then 1 combination. If the default combination will run out of stock the other combination will not make default combination by itself, so if a customer click on that product it will see that it's out of stock ... but in fact we have it but wit a different color or a different size ..Please help ... I have over 800 products, is a lot of work to check them all.P.S.I hope some one will understand what I'm trying to say Link to comment Share on other sites More sharing options...
crisb Posted December 20, 2010 Share Posted December 20, 2010 I know exactly what you are saying, I also have this problem but I don't know about any automate tool that can do this on prestashop.Besides the manual one that as soon the product is out of stock in a certain size you go to back office an set the size available to be the default, at least is what I've being doing for almost 2 years. It'll be a lot of work with all 800 products...If there's a automated option I'll be happy to know about it! Maybe there's a module somewhere but I am not aware. Link to comment Share on other sites More sharing options...
PrestaSupport Posted May 11, 2011 Share Posted May 11, 2011 Hello!Iam curious if there is a solution for this issue? it seems to be the same in 1.4, that it shows "out of stock" even if there is products but in another attribute, quit annoying Link to comment Share on other sites More sharing options...
SmartLoader Posted May 25, 2011 Share Posted May 25, 2011 I had same issue with some items combo and not, all items had stock, but showing out of stock, found the differencetable `ps_product` if `cache_default_attribute` field is set to 1 it will show some products out of stock, changed to 0 as most of the items and problem is gone.using phpmysql run this query to fix this problemupdate `ps_product` set `cache_default_attribute`=0 Link to comment Share on other sites More sharing options...
PrestaSupport Posted May 25, 2011 Share Posted May 25, 2011 This problem is solved with PrestaShop 1.4.1 Link to comment Share on other sites More sharing options...
PrestaSupport Posted May 25, 2011 Share Posted May 25, 2011 I had same issue with some items combo and not, all items had stock, but showing out of stock, found the differencetable `ps_product` if `cache_default_attribute` field is set to 1 it will show some products out of stock, changed to 0 as most of the items and problem is gone.using phpmysql run this query to fix this problemupdate `ps_product` set `cache_default_attribute`=0 Good to know if need to fix versions before 1.4.1 Link to comment Share on other sites More sharing options...
Recommended Posts