WooCommerce Ajax Mini Cart

WooCommerce Ajax Mini Cart Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 8,216 downloads
WooCommerce Ajax Mini Cart Icon

Try plugin: WooCommerce Ajax Mini Cart

We'll create fresh WordPress site with WooCommerce Ajax Mini Cart installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About WooCommerce Ajax Mini Cart

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 …

5


0


0


0


0

updated: 5 years ago
since: 5 years ago
author: Inconver

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