WooCommerce Ajax Mini Cart

0

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 http://mi

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

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

http://minicart.inconver.com

About plugin

http://inconver.com/ajax-mini-cart/

Features

  • Ajax add to cart
  • Auto open when click Add to cart or manual the button
  • Ajax change quantity or remove product
  • Full style change in admin panel
  • Reassigning plugin templates

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);