mhinspeya / outfitbundles
Streamline your shopping experience with our Outfits and Bundles module. Easily add multiple products to your cart with just one click, saving you time and hassle. Discover curated collections and convenient bundles, making it simpler than ever to find everything you need in one place.
Requires
- mhinspeya/backend-mod: ^1.0
Suggests
- mhinspeya/backend-mod: Support Configuration
This package is not auto-updated.
Last update: 2024-12-27 09:26:12 UTC
README
Streamline your shopping experience with our Outfits and Bundles module. Easily add multiple products to your cart with just one click, saving you time and hassle. Discover curated collections and convenient bundles, making it simpler than ever to find everything you need in one place.
Key Features
- One-Click Add to Cart: Allow customers to add multiple products to their cart with a single click.
- Curated Collections: Showcase pre-selected product bundles to enhance shopping convenience.
- Hyva Compatible: Fully compatible with the Hyva theme for seamless integration.
- Backend Management: Manage and configure outfits and bundles directly from the Magento backend.
Installation
Manual Installation
- Download the module package.
- Extract the package and upload the contents to the
app/code/MHinspeya/OutfitsBundles
directory of your Magento installation. - Run the following commands in your Magento root directory:
bin/magento module:enable MHinspeya_OutfitsBundles
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
Clear the cache:
bin/magento cache:clean bin/magento cache:flush
Composer Installation
Require the module via Composer:
composer require mhinspeya/outfitbundles
Run the following commands in your Magento root directory:
bin/magento module:enable MHinspeya_OutfitsBundles
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
Clear the cache:
bin/magento cache:clean
bin/magento cache:flush
Configuration
Navigate to the Magento backend.
Go to
Stores > Configuration > Inspeya > Outfits Bundles
.Configure the module settings as needed.
Requirements
- Magento 2.x
mhinspeya/backend-mod module
(Support Configuration)