Change Button Text
-
Hi! I had already asked you for this mod, basically I want to change the text of the product button on variable gift card products. You gave me the following code to put in my functions.php:
/* YITH GIFT CARD BUTTON TEXT FIX */
if ( ! function_exists(‘yith_woocommerce_gift_cards_add_to_cart_text_custom’ ) ) {
function yith_woocommerce_gift_cards_add_to_cart_text_custom( $button_text ){
$button_text = ‘ Scegli ‘; return $button_text;
}
}Works perfect on category pages https://dottlattuada.it/linea-benessere-salute/prodotti/carte-regalo/ and on product “you could be interested in” section https://dottlattuada.it/linea-benessere-salute/prodotto/curcumagic-3-1/
But I noticed that if you choose a variant on the gift card product page https://dottlattuada.it/linea-benessere-salute/prodotto/carta-regalo/ the button says “leggi tutto” and I have no idea where it gets that value from.
Please help bros, thanks!
– JosephThe page I need help with: [log in to see the link]
- The topic ‘Change Button Text’ is closed to new replies.