Update the plugin
For Motive Commerce Search to correctly run on your site, you must have a supported version of the plugin, so we recommend updating your plugin when required.
Updating the plugin for PrestaShop
To update the Motive Commerce Search plugin to the latest version, follow these steps:
- Download the latest Motive Commerce Search version from this link (opens new window).
- Access your PrestaShop control panel.
- In the left-side menu, click Modules > Module Manager.
- Click Upload a Module, at the top-right, and attach the file downloaded during the first step.
note
If your PrestaShop version is 1.7.8 or newer, click Upgrade Anyway in the confirmation window that appears.
Once the process is complete, a notification appears, confirming that the plugin has been updated. You are then ready to start using all the latest features and tools of Motive Commerce Search in your shop.
Updating the plugin for WooCommerce
To update the Motive Commerce Search plugin to the latest version, follow these steps:
Access your WooCommerce control panel.
In the left-side menu, click Plugins > Installed Plugins.
note
You can also find your plugins by clicking My Sites > Network Admin > Plugins at the top of the page.
On the banner displayed at the bottom of the Motive Commerce Search plugin, click Update now to get the latest version of the plugin.
Once the process is complete, a notification appears, confirming that the plugin has been updated. You are then ready to continue using all the features and tools of Motive Commerce Search in your shop.
Updating the plugin for Magento
To update the Motive Commerce Search plugin to the latest version, follow these steps:
Find the directory where you have Magento installed.
Once in your Magento 2 server directory, update the Motive Commerce Search package by introducing this command:
composer update motive_commerce_search/commerce-search
Then, refresh your Magento installation to reflect the changes by running the following commands:
bin/magento setup:upgrade bin/magento setup:di:compile rm -rf pub/static/*; rm -rf var/view_preprocessed/*; bin/magento setup:static-content:deploy -f bin/magento cache:clean
Once the process is complete, you are ready to continue using all the features and tools of Motive Commerce Search in your shop.