sold articles

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 года назад
Hello Everyone
Please let me know if there is a plugin who will help me to manage products.
Basically I need products to be disappeared (for example shoes) from site in case if all sizes are sold out.

Many thanks
3 года назад
Hi,
you can simply configure this in the product edit page.

Go to Admin > Product  Edit page > Inventory Section >set Low stock activit to unpublish in inventory
Also set Minimum stock qty to 0
3 года назад
Thank you.
I need to do it automatically without manual unblushing each product.
Is it possible.? Maybe there is a plugin to do it?
3 года назад
You just have to configure this setting in all product. You can quickly update by SQL query.
Whenever your product is reach low stock/out of stock, it will automatically unpublish products.
There no required additional plugin.
3 года назад
You can quickly update by SQL query - How can I do that?
Also I have more than 3000 types of products. I can't change in each products page
3 года назад
gsulaberidze wrote:
You can quickly update by SQL query - How can I do that?
Also I have more than 3000 types of products. I can't change in each products page


Go to your sql server and execute below queries
update Product set LowStockActivityId =2
update Product set MinStockQuantity = 0
3 года назад
Hello
How are you.
Please remind me form where can I manage addresses of "pick up store?"
I would like to disable one store and can't find a list

Thank you
3 года назад
yourwebsite.com/Admin/PickupInStore/Configure
Edit the Store you wish to change
3 года назад
Hello
Thank you. I have find it
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.