Skip to content

Releases: woocommerce/customs-fees-for-woocommerce

Version 1.2.1

22 Jun 08:06

Choose a tag to compare

What's Changed

  • Fix/issue CUSFEES-17 - Fixed rules with both blank origin and destination ("Any → Any") by @iyut in #25
  • Fix/issue CUSFEES-19 - Upgrade PHPStan to level 2 and resolve empty() false positive in CSV import by @iyut in #26
  • [CUSFEES-18] Tweak - WooCommerce 10.9 Compatibility. by @dustinparker in #27

New Contributors

Full Changelog: 1.2.0...1.2.1

Version 1.2.0

01 Jun 11:22

Choose a tag to compare

What's Changed

  • [CUSFEES-12] Fix: Per-rule valuation and compound bases for CA/AU/NZ presets by @Abdalsalaam in #21

Full Changelog: 1.1.9...1.2.0

Version 1.1.9

20 May 18:18

Choose a tag to compare

What's Changed

Full Changelog: 1.1.8...1.1.9

Version 1.1.8

20 May 09:42

Choose a tag to compare

What's Changed

Full Changelog: 1.1.7...1.1.8

Version 1.1.7

13 Apr 08:20

Choose a tag to compare

What's Changed

  • [CUSFEES-11] Tweak - WooCommerce 10.7 Compatibility. by @bartech in #20

New Contributors

Full Changelog: 1.1.6...1.1.7

Version 1.1.6

31 Mar 06:36

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.5...1.1.6

1.1.5

04 Feb 09:26

Choose a tag to compare

  • Add - cfwc_show_hs_code_in_email filter to control HS Code display in order emails.
  • Add - cfwc_show_origin_in_email filter to control Country of Origin display in order emails.
  • Fix - Rules not saving when clicking "Save changes" in Customs & Import Fees settings.
  • Tweak - WooCommerce 10.5 compatibility.
  • Dev - Filters pass the order item and product objects for conditional logic.

1.1.4

15 Jan 18:30

Choose a tag to compare

  • Add - CIF (Cost, Insurance, Freight) customs valuation method support.
  • Add - New setting to choose between FOB (product value only) and CIF (product + shipping) calculation methods.
  • Add - Shipping costs are proportionally distributed across products when CIF is enabled.
  • Add - cfwc_customs_value filter to customize customs value calculations.
  • Add - cfwc_insurance_value filter for third-party insurance plugin integration.
  • Add - cfwc_fee_label filter to customize fee labels at checkout.
  • Add - cfwc_product_origin filter to override product origin programmatically.
  • Update - Made "Setup Status" notice on settings page dismissible.
  • Update - Improved code quality with PHPCS and PHPStan compliance.
  • Dev - CIF is an opt-in feature; default behavior (FOB) remains unchanged.

1.1.3

11 Dec 04:49

Choose a tag to compare

  • Added new setting to calculate customs fees on original price (before discounts).
  • Useful for promotions where products are discounted but tariffs should still be based on full product value.
  • Tested up to WordPress 6.9 and WooCommerce 10.4.0.

1.1.2

02 Nov 07:49

Choose a tag to compare

  • Fixed HS code matching for product variations in rule processing.
  • Variations now properly match HS code-based rules with correct inheritance from parent products.
  • Fixed HS code and origin display for variable products in legacy cart and checkout.