Discover, trust, install: FAIR 1.0 is here
Customizer for WooCommerce
Version: 2.9.0
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 3.9.4+
Here are some customizations you can make:
- Add to Cart button text for different product types (within the shop loop and on a single product page)
- Sales badge text for the shop or product pages
- 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 being network activated on multisite. To use this on a multisite network, you must activate 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 for full details.
- View more of SkyVerge’s free WooCommerce extensions
- View all SkyVerge WooCommerce extensions
Installation
- You can (a) Search Plugins > Add New for “Customizer for WooCommerce”, (b) Upload
woocommerce-customizer
folder to the/wp-content/plugins/
directory, or (c) upload the zip file via the “Plugins > Add New” menu - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to the ‘Customizer’ tab under WooCommerce > Settings
- Start customizing!
Faq
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.
Do you have this network activated for a multisite installation? If so, you’ll need to remove the plugin, then activate it on each child site as needed, as the plugin does not support being network activated.
Please submit an issue on GitHub along with a description of the problem so we can fix it 🙂
Of course! Please fork the GitHub repository and send a pull request.
Reviews
Amazing, Simply works
By Abhinav (soulfly1506) on December 9, 2022
IT WORKS. But is scary to install it...
By 2unos (dosunos) on November 5, 2021
very good and light weighted plugin
By Vivek Narayanankutty Nair (vismithams) on October 16, 2021
Excellent Plugin
By niallflynn (wordpressdublin) on June 14, 2020
Awesome Plugin
By mikeecho on September 19, 2019
It is simple and it works
By mirjancubric on January 15, 2019
Awesome, Easy to use
By itbabu on October 18, 2018
OK
By antideon on August 21, 2018
Perfect!
By igemini1 on July 14, 2017
Awesome plugin, but doesn't work with one-page checkout
By kuicklaunch on June 28, 2017
Changelog
2024.10.29 – version 2.9.0
- Fix – Avoid deprecation notice in PHP 8.2+ for dynamic property
- Misc – Add support for WooCommerce 9.3.3
- Misc – Add support for WordPress 6.6.2
2023.07.28 – version 2.8.0
- Misc – Add compatibility for WooCommerce High Performance Order Storage (HPOS)
- Misc – Require PHP 7.4 and WordPress 5.6
2022.07.31 – version 2.7.7
- Misc – Rename to Customizer for WooCommerce
2022.03.02 – version 2.7.6
- Fix – Remove image placeholder (this is included in WC 3.5+)
2022.03.01 – version 2.7.5
- Misc – Require WooCommerce 3.9.4 or newer
2020.05.04 – version 2.7.4
- Misc – Add support for WooCommerce 4.1
2020.03.10 – version 2.7.3
- Misc – Add support for WooCommerce 4.0
2020.02.05 – version 2.7.2
- Misc – Add support for WooCommerce 3.9
2019.11.11 – version 2.7.1
- Misc – Add support for WooCommerce 3.8
2019.08.15 – version 2.7.0
- Misc – Add support for WooCommerce 3.7
- Misc – Remove support for WooCommerce 2.6
- Misc – Require WordPress 4.4+
2019.06.12 – version 2.6.1
- Misc – Declare WooCommerce 3.6 compatibility
2018.07.17 – version 2.6.0
- Feature – Added backorder text customization on product pages (props @sandysaille!)
- Feature – Added out of stock text customization on product pages (props @sandysaille!)
- Feature – Change bundle product add to cart text with WooCommerce Product Bundles (props @DaisukiDaYo!)
- Misc – Requires WooCommerce 2.6.14
2.5.1
- Tweak – Hook customizations later to be more aggressive about using WC Customizer values rather than filters from other plugins or themes
2.5.0
- Feature – Added sales badge text customization
2.4.0
- Fix – Image placeholder replacements are only shown in the shop, not in the WP admin
- Localization – Includes Persian translation, props Saakhtani team!
- Misc – Added support for WooCommerce 3.0
- Misc – Removed support for WooCommerce 2.4
2.3.1
- Fix – Fixes “headers already sent” error if WooCommerce is out of date
2.3.0
- Misc – Added support for WooCommerce 2.6
- Misc – Removed support for WooCommerce 2.3
2.2.0
- Misc – Added support for WooCommerce 2.5
- Misc – Removed support for WooCommerce 2.2
2.1.1
- Misc – Standardize the translation string
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
towoocommerce-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
towc-customizer
and loaded properly oninit
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