How to remove the discount percentage on a product's wholesale pricing breakdown?

Options
ewilhelmus
ewilhelmus Member Posts: 12

I want to keep the quantity breakdown and the pricing. I want to get rid of the discount percentage off. Is there a way to do this?

Best Answers

  • Thomas_Connery
    Thomas_Connery Member Posts: 226 MVP
    Answer ✓
    Options

    Try this in your site header if you want to just hide the discount column:

    <style>
    .ec-size .ec-store .details-product-wholesale__column--discount{
    display:none !important;
    }
    </style>

  • ewilhelmus
    ewilhelmus Member Posts: 12
    Answer ✓
    Options

    Thank you!

Answers