V
V
Viorel2018-03-06 22:51:49
WordPress
Viorel, 2018-03-06 22:51:49

Woocomerce where to find this gramm value?

I need to translate the gramm value,
5a9eefd87499c510462860.png
I can’t find it, I’ve looked all over woocommerce-ru_RU.po, I
just found the translation in the Variable product field Weight
5a9ef09020600395152560.png
, the field itself was found in woocommerce/templates/single-product/product_attributes.php
in the admin panel in Products --> Attributes looked also no
throw idea how to be

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
ADvi, 2018-03-07
@ADvi

Try like this:

function translate_weight($weight) {
    return str_replace('g', 'г', $weight);
}
add_filter('woocommerce_format_weight', 'ranslate_weight');

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question