How to disable an app or a plugin

An installed app or plugin can be temporarily disabled. This might be useful for troubleshooting in your Webasyst backend, for instance.

How to disable a software product in Webasyst backend

  1. Open Installer app.
  2. Proceed to “Manage apps” section.
  3. Click “Pause” link.

How to disable a software product in a configuration file

To disable an app, change true to false in the line with the app’s ID in file wa-config/apps.php.

Example
'contacts' => false,

To disable a plugin, change true to false in the line with the plugin’s ID in file wa-config/apps/[app_id]/plugins.php. Replace [app_id] with the ID of the app whose plugin you need to disable.

Example

The path to Shop-Script app’s plugin list file is wa-config/apps/shop/plugins.php.

'redirect' => false,
You can disable only an app’s plugin. System plugins such as shipping, payment, and SMS plugins cannot be disabled.

0 comments

    Posting new comments is disabled for this topic.


    Раздел помощи работает на основе приложения «Хаб»