Сүрөттөө
This plugin lets you customize the “add to cart” button labels on single product pages (per product type) and also on archive/shop page (per product type)
Single products
- Simple products
- Variable products
- Grouped products
- External products
- Bookable products
- Subscription products
Archive pages
- Simple products
- Variable products
- Grouped products
- External products
- Bookable products
- Subscription products
Features
- Compatible with latest WooCommerce (3.0.0 and up)
- Supports ASCII special characters in labels
- Supports Unicode characters in labels
- Supports HTML5 characters in labels
- Supports Emojis in labels (http://getemoji.com/ and http://www.copypastecharacter.com/emojis)
Орнотуу
- Download the plugin & install it to your
wp-content/plugins
folder (or use the Plugins menu through the WordPress Administration section) - Activate the plugin
- Navigate to ** WooCommerce > Settings > Products > Change “add to cart” labels **.
- Customise your labels.
- Save and enjoy!
FAQ.KG
-
Q: How do I use special characters / emojis in my label?
-
A: Copy / paste them into the label field
-
Q: Where can I find emojis to use in my label?
-
A: See: Getemoji and Copypastecharacter
-
Q: Where can I go if I find an issue or want to recommend a feature?
-
A: You can submit a issues / feature requests on the Public GitHub Repository.
Сын-пикирлер
Contributors & Developers
“Custom Add to Cart labels for WooCommerce” is open source software. The following people have contributed to this plugin.
МүчөлөрүTranslate “Custom Add to Cart labels for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Өзгөртүүлөр
1.0
- first release
1.1
- added support for bookable products
1.3
- Added support for subscription and subscription variable products
- Fixed Call to a member function get_type() on null issue with Gutenberg
1.4.0
- Reverted back to prior working release.
- For product types that aren’t explicitly supported or don’t have custom settings defined, the plugin now falls back to the default WooCommerce add-to-cart text.
- Implemented distinct filters and callback functions for single product pages and archive/shop (loop) pages, ensuring that each context can have its own custom label configuration.
1.4.1
- Updated display name from WC Custom Add to Cart labels to Custom Add to Cart labels for WooCommerce to remove trademark implications.
- Bumped plugin version from 1.4.0 to 1.4.1 and added new header fields:
- Updated all internationalization calls to use the correct text domain wc-custom-add-to-cart-labels.
- Renamed callback functions for add-to-cart text from generic names (e.g., custom_woocommerce_product_single_add_to_cart_text) to unique prefixed names (wccatcl_product_single_add_to_cart_text and wccatcl_product_loop_add_to_cart_text) to avoid conflicts.
1.5.1
- Updated plugin name
1.5.2
- Changed plugin ownership