How Can We Help?

WooCommerce Save Amount and Percent tags

You are here:
< All Topics

To show the amount or percent saved on a WooCommerce product that’s on Sale, you can make use of the macros below:

1. Show the percentage (%) saved

Use {wc:save_percent} in the template and use the below code. For example,

[if{wc:save_percent}][Save {wc:save_percent}%][{remove_line}], result Save 25.5%

2. Show the amount ($) saved

Use {wc:save_amount} in the template and use the below code. For example,

[if{wc:save_amount}][Save ${wc:save_amount}][{remove_line}], result Save $29

Table of Contents

Ready to dive in? Buy NOW