Version: 2.7.5
- **fix**: Fixed shipping bar amount left calculation in cases where prices are shown including taxes and a coupon is set.
- **new**: Added **Amount Left Display** option for the shipping bar. By default, the amount left will be displayed Including or Excluding taxes based on the native WooCommerce option: **"Display prices during cart and checkout."** You can however choose to override it with this option. **https://d.pr/i/g6PSvB**
- **support**: Make the plugin work with **Disable Cart Fragments** plugin **https://github.com/littlebizzy/disable-cart-fragments**
- **enhance**: Better look on small screens, 350px width and less
- **fix**: Show quantity on bundled items without allowing update.
- **fix**: Minor fixes
- **update**: XT Framework update
- **new**: Added a return to shop button when the cart is empty.
- **update**: Replaced the following text: "No products in the cart." with "Your cart is empty!" **Note: if this text was translated, you will have to translate it again.**
- **update**: Updated language file
- **support**: Better support for **YITH WooCommerce Product Bundles** Plugin
- **fix**: Minor css fixes
- **fix**: Fixed Deprecated Message: implode(): Passing glue string after array is deprecated.
- **update**: XT Framework update
- **update**: Freemius SDK update
- **fix**: Shipping calculator will now be visible only if the native woocommerce option "Enable the shipping calculator on the cart page" is enabled. **https://d.pr/i/UhmUeZ**
- **fix**: Fixed issue with grouped products forcing users to select all products. Allow adding 1 or more products to the cart instead.
- **fix**: When using the "Upsell Order Bump Offer for WooCommerce" plugin, skip Floating Cart single ajax add to cart action and let the plugin do its job instead.
- **fix**: Minor css fixes
- **update**: XT Framework update
- **fix**: When Checkout Form is enabled and Terms and conditions page is set within Customizer -> WooCommerce -> Checkout, the terms text and required checkbox are not visible, making it impossible to complete the checkout. Now fixed: https://d.pr/i/3Tkwdo
- **update**: XT Framework update
- **fix**: Cart Menu Item: fix alignment option not being applied on mobile / tablet screens
- **fix**: [Bug] Safari Scrolling Issue - The cart stops scrolling after making any cart updates
- **update**: XT Framework update
- **new**: **Pro** Shipping methods within Cart Totals / Checkout: Added an option to select between Radio buttons or Dropdowns https://d.pr/i/BsOiBg
- **new**: **Pro** Added option to hide 3rd party WooCommerce Notices that appear within the Floating Cart (Info & Success notices only) https://d.pr/i/QiAqIh
- **fix**: Minor css fixes
- **support**: Support for WooCommerce Minima and Maxima plugin.
- **fix**: Freemius Security Fix
- **update**: XT Framework update
**support**: Wrapped the **woocommerce_before_cart** action output with the **force_balance_tags()** wp function to make sure the returned html is always valid to avoid 3rd party hooks from messing up the cart display.
**fix**: Fixed missing dependency error with free version.
- **fix**: Fixed conflict with PPOM plugin (woocommerce product addons)
- **update**: XT Framework update
**update**: XT Framework update
- **new**: **Pro** Added a new filter hook **xt_woofc_custom_fields** to easily add product custom fields within the cart. Simply append meta fields to the array as meta_key / meta_label: https://d.pr/i/rFDqTr / https://d.pr/i/WA7off
- **update**: XT Framework update
- **update**: Modify plugin name to avoid trademark violation with WooCommerce
- **new**: **Pro** Added a new filter hook **xt_woofc_custom_attributes** to easily add custom product attributes within the cart. Simply append attribute slugs to the array: https://d.pr/i/yegGjD
- **new**: **Pro** Added a new option to clear the entire cart in 1 click after customer confirmation. An undo link will also be displayed to be able to restore the entire cart once again. Simply enable the Clear All Icon within the header settings. Screencast: **https://d.pr/i/p43ybf**
- **new**: **Pro** The free shipping bar will now take into consideration taxes in case the woocommerce setting: "display prices during cart and checkout" is set to "Including Taxes".
- **fix**: Fixed issue with the "Keep visible on empty" not being applied properly since v2.5.0
- **fix**: Fixed javascript conflict with the "Disable cart page for WooCommerce" plugin
- **fix**: Minor css fixes
- **support**: Paypal Checkout Button will now support and require the download of **https://wordpress.org/plugins/woocommerce-paypal-payments/** instead of the old Paypal Checkout plugin: **https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/** which will stop being supported starting March 1st 2022. The new plugin should inherit the old plugin settings.
- **update**: Updated language file
- **update**: XT Framework update
- **fix**: When deleting all products from the cart, the close button disappears even if the cart is still open.
- **fix**: Minor css fixes
- **new**: **Pro** Added new option to hide Add To Cart buttons within Suggested Products
- **fix**: **Pro** Fixed layout issue with the Shipping Table within the native checkout page when "Cart Totals" is enabled.
- **fix**: Minor other fixes
- **fix**: Updated Xirki Customizer Library
- **fix**: Disable within new Widget Block Editor to avoid conflicts
- **fix**: Fixed intermittent error: Undefined variable: is_bundle_item when updating item quantity
- **fix**: Fixed conflict within the new Block-based Widgets Editor in WordPress 5.8
- **support**: Support native "woocommerce_update_cart_validation" hook to validate item quantity change
- **fix**: Fixed conflict with Stripe For WooCommerce plugin when Express Checkout Form is enabled.
- **fix**: Disable quantity input for bundled items.