TRUENDO on Magento

Plug-in installation from zip file#


  1. Download the zip file containing the TRUENDO plugin for Magento here.

  2. Create a folder in app/code/truendo/integration

  3. Unzip the .zip file in app/code/truendo/integration

  4. Run the following commands from Magento root directory

    to enable the TRUENDO extension:


    php bin/magento module:enable Truendo_Integration php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento cache:clean php bin/magento cache:flush


  5. If your Magento is running in production mode then run the following command:

    php bin/magento deploy:mode:set production.



Configuration#


  1. Copy your Site-ID from the console under the Banner section of the menu under Integration via Script.

  2. In Admin navigate to

    Stores -> Configuration -> TRUENDO -> Integration Settings

  3. Paste your Site-ID in the Input field.


×