New Landing How can we help? Atelier Woocommerce Price Suffix display

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #271013
    huntingensemble
    Member
    Post count: 318

    Hey Guys,

    I’ve added the price suffix within Woocommerce so I can show the price without TAX to my customers.
    It’s now shown underneath every product (on shop overview page) and also at the product page.

    I would like to show it only on the product page, and not on shop overview (it’s a bit overwhelming). I tried:

    .woocommerce-price-suffix {
      display: none;
    }

    But it doesn’t work.
    Thanks for the help guys!

    #271028
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    In that case add the code below to force it to show up in the product page.

    .single-product .woocommerce-price-suffix {
      display: block!important;
    }

    Let us know if it worked.

    -Rui

    #271108
    huntingensemble
    Member
    Post count: 318

    Yes! Thanks Rui works perfect!

    #271334
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks Rui!

    Cheers.

    #271730
    huntingensemble
    Member
    Post count: 318

    Hey Guys,

    Sorry to re-open this thread, it seems it still shows the price suffix at the product carousel at the end of a single product.
    any ideas?

    Thanks,
    Joost

    #271735
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Change the css to:

    .single-product .product-price-wrap .woocommerce-price-suffix {
      display: block !important;
    }

    – Kyle

    #271746
    huntingensemble
    Member
    Post count: 318

    Thanks Kyle, works!

    #271747
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, no problem

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register