mhinspeya / inspeya-gift-card
The Inspeya Gift Card module for Magento 2 allows store owners to create and manage gift cards seamlessly within their e-commerce platform. This module provides a flexible and user-friendly solution for selling, redeeming, and managing gift cards, enhancing customer satisfaction and boosting sales.
Requires
Suggests
- mhinspeya/backend-mod: Support Configuration
This package is not auto-updated.
Last update: 2024-12-27 09:16:16 UTC
README
The MHinspeya Inspeya Gift Card module for Magento 2 allows store owners to create and manage gift cards seamlessly within their e-commerce platform. This module provides a flexible and user-friendly solution for selling, redeeming, and managing gift cards, enhancing customer satisfaction and boosting sales.
Key Features
- Create and Manage Gift Cards: Easily create various types of gift cards with customizable amounts and expiration dates.
- Flexible Redemption: Customers can redeem gift cards during checkout, providing a convenient and secure payment method.
- Customer Account Integration: Customers can view their gift card balance and transaction history directly from their account dashboard.
- Email Notifications: Automatically send gift card details and notifications to customers via email.
- Configurable Settings: Manage gift card configurations from the backend, including setting expiration dates, minimum and maximum amounts, and more.
- Detailed Reporting: Track and analyze gift card usage and sales with detailed reports and analytics.
Installation
Manual Installation
Download the module: Download the module package from the MHinspeya website.
Upload the module: Upload the contents of the package to the
app/code/MHinspeya/InspeyaGiftCard
directory of your Magento installation.Enable the module: Run the following commands in your Magento root directory:
bin/magento module:enable MHinspeya_InspeyaGiftCard bin/magento setup:upgrade bin/magento setup:di:compile bin/magento setup:static-content:deploy
Clear cache:
bin/magento cache:clean
bin/magento cache:flush
Composer Installation
- Require the module:
Run the following command in your Magento root directory:
composer require mhinspeya/inspeya-gift-card
- Enable the module:
Run the following commands:
bin/magento module:enable MHinspeya_InspeyaGiftCard
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
- Clear cache:
bin/magento cache:clean
bin/magento cache:flush
Support
For any issues or feature requests, please visit our support page.