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.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Type:magento2-module

1.0.0 2024-08-08 09:25 UTC

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

  1. Download the module: Download the module package from the MHinspeya website.

  2. Upload the module: Upload the contents of the package to the app/code/MHinspeya/InspeyaGiftCard directory of your Magento installation.

  3. 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
    
  4. Clear cache:

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

Composer Installation

  1. Require the module:

Run the following command in your Magento root directory:

composer require mhinspeya/inspeya-gift-card

  1. 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
  1. Clear cache:
bin/magento cache:clean
bin/magento cache:flush

Support

For any issues or feature requests, please visit our support page.

Author: MHinspeya

Version: 1.0.0