Allow gift hamper on cart page
Installation
Before installing the extension, please make sure to Backup your web directory and store the database
- Unzip the extension package file into the root folder of your Magento 2 installation.
- Connect to the SSH console of your server:
- Navigate to the root folder of your Magento 2 setup
Run the command as per the below sequence,
php -f bin/magento setup: upgrade
php -f bin/magento module:enable Magedelight_Gifthamper
php -f bin/magento setup:static-content:deploy
- Flush store cache
- log out from the backend and log in again
Backend Configuration (Admin side)
General
- Enable: Enable/Disable gift hamper extension by selecting Yes/No Values.
- Fill Hamper Calculation Based On: Set the option to calculate the hamper size based on quantity or the dimensions ( L*W*H); only one option can be used at a time.
- Allowed Add To Cart: If the hamper size is calculated based on dimensions (Length x Width x Height), users can only set a minimum percentage for adding the hamper to the cart after meeting the specified criteria.
- Custom Label: You can set labels for selecting the hamper, choosing its size, and filling it, with descriptions for each step that will be displayed on the frontend.
Backend Functionality
- Grid: Use the grid to manage all previously added gift hampers for your store. From here, you can search for and edit hampers. Click the "Add Gift Hamper Product" button to create a new hamper product.
Add New Gift Hamper Product
- Enable: Enable/Disable gift hamper product by selecting Yes/No Values.
- : Set
- :
- Quantity :
Frontend Functionality
Extension does not support checkout with multiple address.
Thank you for choosing MageDelight!