One Time Installation of Personalization Module

Disable/Clear the Cache

The Magento front-end releases heavily depend on the caching system to provide a faster experience to the customer. This is a wonderful tool but can wreak havoc during the installation process. To ensure that the cache is not the cause of any problems, we need to turn it off. This can be done from the admin console by navigating to the cache management page, selecting all caches, clicking ‘disable’ from the drop-down menu, and submitting the change. (System > Cache Management)

Backup Your Data 

Back up your store database and web directory.

Download and Extract

Download the extension and unzip the extension’s contents on your computer and navigate inside the extracted folder.

Upload Files

Using your FTP client upload the contents of the Personalize package to your store root. The contents of the directory will look something like this:

app/code/Artifi/Personalize (All of the module files)

Always make sure you merge the folders and do not replace the existing folders.

Run Upgrade Command 

Run the following at the command line/shell from the Magento root directory: php ­f bin/magento setup:upgrade

Clear All Cache

Goto System->Cache Management and click ‘Flush Cache Storage’. 

This will ensure that everything cached by Magento is deleted and will be regenerated. Once everything works as expected you can enable the cache again (System > Cache Management).

Logout from Magento and Log in Again 

Make sure you log out from your admin panel and log in again. (else you may see a 404 page).

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.