How to change add to cart button text for variable products
-
Hi,
I’ve been trying to change the ‘add to cart’ text of the button for variable products on the products catalog.
I’ve tried this code
‘add_filter( ‘woocommerce_product_single_add_to_cart_text’, ‘woocommerce_custom_single_add_to_cart_text’ );
function woocommerce_custom_single_add_to_cart_text() {
return __( ‘Wybierz opcje’, ‘hello-elementor’ ); }’ but this changes for all the languages. I don’t want that. After that I removed the code and tried Loco Translate. I was able to make the change for single products with Loco Translate but I cannot do that for variable products. I have checked every theme and plugin with loco. I cannot find the string for the button.Can you please help here dronuj.com/shop
The page I need help with: [log in to see the link]
- The topic ‘How to change add to cart button text for variable products’ is closed to new replies.