Change woocommerce add to cart label
-
button product_type_simple add_to_cart_button
Hello ,
I’ve searched on web how to modify the label of button and I found this simple code.
I went to Appearence / Theme file editor / Astra: Theme Functions?(functions.php)
and I added at the bottom this without success. I’m not a programmer but it looks correct.add_filter(‘woocommerce_product_single_add_to_cart_text’, ‘woo_custom_cart_button_text’);
function woo_custom_cart_button_text() {
return __( ‘Configura il prodotto’, ‘woocommerce’); }Why I don’t see translated label ?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.