Код: Выделить всё
function add_price_widget()
{
global $woocommerce;
$product = new WC_Product(get_the_ID());
$thePrice = $product->get_price_html();
echo thePrice;
}
Как мне заставить его просто дать мне цену 100< /код>
Подробнее здесь: https://stackoverflow.com/questions/435 ... commerce-3
Мобильная версия