Home Forums WoodMart support forum Вариативная цена

Вариативная цена

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #235453

    Sergey_1989
    Participant

    Здравствуйте, как убрать диапазон цен, а вывести только минимальную?
    В предыдущей теме я использовал вот этот код:
    function mycustom_variation_price( $price, $product ) {
    if ( ! is_admin() && ((is_shop() || is_product_category() || is_related_products|| is_page()))) {
    $price = ”;
    $price .= woocommerce_price($product->get_price());
    }
    return $price;
    }

    Attachments:
    You must be logged in to view attached files.
    #235469

    Hello,

    Please remove this code you do not need it anymore and find the option in the Theme Settings > Shop

    Best Regards

    #235487

    Sergey_1989
    Participant

    Большое спасибо!!

    #235546

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Вариативная цена’ is closed to new replies.