Add a discount programmatically to an Order in Woocommerce 3.2+
In woocommerce, we can add a discount to any order using Coupons feature (fixed amount, percent amount…). Is it possible to add discount amount to any order programmatically where the discount amount can be any amount? Any help will be appreciated. The only available feature to make a discount programmatically for an Order , is tricking the Fee API . For info, this trick is not recommended by woocommerce, but used by many people as there is not a discount feature in Woocommerce outside Coupons. The following function will allow you to make a fixed discount of any amount or a percentage