Installation Guide
Installation Prerequisites
- SSH access to the server
- FTP access to the server
- Access to the admin dashboard
Installation Details
- Once you download the plugin from our site, unzip the file
- The WisdmLabs WishList Notification Extension will be present under the ‘WisdmLabs’ folder
- Navigate to <magento2_root_dir>/app/code/ directory
- If a ‘WisdmLabs’ directory exists at this location, then copy the ‘WishlistNotification’ extension folder under it. Else, copy the entire ‘WisdmLabs’ folder under <magento2_root_dir>/app/code/
- Run the following commands in ther terminal:
- cd <magento2_root_dir>
- sudo php bin/magento setup:upgrade
- sudo php bin/magento setup:di:compile
- sudo php bin/magento setup:static-content:deploy
- Now Login to your Magento store’s Admin Dashboard and navigate to Store->Configuration->WisdmLabs Extension->Wishlist Notification
- Under ‘General Setting’, enter the ‘Email Subject’ and ‘Email Address’ (where notifications have to be sent)
- Save the configuration and clear the cache to reflect changes