bcmarketplace/module-carousel-fusion 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

bcmarketplace/module-carousel-fusion

Composer 安装命令:

composer require bcmarketplace/module-carousel-fusion

包简介

Magento 2 wrapper for Owl Carousel v2.3.4 jQuery widget with accessibility enhancements and modern browser API support.

README 文档

README

What It Does

CarouselFusion adds responsive image carousels to your Magento storefront. It's built on Owl Carousel and includes accessibility features for better user experience.

Installation

Prerequisites

  • Magento 2.4.x (Community or Enterprise Edition)
  • PHP 8.2 or 8.3
  • Composer 2.x

Step 1: Configure Repository

Since this is a private package, you need to add the repository to your composer.json. You can do this using one of the following methods:

Option A: Using Composer Config (Recommended)

# Add the CarouselFusion repository
composer config repositories.bcmarketplace-carousel-fusion vcs git@github.com:bcmarketplace/module-carousel-fusion.git

# Add the Base module repository (required dependency)
composer config repositories.bcmarketplace-base vcs git@github.com:bcmarketplace/module-base.git

Option B: Manual Configuration

Add the following to your composer.json file:

{
  "repositories": [
    {
      "type": "vcs",
      "url": "git@github.com:bcmarketplace/module-carousel-fusion.git"
    },
    {
      "type": "vcs",
      "url": "git@github.com:bcmarketplace/module-base.git"
    }
  ]
}

Step 2: Install the Module

Install Stable Version

composer require bcmarketplace/module-carousel-fusion

This will automatically install the required bcmarketplace/module-base dependency.

Install from Develop Branch (Latest Development Version)

composer require bcmarketplace/module-carousel-fusion:dev-develop

Step 3: Enable the Module

bin/magento module:enable BCMarketplace_CarouselFusion

Step 4: Run Setup Upgrade

bin/magento setup:upgrade

Step 5: Deploy Static Content

bin/magento setup:static-content:deploy -f

Step 6: Clear Cache

bin/magento cache:flush

Complete Installation Command Sequence

# Configure repositories
composer config repositories.bcmarketplace-carousel-fusion vcs git@github.com:bcmarketplace/module-carousel-fusion.git
composer config repositories.bcmarketplace-base vcs git@github.com:bcmarketplace/module-base.git

# Install module
composer require bcmarketplace/module-carousel-fusion

# Enable and setup
bin/magento module:enable BCMarketplace_CarouselFusion
bin/magento setup:upgrade
bin/magento setup:static-content:deploy -f
bin/magento cache:flush

How to Use

In Templates

Add this HTML to your template:

<div class="owl-carousel" data-mage-init='{"owlCarousel": {"items": 3, "loop": true}}'>
    <div class="item">Slide 1</div>
    <div class="item">Slide 2</div>
    <div class="item">Slide 3</div>
</div>

Common Options

  • items: Number of items to show (default: 3)
  • loop: Enable infinite loop (default: false)
  • nav: Show navigation arrows (default: false)
  • dots: Show pagination dots (default: true)
  • autoplay: Auto-play carousel (default: false)

For more options, see the Owl Carousel Documentation

Troubleshooting

Carousel not showing?

  • Clear cache: bin/magento cache:flush
  • Deploy static content: bin/magento setup:static-content:deploy -f
  • Check browser console for errors

Styles not working?

  • Clear cache and redeploy static content
  • Check that your theme isn't overriding the styles

Support

Author: Raphael Baako
Email: rbaako@baakoconsultingllc.com
Company: Baako Consulting LLC

License

Proprietary - All rights reserved.

Note: This module includes Owl Carousel v2.3.4, which is licensed under the MIT License.

bcmarketplace/module-carousel-fusion 适用场景与选型建议

bcmarketplace/module-carousel-fusion 是一款 基于 JavaScript 开发的 Composer 扩展包,目前已累计 4 次下载、GitHub Stars 达 0, 最近一次更新时间为 2025 年 12 月 01 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 bcmarketplace/module-carousel-fusion 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 bcmarketplace/module-carousel-fusion 我们能提供哪些服务?
定制开发 / 二次开发

基于 bcmarketplace/module-carousel-fusion 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: proprietary
  • 更新时间: 2025-12-01