Custom mini cart for WooCommerce. You can add to cart, update quanity in this cart via ajax. Also you can edit the style for this cart in the admin pa …
Custom mini cart for WooCommerce. You can add to cart, update quanity in this cart via ajax. Also you can edit the style for this cart in the admin panel.
Video Overview
Demo
About plugin
http://inconver.com/ajax-mini-cart/
Features
For developers
You can use these js functions to show and update Ajax Mini Cart
public_woo_amc_show() – show Ajax Mini Cart
public_woo_amc_get_cart() – update Ajax Mini Cart
f.e. this code shows and updates Ajax Mini Cart in 3 seconds
setTimeout(function(){
public_woo_amc_show();
public_woo_amc_get_cart();
}, 3000);