Okay
  Public Ticket #2172718
How to hide price range in details page?
Closed

Comments

  •  2
    CigdemGD started the conversation

    Hi,

    I'd like to hide the price range for the the variable products just in their detail page, but leave it on all listing pages.

    How could I?

    Thank you very much.

  • [deleted] replied

    Hi CigdemGD,

    Sorry but an option like that is not available. This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time though.

    To do that please paste this CSS code in the variable products that you want to do this:

    .woocommerce .summary p.price {
    display: none;
    }

    See video: https://d.pr/v/sne855

  •  15
    hahni replied

    The solution could be to add a custom function / hook into the woocommerce function and define the case "archieve page" or "product detail" page - then it would be possible.

    Regards André


  • [deleted] replied

    Hi André,

    Please write in the WooCommerce support and ask them to send you a code to do that change in your site.

    P.S: Please be aware as by doing customization if something happens like miss-editing files the responsibility is yours and we won't support you on finding the problem.

    Thanks for your understanding!

  •  2
    CigdemGD replied

    Thank you very much Ylli , very kind of you.

    Best regards...


  • [deleted] replied

    Happy to hear thatsmile.png

    Have a nice day!

    Will set this ticket as solved from here.