Download the PHP package bcmarketplace/module-carousel-fusion without Composer
On this page you can find all versions of the php package bcmarketplace/module-carousel-fusion. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bcmarketplace/module-carousel-fusion
More information about bcmarketplace/module-carousel-fusion
Files in bcmarketplace/module-carousel-fusion
Package module-carousel-fusion
Short Description Magento 2 wrapper for Owl Carousel v2.3.4 jQuery widget with accessibility enhancements and modern browser API support.
License proprietary
Informations about the package module-carousel-fusion
BCMarketplace CarouselFusion
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)
Option B: Manual Configuration
Add the following to your composer.json file:
Step 2: Install the Module
Install Stable Version
This will automatically install the required bcmarketplace/module-base dependency.
Install from Develop Branch (Latest Development Version)
Step 3: Enable the Module
Step 4: Run Setup Upgrade
Step 5: Deploy Static Content
Step 6: Clear Cache
Complete Installation Command Sequence
How to Use
In Templates
Add this HTML to your template:
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: [email protected]
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.
All versions of module-carousel-fusion with dependencies
magento/framework Version >=103.0.0
bcmarketplace/module-base Version *