Hi,
I want to use gift card code to purchase order. So, I added codes in cart page as per document mentioned.
When I applied gift card code in order, it was effective on applied order. After going next step (payment) , the gift card amount was removed from order.
Please could you advice me how can I use gift card code correctly.
Here is html tag I put in cart template.
<input type="text" class="u-full-width" placeholder="@Translate("Enter code")" name="EcomOrderGiftCardCode" id = "EcomOrderGiftCardCode" onkeyup="checkEmpty();" value="@GetString("Ecom:Order.Customer.GiftCardCode")" />