This file contains hidden or 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 | |
/* | |
* The following code assumes you have an WC Order object already. We'll be adding a discount to an order. | |
* This code cannot be added directly anywhere, it is merely an explanation of how this can be done. | |
* We will add a discount to the order using Fees | |
*/ | |
/* Assume order is set up already */ | |
NewerOlder