Skip to content

Instantly share code, notes, and snippets.

View vandanojan's full-sized avatar

Vanda Nojan | وندا نوژن vandanojan

View GitHub Profile
@vandanojan
vandanojan / woocommerce-product-discount-functions.php
Last active September 9, 2021 08:36
Display Woocommerce Discount Price as Saved Amount/Percentage for Simple/Variable Products
<?php
/********* Woocommerce Simple / Variable Product Discount (Saving Amount or Percentage) *********/
/*
* Depeding on your product type (SIMPLE or VARIABLE) and the DISCOUNT type you prefer to be displayed under the price
(SAVED AMOUNT or SAVING PERCENTAGE), simply choose the proper code snippet as follows and add to your theme's functions.php.
*/