WooCommerce Product Addons version 3.0 was a major change and introduced some changes to how Addons are displayed in the cart. For some users of the extension this has caused many headaches and those users would just as soon these items were removed from the cart, especially in cases where the addons are really only […]
Revert Product Addons Display to 2.7.21 Behavior
Version 2.7.22 of Product Addons changed the way that addons are displayed. This was done because of an issue with variable products which have long variation descriptions not displaying properly. Unfortunately, this has broken other use-cases or at the very least, caused undesirable behavior and display issues. There is a way to revert the display […]
Trim Trailing Zeros in WooCommerce Product Addons Price Display
Perhaps you are using the woocommerce_price_trim_zeros as suggested in this thread: https://wordpress.org/support/topic/about-price-displaying/ and you have noticed that filter has no effect on product addon price displays. This is due to an unresolved issue with the accounting.js library here: https://github.com/openexchangerates/accounting.js/issues/93 There is a workaround, however. The workaround requires a bit of JavaScript trickery to achieve. Fortunately, Product Addons has a […]
Rearrange Product Add-ons & Product Variation Selectors
You have a variable product and that product also has Product Add-ons – but you want to change the display order, i.e. the add-ons should be presented to the viewer above the product variations. How can this be done? Template overrides is one answer. Here is the default output – the product variations come first, […]