承接 inferendo/module-visidea 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

inferendo/module-visidea

最新稳定版本:2.19.0

Composer 安装命令:

composer require inferendo/module-visidea

包简介

Visidea module for Magento

README 文档

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.

统计信息

  • 总下载量: 4
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2025-06-10