Display Gift Card Value in the Order Summary

The displayGiftCardValue flag is responsible for determining whether the Gift Card value will be displayed in the order summary or not.

  • If set to true, the Gift Card value will be displayed in the order summary and will be discounted from the total purchase amount.
  • If set to false or not set, the Gift Card value will not be displayed in the order summary and without changing the total shown in the summary.
{
  props: {
    flags: {
      displayGiftCardValue: true;
    }
  }
}