This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

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

ਸਥਾਪਤੀਕਰਨ

  1. Please make sure that you installed WooCommerce (https://wordpress.org/plugins/woocommerce/)
  2. Go to Plugins in your dashboard and select “Add New”
  3. Search for “WooCommerce Ajax Mini Cart”, Install & Activate it
  4. Go to WooCommerce / Ajax Mini Cart and customize as you want
  5. Now, whenever you add product into the cart, the mini cart will be show

ਸਮੀਖਿਆਵਾਂ

3 ਜੁਲਾਈ 2019
Definitely the cleanest of the free mini cart plugins
13 ਜੂਨ 2019
After reviewing several ajax cart options, this one proved to both work and provide reliable passes to the cart.
10 ਫਰਵਰੀ 2019
Very nice plugin, am using it right now and planning to use it in other sites. Well made.
31 ਜਨਵਰੀ 2019
I use this plugin on most web sites with woocommerce
Read all 5 reviews

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“WooCommerce Ajax Mini Cart” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“WooCommerce Ajax Mini Cart” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

ਤਬਦੀਲੀ-ਚਿੱਠਾ

1.0

  • First version.

1.0.1

  • Fixed the problem with wp_verify_nonce().

1.0.2

  • Added public js functions.