Answer the question
In order to leave comments, you need to log in
Where did the WooCommerce button text go?
Goodnight. For some reason, the text of the "Go to Cart" button, which appears in the product card when you add the product to the basket, was lost.
Here's what the inspector shows:
I deleted all the woocommerce template files that I transferred to my theme folder to make changes, but it still doesn't help. Of the plugins, only the WooCommerce Ajax Cart Plugin is suspicious (because it worked for me before). But removing it doesn't help either.
Answer the question
In order to leave comments, you need to log in
In general, this button is displayed from the /cart/mini-cart.php file, what do you have there?
<a href="<?php echo esc_url( wc_get_cart_url() ); ?>" class="button wc-forward"><?php _e( 'View Cart', 'woocommerce' ); ?></a>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question