=== WooCommerce Customizer === Contributors: maxrice, tamarazuk, skyverge Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal@skyverge.com&item_name=Donation+for+WooCommerce+Customizer Tags: woocommerce, woocommerce shop, woocommerce filters Requires at least: 3.8 Tested up to: 4.3.1 Stable tag: 2.1.1 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html Helps you customize WooCommerce without writing any code! == Description == WooCommerce includes tons of filters to let you customize button text, labels, and more, but you have to write PHP code to use them. This plugin provides a settings page where you can add your customizations and save them without needing to write any code or modify any templates, which is helpful for quick change testing. > Requires WooCommerce 2.1+ Here are some customizations you can make: * Add to Cart button text for all product types (within the shop loop and on a single product page) * The number of products displayed per page * Heading text for the 'Product Description' and 'Additional Information' tab. * Checkout page coupon / login text * Checkout page "Create Account" checkbox default * Checkout page 'Submit Order' button text * Tax Label text * Placeholder image source To make these changes, go to **WooCommerce > Settings** and view the "Customizer" tab. > **Note**: This plugin does not support multisite and cannot be network activated. To use this on a multisite network, you must install the plugin individually on each site. = Support Details = We do support our free plugins and extensions, but please understand that support for premium products takes priority. We typically check the forums every few days (with a maximum delay of one week). = More Details = - See the [product page](http://www.skyverge.com/product/woocommerce-customizer/) for full details. - View more of SkyVerge's [free WooCommerce extensions](http://profiles.wordpress.org/skyverge/) - View all [SkyVerge WooCommerce extensions](http://www.skyverge.com/shop/) == Installation == 1. Upload `woocommerce-customizer` folder to the `/wp-content/plugins/` directory or upload the zip file via the "Plugins > Add New" menu 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Go to the 'Customizer' tab under WooCommerce > Settings 4. Start customizing! == Frequently Asked Questions == = Why can't I customize xyz? = Most likely because a filter does not yet exist within WooCommerce, or a filter does exist but is too complicated to be of use with this plugin. = Why don't the settings show up under the WooCommerce Settings? = Do you have this network activated for a multisite installation? If so, you'll need to remove the plugin, then install it on each child site as needed, as the plugin does not support being network activated. = I found a bug! What do I do? = Please submit an issue on [GitHub](https://github.com/skyverge/woocommerce-customizer/) along with a description of the problem so we can fix it :) = Can I contribute to the plugin? = Yes! Fork the plugin on [GitHub](https://github.com/skyverge/woocommerce-customizer/) and send a pull request. == Screenshots == 1. Settings Page for customizations galore! == Changelog == = 2.1.1 = * Misc - Ensure translation compatibility = 2.1.0 = * Misc - WooCommerce 2.3 Compatibility = 2.0.1 = * Fix error when upgrading to WooCommerce 2.2 = 2.0.0 = * Added Checkout "Create Account" checkbox default customization * Added Placeholder image source customization * Moved settings to WooCommerce > Settings > Customizer * WooCommerce 2.2 Compatibility * Localization - Text domain changed from `wc-customizer` to `woocommerce-customizer` = 1.2.1 = * Fix missing compatibility class error = 1.2 = * Fix issues with add to cart button text customizations in WooCommerce 2.1 = 1.1.1 = * WooCommerce 2.1 Compatibility = 1.1 = * Refactor to support the upcoming WooCommerce 2.1 beta * Localization - Text domain changed from `wc_customizer` to `wc-customizer` and loaded properly on `init` hook = 1.0.1 = * Add two new filters for customizing the Product Description and Additional Information tab titles * Fix TipTips on Customizer page = 1.0 = * Initial release