Price range in variable product - by harshchudasama

This topic has 4 replies, 2 voices, and was last updated 7 years ago ago by Olga Barlow

  • Avatar: harshchudasama
    harshchudasama
    Participant
    April 11, 2017 at 02:41

    Can you tell me how to remove price range in variable product?

    link : http://www.slatehash.com/product/fight-club-poster/

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 11, 2017 at 07:53

    Hello,

    If variations of the variable product have different prices it’s not possible to remove price range, this is default WC functionality. You can only hide it using custom CSS.

    Regards

    Avatar: harshchudasama
    harshchudasama
    Participant
    April 11, 2017 at 07:58

    How to hide it?

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 11, 2017 at 16:27

    Hello,

    Try this code (Theme Options > Styling > Custom CSS)

    .product-type-variable .product-information-inner .price {
        display: none;
    }
    .product-type-variable .woocommerce-variation-price .price {
        display: block !important;
    }

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.