disable out of stock products with module in prestashop

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.
  1. 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.
  2. 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.
  3. 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
Share on Google Plus

About VEKIA

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment

0 comments:

Post a Comment