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
Requires
- php: ^7.4|^8.0|^8.1|^8.2|^8.4
- magento/framework: >=100.0 <200.0
Requires (Dev)
- phpunit/phpunit: 4.1.0
README
1. Purchase & Download
- Go to the Adobe Commerce Marketplace.
- Search for Visidea or inferendo/module-visidea.
- Purchase (if required) and add the extension to your account.
- In your Marketplace account, go to My Purchases and copy your access keys.
2. Install via Composer
-
SSH into your Magento server.
-
Require the Visidea module from Packagist:
composer require inferendo/module-visidea
-
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:
-
SSH into your Magento server.
-
Navigate to the
app/codedirectory of your Magento installation:cd <your-magento-root>/app/code
-
Clone the repository:
git clone https://github.com/visidea/visidea-magento Inferendo/Visidea
If the
Inferendodirectory does not exist, create it first:mkdir -p Inferendo
-
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
- Log in to the Magento Admin Panel.
- Go to Stores > Configuration > Visidea > Settings.
- Enter your Website, Public Token, and Private Token (or use the integration link to generate them).
- Adjust other settings as needed (e.g., Cron Hour Interval).
- 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
- If you do not see the plugin, clear cache and re-deploy static content.
- For support, contact support@visidea.ai or visit the documentation.
For more details, see the official documentation.