=== Custom WooCommerce Add to Cart ===
Contributors: burlesonbrad
Donate link: http://bradgriffin.me
Tags: woothemes, woocommerce, add to cart, custom add to cart button
Requires at least: 4.0
Tested up to: 4.4
Stable tag: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Customize the WooCommerce "Add to Cart" button text on a per-product basis.

== Description ==

This plugin allows you to add custom text to the WooCommerce "Add to Cart" button. When editing a product, there will be a new field that allows to you customize the button text for that particular product.

= Contributions =

If you’re interested in contributing to this plugin - you can head over to the [GitHub Repository](https://github.com/BurlesonBrad/Custom-WooCommerce-Add-to-Cart).

== Installation ==

= Automatic installation =

Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of this plugin, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.

In the search field type “Custom WooCommerce Add to Cart” and click Search Plugins. Once you’ve found the plugin you can view details about it such as the the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.

= Manual installation =

The manual installation method involves downloading this plugin and uploading it to your webserver via your favorite FTP application. The WordPress codex contains [instructions on how to do this here](http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).

= Updating =

Automatic updates should work like a charm; as always though, ensure you backup your site just in case.

== Frequently Asked Questions ==

= Do I need to write any code? =

Nope.

= Do I need to know my product ID? =

Nope

= Do I need to edit my child theme's functions.php file? =

Nope.

= Do I have any other questions? =

Nope.

== Changelog ==

= 1.0 =
* Initial Release