Skip to main content
All CollectionsWorking with other platforms: Magento, Squarespace etc
Connecting your Adobe Magento product catalogue to Sauce
Connecting your Adobe Magento product catalogue to Sauce
James Riley avatar
Written by James Riley
Updated this week

The Live Links feature of Sauce allows you to easily tag your Sauce Media with Products from your store catalogue. Adobe Magento is supported via the app on the Adobe Marketplace. There you'll find our documentation PDF, with the steps here for your convenience:

1️⃣ "Buy" the Sauce App from the Adobe Magento Marketplace

To authorise and commence the installation process, you'll want to run through the 'purchase' process on the Sauce App page on the Magento App Store. You'll ensure want to ensure you have your repo.magento.com Authentication Key and Password, which will be prompted during the Composer installation in the next step.

2️⃣ Install the Sauce Social Commerce Magento app

Having grabbed the Sauce App from the Magento Marketplace, you'll want to proceed to install the app in your Magento store. You may want to refer to the general Magento Extension installation instructions. To install using Composer (recommended), run the following commands in your Magento installation directory:

composer require sauce/app 
php bin/magento maintenance:enable
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento maintenance:disable
php bin/magento cache:clean

3️⃣ Active the Sauce Integration

Once installed, head into the 'System -> Integrations' of your Magento backoffice and click to Activate the Integration from the table:

To power the Sauce Live Links, permissions are requested for both Products and Store data. Click the 'Allow' button to approve these permissions:

Upon clicking 'Allow' a pop-up will appear to process the connection and report on its status. With a successful authentication, click 'Close' to complete the process and return to your Magento backoffice:

From here, you'll find a link to your Sauce account 'Media Library' under the 'Content' section of your Magento. You're now set, get tagging!

⬆️ Upgrading the Sauce Magento Extension

You'll want to keep the Sauce Extension extension, and when prompted to do so, you'll need to run through the usual steps in upgrading a Magento Extension:

composer require sauce/app 
php bin/magento maintenance:enable
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento maintenance:disable
php bin/magento cache:clean

Note that it may take a few hours for the version upgrade to take effect on our side

Any problems or questions? We're here to help.

Did this answer your question?