• Would there be a way for the gift card balance to be shown to the customer (after they use the gift card to purchase another product)? For example, if they have a gift card worth $50 and buy something for $26.99, we would like them to have a visual representation of the amount left on the card, instead them having to guess or make a note of it on their own. Is this possible?

    https://www.ads-software.com/plugins/yith-woocommerce-gift-cards/

Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,
    the current balance is always available with
    get_post_meta ( $post->ID, ‘_gift_card_amount’, true ),
    so you can add it to the outgoing emails through a proper filter/action.

Viewing 1 replies (of 1 total)
  • The topic ‘Balance Notification in Emails and Success Page’ is closed to new replies.