- Version
- Download 786
- File Size 0.00 KB
- File Count 1
- Create Date March 15, 2023
- Last Updated September 20, 2023
WooCommerce Product Add-Ons v6.4.7
Version 6.4.7 RELEASED ON 2023-09-19
- Used admin theme colors in admin.
- Displayed WC Admin bar on Global Product add-ons pages.
- Resolved an issue that accidentally selected image swatches in mobile screens while scrolling.
Version 6.4.6 RELEASED ON 2023-09-04
- Resolved deprecation warnings when PHP 8.2 is used.
Version 6.4.5 RELEASED ON 2023-08-07
- Important: Updated the 'addon-start.php' template to resolve a warning that showed up for add-ons with missing IDs.
Version 6.4.4 RELEASED ON 2023-07-20
- Resolved a fatal error caused by missing regular prices in the product object.
- Resolved incorrect subtotals in the single product page when a tax suffix was used.
- Removed duplicate filters.
Version 6.4.3 RELEASED ON 2023-06-27
- Important: Updated the 'addon-start' template and added the tax status data attribute.
- Fixed an issue that made tax suffixes show up in non-taxable products with add-ons.
- Fixed a PHP warning triggered by a duplication of the 'apply_filters_deprecated' call.
- Resolved an issue that prevented some of the selected checkbox from being added to the cart when ordering again.
- Resolved an issue that threw a validation error when renewing a subscription with required add-ons.
Version 6.4.2 RELEASED ON 2023-06-21
- Resolved a PHP warning triggered when adding a Bundle/Composite without any container-level add-ons to the block-based cart.
Version 6.4.1 RELEASED ON 2023-06-19
- Fixed an issue that prevented add-on totals from updating in Variable Products when a tax suffix was used.
- Fixed an issue that made add-ons show up twice in the cart when renewing a subscription.
Version 6.4.0 RELEASED ON 2023-06-13
- Important: The price of flat fee add-ons is no longer added to the per unit product price in the cart, but directly to the product total.
- Important: The add-on prices in the cart are now displayed next to the selected add-on options, instead of the add-on name.
- Important: The 'woocommerce_addons_add_price_to_name' filter is now deprecated. Use 'woocommerce_addons_add_product_price_to_value' or 'woocommerce_addons_add_cart_price_to_value' or 'woocommerce_addons_add_order_price_to_value' instead.
- Important: Requires Product Bundles 6.20.0+ and Composite Products 8.9.0+.
- The prices of flat fee add-ons are now prefixed with a '+' sign in the cart/order templates to indicate that these prices are not included in the per unit product price.
- The prices of quantity/percentage based add-ons are now hidden by default in the cart/order templates, as they are already included in the per unit product prices. To reveal them, use the 'woocommerce_addons_add_cart_price_to_value' or 'woocommerce_addons_add_order_price_to_value' filter.
- Added basic telemetry using Tracks.
Version 6.3.2RELEASED ON 2023-06-01
- Fixed styling for dismissible admin notices.
Version 6.3.1 RELEASED ON 2023-05-29
- Introduced block theme support on existing frontend templates.
- Improvements in global styles compatibility.