This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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. | |
*/ |
NewerOlder