• Resolved ASandage

    (@anji_s)


    if I apply a gift card to the balance of the cart there is a message below the gift card that says “remaining balance is free.” Instead of “remaining balance is $0.” I am afraid that will be confusing to people who will possibly think that the whole cart should be $0 instead of telling them that there is no money left on the gift card after they apply the balance to their purchase. How can I change that text? Thanks

    The page I need help with: [log in to see the link]

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

    (@pimwick)

    I am sorry to hear you are experiencing issues. Our plugin uses the built in WooCommerce “wc_price” function to correctly format the amounts.

    It sounds like you have another plugin (or possibly custom code in your functions.php file) that is incorrectly changing a zero value to print the word “Free” instead of “$0.00”

    Check your Theme’s functions.php file to see if you have anything that is using the wc_price hook. If you don’t see anything, try temporarily deactivating other plugins until the “free” message goes away. Then you can contact the developers of that plugin to find a solution.

    Plugin Author pimwick

    (@pimwick)

    I’m marking this thread as resolved but let us know if there is anything else we can help with.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remaining Balance is Free’ is closed to new replies.