Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.67 KB

File metadata and controls

55 lines (36 loc) · 1.67 KB

Market Gift Card for Magento 2

A Magento 2 module that introduces a dedicated Gift Card product type with recipient details, custom amounts, unique code generation, and GraphQL support.

Magento 2 PHP License Status


Warning

Under active development. APIs, schema, and behavior may change without notice. Not recommended for production use.

Description

Market Gift Card adds a first-class giftcard product type to Magento 2. Merchants sell gift cards with fixed or customer-entered amounts, recipient details are captured at cart, and a unique secure code is generated per gift card on invoice. The module also ships with GraphQL addProductsToCart support so headless storefronts work out of the box.

Installation

  1. Copy the module into your Magento project at app/code/Market/GiftCard/:
mkdir -p app/code/Market/GiftCard
cp -r /path/to/module-gift-card/* app/code/Market/GiftCard/
  1. Enable the module and run setup:
bin/magento module:enable Market_GiftCard
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
bin/magento cache:flush
  1. Verify:
bin/magento module:status Market_GiftCard

Dependencies

  • Magento_Catalog
  • Magento_Sales

License

Proprietary. Copyright © 2026 Market. All rights reserved.