You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -88,14 +88,30 @@ Yes, we do have documentation guide. Please visit our [documentation site.](http
88
88
89
89
No, this plugin will not work without WooCommerce.
90
90
91
+
= Why does not side cart open when product is added into the cart from the product page? =
92
+
93
+
Because by default, when product is added into the cart from the product page, the product page is re-loaded.
94
+
91
95
= Does this plugin work with my theme? =
92
96
93
-
Yes, Addonify Floating Cart should work with all WordPress themes. If it does not work with your theme, let us know by [*creating an issue*](https://github.com/addonify/addonify-floating-cart/issues)
97
+
If your theme is not a block theme, then yes, Addonify Floating Cart should work with your theme. If it does not work with your theme, let us know by [*creating an issue*](https://github.com/addonify/addonify-floating-cart/issues)
98
+
99
+
= Does this plugin work with WooCommerce blocks? =
100
+
101
+
If you are using WooCommerce blocks to display products, then this plugin might not work as expected. This plugin works well with classic WooCommerce product templates.
94
102
95
-
= On which page floating cart will not be visible? =
103
+
= On which pages floating cart will not be visible? =
96
104
97
105
Floating cart button and sidebar shopping cart will not be visible on cart and checkout pages.
98
106
107
+
= Is there any shortcode to display a cart icon anywhere? =
108
+
109
+
Addonify Floating Cart has a shortcode that can be used to display a cart icon. The shortcode is as below:
* Description: 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 to cart page to manage their cart items.
13
-
* Version: 1.2.8
13
+
* Version: 1.2.9
14
14
* Requires at least: 6.0.0
15
15
* Requires PHP: 7.4
16
-
* Tested up to: 6.5.3
16
+
* Tested up to: 6.5.5
17
17
* Author: Addonify
18
18
* Author URI: https://addonify.com/
19
19
* License: GPLv2 or later
@@ -33,7 +33,7 @@
33
33
* Start at version 1.0.0 and use SemVer - https://semver.org
34
34
* Rename this for your plugin and update it as you release new versions.
0 commit comments