Answer the question
In order to leave comments, you need to log in
How to change add to cart button in woocommerce?
There is a regular woocommerce store on a regular Wordpress. The text of the button was changed to “Pay online!. It is necessary that the text when hovering the mouse over this button changes to the name of the corresponding product. Help)
medeja.com.ua/agafonova - An example.
Answer the question
In order to leave comments, you need to log in
Try with jQuery:
$('.add_to_cart_button').hover(function() {
$(this).text("Название товара");
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question