Skip to content

Instantly share code, notes, and snippets.

@MCKLtech
MCKLtech / woocommerce-add-fee-to-order.php
Created March 7, 2019 20:52
HOWTO: Adding A Discount or Fee to a WooCommerce Order Programmatically
<?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 */