Hello Everyone,
Can someone help me convert the percentage (total saving) to a currency? I managed to get “saving by percentage”. Here is the code below:
Nice one! You just saved {{ product.compare_at_price | minus: product.price | times: 100.0 | divided_by: product.compare_at_price | round }}% OFF

