Skip to content

How to add Shoparize Integration for Magento

Shoparize E-commerce growth team

Introduction

1. On Magento Admin Dashboard find an click Partners & Extensions

2. Type shoparize in the search box and when the popup opens select the Shoparize plugin. If you cannot find the plugin in the search results you can click the link https://commercemarketplace.adobe.com/shoparize-partner-magento-partner.html

3. Select the corresponding store version

4. Click on Add to Cart

5. Click on My Cart

6. Click on Place Order

7. Click on Install

8. Install Shoparize using Composer

Login to your server instance

Run the following command in the terminal

text
                          composer require shoparize/magento-partner;
                        

Setup the module running the following commands

text
                          php bin/magento setup:upgrade;
php bin/magento cache:flush;
php bin/magento cache:clean;
                        

If you run magento in production mode you also need to compile and deploy the module’s static files

text
                          php bin/magento setup:di:compile;
php bin/magento setup:static-content:deploy;
                        

9. Install Shoparize using Magento Admin Panel

  1. Navigate to the setup wizard located in System > Tools > Web Setup Wizard
  2. From the Setup Wizard page, click the Extension Manager icon
  3. You should now see all installed extensions. If you haven’t already done so, you will be asked to enter your Magento Marketplace authentication keys.
  4. Within the Magento Marketplace Account, section, click Install under New Purchases and follow the instructions to install the module.
  5. The installation runs a complete job that upgrades Magento, redeploys the static assets, recompiles the code, and other tasks

Want help choosing the right Shopping setup?

Talk to our team and we will recommend the right path for your store, market, and product feed.

Talk to our team