forked from wp-plugins/woocommerce-ajax-cart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
36 lines (24 loc) · 1.38 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
=== WooCommerce Ajax Cart Plugin ===
Contributors: moiseh
Tags: woocommerce, ajax, cart, shipping
Requires at least: 3.0.1
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=GLS9CZZD6V828&lc=BR&item_name=Moiseh¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
Tested up to: 3.4
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
== Description ==
WooCommerce AJAX Cart plugin is a WordPress Plugin that changes the default behavior of WooCommerte Cart Page, allowing a buyer to see the Total price calculation when change the Quantity of a product, without need to manually click on "Update cart" button.
This improves the user experience and commodity when purchasing a product. No other hacks/code/theme changes is needed, this functionality is added when the plugin is activated.
Demonstration url: http://ragob.com/wooajaxcart/ (follow the green instructions)
== Installation ==
1. Upload `pwoocommerce-ajax-cart.zip` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Done. This plugin no requires extra configurations to work
== Screenshots ==
1. When user clicks on "+" or "-" of Quantity field, an AJAX request was made to update the prices.
== Changelog ==
= 1.0 =
* Initial version
== Frequently Asked Questions ==
== Upgrade Notice ==