How can I change the CONTINUE SHOPPING text?
I tryed this snipped, but didn’t work for me:
add_filter( 'wc_add_to_cart_message_html', 'quadlayers_custom_add_to_cart_message' ); function quadlayers_custom_add_to_cart_message() { $message = 'Your product has been added to cart. Thank you for shopping with us!' ; return $message; }
PRODUCT (TEST): https://paratyyogafestival.com.br/2024/ingressos/workshop-teste/
I also would like to change the order from button with the message:
PRINT SCREEN
Thanks in advance.
Ariane Tissot is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.