Setup to Magento 2

you can use 2 ways to setup yappyBuy buddy assistant:


  1. Using Composer:

Install the module composer by running composer require yappybuy/buddy-magento2

Enable the module by running php bin/magento module:enable YappyBuy_Buddy

Apply database updates by running php bin/magento setup:upgrade

Compile Magento code base by running php bin/magento setup:di:compile

Deploy static content by running php bin/magento setup:static-content:deploy

Clean the cache by running php bin/magento cache:clean

Setup Token via Magento Admin panel


  1. Using FTP:

upload content module archive to magento app folder

run:

Enable the module by running php bin/magento module:enable YappyBuy_Buddy

Apply database updates by running php bin/magento setup:upgrade

Compile Magento code base by running php bin/magento setup:di:compile

Deploy static content by running php bin/magento setup:static-content:deploy

Clean the cache by running php bin/magento cache:clean

Setup Token via Magento Admin panel


Enable module for your store and set Token you got from yappyBuy Buddy dashboard (see related article how to do that):

Save setting and clear cache.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.