helloxootix
Forum Replies Created
-
Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] disabe Auto Open CartHello,
The side cart opens up only if the product is actually added to cart.
In your case, if you have set the limit to 3, the woocommerce will not add another quantity and hence the “Add to cart” will not be a success and the error will show up that “you can only add 3”, the side cart remains closed.Are you using the premium version? Please leave a message on the above link for pro related queries.
Hello,
Cart fragments javascript file from woocommerce is missing on your site.
If you have manually disabled it using code, please undo it.
Or try adding this snippetadd_action( 'wp_enqueue_scripts', function(){
wp_enqueue_script( 'wc-cart-fragments' );
}, PHP_INT_MAX );Hello,
The error you have shared is not related to plugin and shouldn’t cause the login to fail.
There should be some other error code, it will be logged once you submit the login form.
Looks like some other plugin is interfering with the login functionality and is throwing the error.
If you don’t see any error, please temporarily deactivate all other plugins and test.Hello,
Please enable debugging and share the error code
https://help.dreamhost.com/hc/en-us/articles/360029327771-Enabling-the-WordPress-Debug-log