inferendo/module-visidea

Visidea module for Magento

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Type:magento2-module

pkg:composer/inferendo/module-visidea

2.19.0 2025-10-03 15:53 UTC

This package is auto-updated.

Last update: 2025-12-03 16:10:59 UTC


README

1. Purchase & Download

  1. Go to the Adobe Commerce Marketplace.
  2. Search for Visidea or inferendo/module-visidea.
  3. Purchase (if required) and add the extension to your account.
  4. In your Marketplace account, go to My Purchases and copy your access keys.

2. Install via Composer

  1. SSH into your Magento server.

  2. Require the Visidea module from Packagist:

    composer require inferendo/module-visidea
  3. Install the module:

    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy -f
    php bin/magento cache:clean
    php bin/magento cache:flush

3. Install via GitHub

Alternatively, you can install the plugin directly from the source code on GitHub:

  1. SSH into your Magento server.

  2. Navigate to the app/code directory of your Magento installation:

    cd <your-magento-root>/app/code
  3. Clone the repository:

    git clone https://github.com/visidea/visidea-magento Inferendo/Visidea

    If the Inferendo directory does not exist, create it first:

    mkdir -p Inferendo
  4. Install the module:

    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy -f
    php bin/magento cache:clean
    php bin/magento cache:flush

4. Enable & Configure

  1. Log in to the Magento Admin Panel.
  2. Go to Stores > Configuration > Visidea > Settings.
  3. Enter your Website, Public Token, and Private Token (or use the integration link to generate them).
  4. Adjust other settings as needed (e.g., Cron Hour Interval).
  5. Save the configuration.

5. Verify Installation

  • Visit your storefront and check for Visidea widgets or features.
  • In the admin panel, you should see export links and integration instructions under Stores > Configuration > Visidea.

6. Troubleshooting

For more details, see the official documentation.