A
A
AltaiR2016-11-08 21:58:05
WordPress
AltaiR, 2016-11-08 21:58:05

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.
2ef9364ccfa14511aaf75a83b439002f.png
Here's what the inspector shows:
bd7389281e94456aa99b268a755ae7bd.png
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

1 answer(s)
D
Denis Petrovsky, 2016-11-16
@Redjek

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 question

Ask a Question

731 491 924 answers to any question