Description
Bmnh Add to Cart Text Changer is the ultimate lightweight solution to customize your WooCommerce « Add to Cart » buttons without writing a single line of code. Whether you want to change the text to « Buy Now, » « Order Today, » or translate it into your local language, this plugin gives you full control directly from your WordPress dashboard.
Beyond just text, this plugin offers a comprehensive design suite to make your buttons visually striking and perfectly aligned with your brand’s identity.
🚀 Key Features:
Custom Labels by Product Type: Set unique button text for Simple, Variable, External, Grouped, and even Subscription or Bookable products.
Contextual Text Options: Use different button labels for the Shop/Archive pages versus Single Product pages for better conversion.
Complete Styling Control: Easily modify Text Color and Background Color to match your theme.
Interactive Hover Effects: Capture user attention with custom Hover Colors for both text and background.
Professional Typography: Adjust the Font Size (px) to ensure your call-to-action is clear and readable.
Flexible Layouts: Fine-tune your button’s look with Border Radius (for rounded corners) and Padding (for a perfect fit).
Performance Focused: Extremely lightweight and clean code—ensures your site stays lightning-fast.
Beginner Friendly: A dedicated settings panel means no more messing around with functions.php files.
🎯 Why Use This Plugin?
Generic « Add to Cart » buttons can sometimes feel robotic. By using more urgent or descriptive labels like « Grab Yours Now » or « Join the Club, » you can significantly improve your click-through rates and store sales.
Installation
- Upload the ‘bmnh-add-to-cart-text-change’ folder to the ‘/wp-content/plugins/’ directory.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- The plugin replaces button text using its built-in defaults. To customize the text, see the FAQ/Usage section below.
FAQ
-
You can change the default text in two ways:
1. Add filters in your theme’sfunctions.php(recommended, upgrade-safe):`php// Change archive/shop add-to-cart text
add_filter( ‘woocommerce_product_add_to_cart_text’, function() {
return ‘Buy Now’;
} );// Change single product add-to-cart text
add_filter( ‘woocommerce_product_single_add_to_cart_text’, function() {
return ‘Order Today’;
} );
`- Edit the plugin files directly (not recommended for upgrades).
-
Can I change the label per product or per category?
-
Yes — not in a UI, but you can add conditional logic inside the filter callbacks and check product/category to return different labels.
-
Will this work with my theme and other WooCommerce plugins?
-
Yes — the plugin uses standard WooCommerce filters. If another plugin or your theme overrides the same filters at a later priority, adjust the priority or add your filter with a later priority.
Avis
Il n’y a aucun avis pour cette extension.
Contributeurs/contributrices & développeurs/développeuses
« Bmnh Add to Cart Text Changer for WooCommerce » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.
ContributeursTraduisez « Bmnh Add to Cart Text Changer for WooCommerce » dans votre langue.
Le développement vous intéresse ?
Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.
Journal des modifications
1.0.4
- Feature: Added Appsero insights integration for better analytics.
- Fix: Improved plugin architecture and internal code cleanup.
- added some new features
1.0.3
- Fix: Internal bug fixes and minor improvements.
1.0.2
- Fix: Compatibility updates and settings framework improvements.
1.0.1
- Initial stable release.





