Hi All,
I have been looking allover and it seems the remove item (x) has been removed from the shopping cart widget.
When looking around I see that its even missing on the enfold demo.
Anybody here know how to enable this feature again? Maybe with a function, code or plugin?
Been looking allover but cant find an advanced shopping cart widget anywhere.
Cheers,
Thomas
Hi borkent!
Thank you for using Enfold.
The theme’s shopping cart widget doesn’t have the product remove button. You need to go to actual shopping cart page to remove specific items from the cart.
Cheers!
Ismael
Thx I realised this.
I purchased a new shopping cart widget plugin. This one works fine.
However it seems as the delay in loading of the enfold shopping cart popout is interfering with this new shopping cart plugin.
Is there a way to entirely disable the enfold cart? Not just a css display none…
kind regards,
Thomas
Hey!
Please go to Appearance > Editor and add following code to Functions.php file
remove_action('avia_woocommerce_cart_dropdown');
Best regards,
Yigit
thx perfect!