Hello, I have a question about the module: Prestashop Seo Redirects 301, 302, 303. The function that has so that it does not show the products out of stock, what does it do is put the trigger in the table ps_stock_available? I ask because I have a tool to import products daily that conflicts with that trigger. So I wanted to make sure to buy it or not. Thanks greetings.
PrestaShop expert answer about disable out of stock products
It works in a 3 ways.
- with stock updateEach time when product stock is updated (with order, or with some module that uses prestashop features to update products' stock). For example:
- Someone placed an order and product is no longer available (out of stock). Module "seo redirect" disables it.
- You edited product in back office, decreased the stock, in effect module "seo redirect" disables it.
- You use some stock update module (important: this module uses prestashop features to update the stock, that allows to execute other modules) - module "seo redirect" will disable product if it will be out of stock.
- with cron task
Disable 'out of stock' products process can be executed with cron taks with defined frequency (for example every hour).
Once the task will be executed - module will disable all out of stock products. - when someone will try to reach product page
When someone will try to open product page that is out of stock and that is not disabled, module will disable it before the product page will appear and visitor will be redirected to defined page
best regards,
milos
0 comments:
Post a Comment