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.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Type:magento2-module

1.0.0 2024-06-03 09:45 UTC

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

  1. Download the module package.
  2. Extract the package and upload the contents to the app/code/MHinspeya/OutfitsBundles directory of your Magento installation.
  3. 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
  1. Clear the cache:

    bin/magento cache:clean
    bin/magento cache:flush
    

    Composer Installation

  2. Require the module via Composer: composer require mhinspeya/outfitbundles

  3. 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

  4. Clear the cache:

    bin/magento cache:clean

    bin/magento cache:flush

Configuration

  1. Navigate to the Magento backend.

  2. Go to Stores > Configuration > Inspeya > Outfits Bundles.

  3. Configure the module settings as needed.

Requirements

  • Magento 2.x
  • mhinspeya/backend-mod module (Support Configuration)