Mô tả
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
- 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);
Cài đặt
- Please make sure that you installed WooCommerce (https://wordpress.org/plugins/woocommerce/)
- Go to Plugins in your dashboard and select “Add New”
- Search for “WooCommerce Ajax Mini Cart”, Install & Activate it
- Go to WooCommerce / Ajax Mini Cart and customize as you want
- Now, whenever you add product into the cart, the mini cart will be show
Đánh giá
Người đóng góp & Lập trình viên
“WooCommerce Ajax Mini Cart” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “WooCommerce Ajax Mini Cart” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0
- First version.
1.0.1
- Fixed the problem with wp_verify_nonce().
1.0.2
- Added public js functions.