Skip to content

Instantly share code, notes, and snippets.

@Zach-Toth
Zach-Toth / WooCommerce USPS Shipping Insurance
Last active July 30, 2020 00:35
Charge shipping insurance based on cart total with Woocommerce and USPS Simple Woo Plugin
/**
* Add a shipping insurance surcharge to your cart / checkout
* change the insurance amount based on value of cart
* Uses the WooCommerce fees API
* Written for use with USPS Simple Woo Shipping plugin - Change $chosen_methods to your shipping methods
* Uses USPS shipping rates
* Based on Gist by MattRy
*
*/