I'd like to apply discounts to gift cards. How can I do that?

I'd like to apply discounts to gift cards. How can I do that?

The functionality of applying cart price rules is available in the Pro and Premium tariffs of the module, and the rule can be set in the Admin Panel in Marketing → Cart Price Rules.

If you'd like to upgrade to the Pro or Premium version of the module, please contact our Support Team.

To permanently sell gift card products for a price lower than their value, you may also use the Fee for Purchase functionality, available in all Gift Card tariff options. In Catalog → Products, select the Gift Card product and open its edit page. Scroll down to the Amasty Gift Card Prices tab and check the Enable Fee for Purchase setting. 



The module offers two fee calculation options: percent and fixed. Select the option you find most suitable. 



Using a positive value will add the fee to the gift card value, making the price higher. To make the price lower than the card's actual value, enter a negative value in the Specify Fee Value field and save the product. 



On the storefront, the prices will show correspondingly now. 



      • Related Articles

      • Can I apply catalog/cart price rules to subscriptions?

        It is indeed possible to use cart and catalog price rules for subscriptions, however, there will be certain limitations. These rules will be applied to the first order only, i.e. the one that customers use to create a subscription, while further ...
      • Why is the Cart Price Rule discount not displayed on the Category pages?

        Kindly note that this is expected behaviour for the discounts associated with a cart price rules not being displayed on Category pages. The point is that cart price rule discounts are calculated on Shopping Cart and Checkout pages, therefore, they ...
      • Gift Card | GraphQL methods

        Queries amGiftCardAccount(input: AmGiftCardAccountInput!) description: get gift card account information by code amGiftCardSetting description: get gift card module settings amGiftCardPreview(input: AmGiftCardPreviewInput) description: get rendered ...
      • How to skip the products with Special Price or the ones that have already been discounted by another cart or catalog price rule?

        The Skip Items with Special Price setting can be configured globally at Stores → Configuration → Amasty Extensions → Special Promotions → Skip Settings. This configuration will apply to rules created with our Special Promotions actions. If you'd like ...
      • Gift Card API

        1. Amasty\GiftCard\Api\ImageRepositoryInterface - class for managing gift card images: POST /V1/amgcard/image, method="save" - save a gift card image; PUT /V1/amgcard/image/:id, method="save" - save a gift card image by ID; DELETE ...