module.giftcardbalance.html
The gift card balance module lets your customers enter a gift card and determine the amount of value that remains on the specified gift card.
Variables | Type | Description |
---|---|---|
| string | The header of the module. |
| boolean | If the customer has attempted to search for a giftcard. |
| object | If a giftcard was found from their search, it will be populated in this object. |
| string | The gift card number the customer has searched for. |
| boolean | If the giftcard that has been searched for has been voided by the store owner. |
| string | The remaining balance of the giftcard which has been searched for. |
Request Variable
If you'd like access to a variable that is not currently available, please let us know.
Last updated