On sale items, I like the idea of showing how much the customer would be saving, but must it display both percent and dollars?
By default the plugin displays both the percentage savings and dollar saving. To remove one of them is an easy entry in your CSS.
If you would like to display only the percentage savings, add the following to your CSS –
span.save-dollar {display:none;}
If you would like to display only the dollar savings, add the following to your CSS –
span.save-percent {display:none;}