V
V
Valentina2020-02-25 22:26:50
WooCommerce
Valentina, 2020-02-25 22:26:50

How to change woocommerce upsell names?

How to change woocommerce upsell names?

<h3 class="title slider-title"><?php echo esc_html__( 'You may also like&hellip;', 'woocommerce' ); ?></h3>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Valentina, 2020-02-26
@valentinadikaya

I decided this way: I
wrote my theme in the line and displayed a new line in the theme language file

<h3 class="title slider-title"><?php echo esc_html__( 'You may also like&hellip;', 'моя тема' ); ?></h3>

added the following to the theme's pot file
#: woocommerce/single-product/up-sells.php:24
#: woocommerce/single-product/up-sells.php:34
msgid "My text"
msgstr ""

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question