Skip to main content
Agency Program Get 2× more leads and save 50% on hosting. Built for agencies ready to grow. Book a call
Addonify Floating Cart For WooCommerce icon

Addonify Floating Cart For WooCommerce

v1.2.7
by Addonify · 4.9 (7 reviews)

Addonify Floating Cart is a free WooCommerce addon that adds an interactive sticky shopping cart on your website allowing your visitors no need to go …

1K+ active installs Updated Apr 04, 2024 Tested to 6.5.4 Requires PHP 7.4
Try Demo Download
Pre-installed Ready in ~10s No card
Addonify Floating Cart For WooCommerce

About Addonify Floating Cart For WooCommerce

Addonify Floating Cart is a free WooCommerce addon that adds a sticky shopping cart to your website. It allows visitors to manage their cart items without having to go to the cart page. The addon has many features including adding and removing products, updating quantities, applying coupon discounts, and more.

Screenshots

Addonify Floating Cart For WooCommerce screenshot
Addonify Floating Cart For WooCommerce screenshot
Addonify Floating Cart For WooCommerce screenshot
Addonify Floating Cart For WooCommerce screenshot
Addonify Floating Cart For WooCommerce screenshot

Changelog

1.2.7 – 03 Apr, 2024

=

  • Added: Requires Plugins plugin header.
  • Added: Custom toggle button CSS class option to toggle cart.
  • Tested: WordPress version 6.5.
  • Tested: WooCommerce version 8.7.0.

1.2.6 – 04 Jan, 2024

  • Added: Option, Remove Product from cart if not in stock, to remove products from the cart that are not in stock.
  • Added: Option, Display empty cart icon, to display cart icon in the cart empty notice.
  • Added: Option, Coupon field label, to display label before coupon field in the coupon form.
  • Added: Option, Coupon removal message, to set coupon removed message.
  • Added: Option, Invalid security token message, to set invalid security token error message.
  • Added: Select2 JS for country and state fields of shipping address update form.
  • Updated: Coupon messages.
  • Updated: Shipping row and shipping address update form are now synced with the WooCommerce options, Enable the shipping calculator on the cart page and Hide shipping costs until an address is entered. GitHub Issue #263
  • Updated: Minus sign, ‘-‘, added before total discount amount.
  • Updated: Settings placement in the setting page.
  • Updated: Suffixing of CSS and JS enqueue handles.
  • Fixed: Dynamic color of toast icon and icon displayed before title of applied coupons.
  • Fixed: Loader displayed when submitting shipping address update form and coupon form. GitHub Issue #264
  • Removed: Option, Coupon form description.

1.2.5 – 26 December, 2023

1.2.4 – 26 December, 2023

  • Added: Option to enable cart strings from the plugin settings.
  • Added: Option to display shipping cost in the cart subtotal. GitHub Issue #273
  • Added: Option to display taxes in the cart subtotal.
  • Added: Options to modify product removal and undo texts. GitHub Issue #272
  • Added: Options to modify labels and texts in cart form. GitHub Issue #272
  • Added: Options to modify prefix text of cart count. GitHub Issue #272
  • Added: Option to modify text for link to exit coupon and shipping form modals. GitHub Issue #272
  • Fixed: Translation problem. Support Topic
  • Tested: WordPress version 6.4.2.
  • Tested: WooCommerce version 8.4.0.

1.2.3 – 09 November, 2023

  • Fix: Shipping methods list checkbox & label spacing.
  • Tested: WordPress v6.4.0
  • Tested: WooCommerce v8.2.2

1.2.2 – 31 October, 2023

  • Added: RTL CSS.
  • Added: JavaScript API.
  • Improvement: Code refactoring (Public JS).
  • Tested: WordPress v6.4
  • Tested: WooCommerce 8.2.1
  • Dev: Replaced Gulp with Rollup for bundling JS & SCSS files.

1.2.1 – 11 September, 2023

  • Fix: Issue caused by rendering of cart sidebar modal template in cart and checkout page.
  • Update: Checked whether the cart fragments is undefined and is object in added_to_cart JS event.
  • Improvement: Code refactoring.
  • Tweak: Plugin setting page header design.

1.2.0 – 01 September, 2023

  • New: Brand new plugin setting page design.
  • Added: Option to open cart modal on trigger button hover.
  • Added: Plugin setting page notification messages.
  • Added: Option to set separate background color for shopping meter once the threshold amount is reached.
  • Fix: Plugin setting page link in plugins listing page is displayed before Deactivate link.
  • Fix: Documentation link in plugin setting page header section.
  • Improvement: Used plugins_loaded hook to run the plugin.
  • Improvement: Plugin setting page vue js code
  • Improvement: Plugin setting page SCSS.
  • Improvement: Plugin setting page REST API options.
  • Improvement: Number input control (Vue JS).
  • Improvement: Slider control (Vue JS).
  • Updated: element-ui to v2.3.8 (Vue JS).
  • Tested: WordPress version 6.3.1.
  • Tested: WooCommerce version 8.0.3.

1.1.11 – 18 July, 2023

  • Fix: Shopping meter threshold amount & progress bar issue. Parsed remaining threshold amount & progress bar percentage to float value before evaluating the condition. #213

1.1.10 – 16 July, 2023

  • Fix: Update Cart trigger button visibility state. Now trigger button also listens the cart event. #221

1.1.9 – 14 July, 2023

  • Added: Option, Trigger button badge text color on hover. #218
  • Added: Option, Trigger button badge background color on hover. #218
  • Added: Option, Hide trigger button if the cart is empty. #221
  • Removed: Option, open_cart_modal_on_notification_button_click from plugin settings page.
  • Refactored: Public facing JavaScript code.

1.1.8 – 27 June, 2023

  • Added: Shopping meter progress bar animation.
  • Tweak: Cart trigger button style.

1.1.7 – 01 June, 2023

  • Tweak: How reactive state on plugin setting’s page is managed (vue js).

1.1.6 – 12 May, 2023

  • Fix: Badge position setting not working in cart modal toggle button #190
  • Fix: Shopping meter enabled by default #191
  • Fix: Error in saving settings.

1.1.5 – 10 May, 2023

  • Added: Color options for icon in toast notification.
  • Added: Option for selecting icon for cart modal toggle button.
  • Fix: Incorrect use of “for” attribute in label element. Ref: https://wordpress.org/support/topic/incorrect-use-of/

1.1.4 – 6 May, 2023

  • Update: Variable product name with attributes in cart modal.
  • Update: Product permalink in cart modal.

1.1.3 – 4 May, 2023

  • Fix: Issue with attribute name of variable product.

1.1.2 – 3 May, 2023

  • Tweak: Load admin CSS using wp_enqueue_style only on the floating cart setting page.
  • Fixed: Issue of values of fields in Cart Drawer/Modal Labels not getting displayed. GitHub Issue #161
  • Added: New setting, Action of Button before Checkout Button, to switch between modal close and cart open on button click action. GitHub Issue #158
  • Updated: Renamed settings, Cart Close Button Label to Label of Button before Checkout Button and Display Cart Close Button to Display Button before Checkout Button.
  • Tweak: Load admin CSS using wp_enqueue_style only on the floating cart setting page.
  • Tweak: Class of the button before checkout button changed from close to secondary.

1.1.1 – 20 April, 2023

  • Added: Option for showing product type count or products quantities in floating cart badge.
  • Update: Refresh cart after page load for fragments cache related issues.

1.1.0 – 13 April, 2023

  • Fixed: Threshold and subtotal calculation mismatch issue.

1.0.9 – 12 April, 2023

  • Added: Option to calculate shipping meter threshold amount include/excluding discount amount.
  • Added: Mutation observer on cart & init Perfect scrollbar.
  • Fixed: Issue with perfect scrollbar library.

1.0.8 – 16 March, 2023

  • Update: Static texts in UDP Agents are now translation ready.
  • Removed: Option for showing/hiding tax at cart footer section.
  • Removed: Option for show/hide shipping calculation in floating cart. Shipping option now works with WooCommerce options.
  • Added: Option for compare Shopping Meter Threshold with Subtotal Before or After Discount.

1.0.7 – 03 March, 2023

  • Fixed: Discount and subtotal not showing properly, shipping showing dash when shipping is free.
  • Fixed: Shipping section not updated on coupon update.
  • Update: Shipping now shows 0 instead of free when shipping is 0.
  • Update: Spinner added for cart, hovers the whole cart instead of single product.
  • Update: Different sections for Cart options and labels in admin settings page.
  • Update: Shows ‘-‘ instead of 0 when no shipping option is selected.
  • Update: UDP agent updated to v1.0.1.

1.0.6 – 24 January 2022

  • Added: Recommended products in floating cart setting page.

1.0.5 – 18 November 2022

  • Improvement: Color picker in settings page.

1.0.4 – 03 November 2022

  • Fix: Actual name not showing in coupon applied section fixed
  • Fix: Actual message not showing in coupon page fixed
  • Added: Integrated UDP.

1.0.3 – 18 September 2022

  • Tweak: Number of unique items displayed on badges.
  • Tweak: Position of quantity increase and decrease button has changed.
  • Fix: Minor fix.

1.0.2 – 15 September 2022

  • Tweak: blockUI overlay background color in cart.
  • Fix: HTML print issue in cart total.

1.0.1 – 13 September 2022

  • Updated: Data sanitization, escape, and validation.

1.0.0 – 11 September 2022

  • New: Initial release.

Try other plugins

Yoast SEO icon

Yoast SEO

4.8 · 10M+ installs

Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the Yoast SEO…

LiteSpeed Cache icon

LiteSpeed Cache

4.8 · 7M+ installs

All-in-one unbeatable acceleration & PageSpeed improvement: caching, image/CSS/JS optimization...

WooCommerce icon

WooCommerce

4.5 · 7M+ installs

Everything you need to launch an online store in days and keep it growing for years. From your…