Код: Выделить всё
function cw_change_product_price_display( $price ) {
$price .= ' TEXT';
return $price;
}
add_filter( 'woocommerce_get_price_html', 'cw_change_product_price_display' );
add_filter( 'woocommerce_cart_item_price', 'cw_change_product_price_display' );
Я хочу, чтобы она отображалась например: «ТЕКСТ $99,99»
Спасибо за помощь.
Подробнее здесь: https://stackoverflow.com/questions/470 ... oocommerce
Мобильная версия