Jump to content

[Solved] How to auto set the combination who has stoc to default combination on products that has more then 1 combination


Recommended Posts

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

  • 1 month later...

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

  • 4 months later...
  • 2 weeks later...

I had same issue with some items combo and not, all items had stock, but showing out of stock, found the difference
table `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 problem

update `ps_product` set `cache_default_attribute`=0

Link to comment
Share on other sites

I had same issue with some items combo and not, all items had stock, but showing out of stock, found the difference
table `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 problem

update `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

×
×
  • Create New...