Display "You Saved!!!" Message

Learn how to use Discount Rules for WooCommerce Plugin to display a “You Saved” message.

Ramesh avatar
Written by Ramesh
Updated over a week ago

The "You saved" message is a Discount Rules for Woocommerce plugin feature that displays the total amount of money saved by customers on their purchases.

It displays on the Cart Page, Checkout Page, invoice and in order emails and can be used to motivate purchases, increase customer loyalty, and differentiate your store from competitors by highlighting the discounts you offer.

Note: You can display the "You Saved" message only for “price based” rules which includes the following:

  • Product Adjustment

  • Bulk Discount

  • Bundle Discount

  • Buy X, Get X - only if a percentage and fixed discount used

  • Buy X, Get Y - only if a percentage and fixed discount used

For the “cart adjustment” discount type, a "You Saved" message cannot be displayed.

This user guide explains how to display a “You Saved” message in your WooCommerce store.

You can show a "You Saved" message by installing and activating our free Discount Rules for WooCommerce pack. The free pack works just fine for this, but if you want more advanced features, you can upgrade to the PRO pack.

Now, let's see the available display settings one by one in detail.

Enable the “You Saved” message:

Go to Wordpress backend -> WooCommerce -> Discount Rules -> Settings -> “Promotion”

There are two options in the promotion:

  1. Display you saved text

  2. Savings text to show

Step 1: You can choose where to display the "You Saved" message by specifying the location.

You have the option to display it in one of the following ways:

  • Disable: Message will not be displayed.

  • On each line item: Displays the saved amount for each discounted item in the cart

  • On after total: Displays the saved amount once at the end of the cart.

  • Both in line item and after total: Displays the saved amount for each discounted item as well as once at the end of the cart.

Choose any one of the above options to be displayed.

Check out the example screenshots below to see how the savings message will look in different scenarios!

  • Example screenshot of how it looks in each line item:

With the "You Saved" option in a promotion, the savings amount for each item is displayed alongside its price.

  • Example screenshot of how it looks on after total:

With the "You Saved" option in a promotion, the total savings amount for the entire order is displayed after the total price.

  • Example screenshot of how it looks on both in line item and after total:

“You Saved” amount will appear twice, as a separate item and in the total, indicating the amount saved on their purchase.

Screenshot of the checkout page:

Step 2: Customize “You Saved” message.

By default, the message displayed will be "You Saved {{total_discount}}". You can customize this message by editing the text in the field.

For Example: you can edit it as " Your Deal {{total_discount}}"

Please make sure not to remove or modify {{total_discount}}! It's an important code that helps calculate the total discount amount.

Here is the screenshot for your reference:

Step 3: Once you have made the changes, click on the "Save changes" button at the bottom of the page to save your settings.

Note:

Frequently Asked Questions:

I want to change the color and style of You saved Text

You can customize by adding CSS for this class .awdr-you-saved-text.

Example :

.awdr-you-saved-text

{

color : black !important;

}

You need to add this CSS in your theme's Additional CSS.

Please go to your WordPress Admin Dashboard -> Appearance -> Customize -> Additional CSS

There you can add you additional CSS styles

Here is a screenshot:

Are you interested in accessing some cool new features? You might want to check out our PRO version and upgrade for an enhanced experience!

Next Steps:

You may also want to check out these helpful guides:

Refer this video to know more about displaying the “You Saved” message :

Still unclear ?

Do you still have questions or need further assistance? Don't hesitate to contact our support team, we are always here to help you with a smile :)

Did this answer your question?