• Resolved jlahm

    (@jlahm)


    We want someone to be able to purchase a gift card that will cover the price of a product. If the product was $10.00, the purchaser of the gift card would pay $10.00 plus tax at checkout. The gift card itself would be worth $10.00. This would be used to then purchase the $10.00 product and no tax would be applied as the cart would be empty. However, right now the $10.00 gift card is applied to the total when used, so at checkout the tax is still remaining to be paid. Is there some way via using a Woocommerce hook to optionally apply the gift card value to the subtotal, thus eliminating any tax paid at checkout if this completely covered the cost of the purchase?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author pimwick

    (@pimwick)

    When a gift card is purchased there is no tax on it. When the customer redeems the gift cards, the products are appropriately taxed for where they are delivered and the gift card balance is used to pay for the entire order amount, including the tax for the actual products.

    You should change the price of the gift card from $10 to be the amount + tax (for example, $10.60 for a 6% tax area).

    Keep in mind that the person redeeming the gift card may be in a different location and therefore the tax could be different.

    Plugin Author pimwick

    (@pimwick)

    I’m marking this thread as resolved but let us know if you need anything else.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Apply gift card to subtotal’ is closed to new replies.