WooCommerce Side Cart Toggle
Adds a hidden side cart, with toggle-able visibility via menu link, to your theme. Super light, powerful, and relies mostly on native Woocommerce functionality
by Creative Little Dots · github.com/creativelittledots/woocommerce-side-cart
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/creativelittledots/woocommerce-side-cart/archive/refs/heads/master.zipReadme
WooCommerce Side Cart
WooCommerce Side Cart adds a hidden side cart, with toggle-able visibility via menu link, to your theme. Super light, powerful, and relies mostly on native Woocommerce functionality.
How it works

WooCommerce Side Cart adds a fixed icon to the side of your screen that you click to open the side cart.

When you open it, it looks pretty.
Features
All of the templates in the templates/ folder are overridable by including the file(s) in your theme folder.
Javascript Events
There are some events you can manually trigger
- Open Side Cart
$( 'body' ).trigger( 'side_cart_open' );
- Close Side Cart
$( 'body' ).trigger( 'side_cart_close' );
Coming Soon
There are quite a few Actions & Filters you can hook into, we will be releasing short documentation that covers these.
Installation
- Upload the plugin to the /wp-content/plugins/ directory
- Activate the plugin through the 'Plugins' menu in WordPress
Requirements
PHP 5.4+
Wordpress 4+
WooCommerce 2.5+