Price display suffix showing in wrong place

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

  • Avatar: Rolandh
    Rolandh
    Participant
    April 14, 2014 at 11:04

    On the single product page the Price display suffix is displayed before the main price: ({price_including_tax} incl VAT)

    It needs to be displayed after it.

    Also is it possible to configure the way the ‘Price display suffix’ shows after the main price, for example on two lines like this:

    {price_including_tax}
    incl VAT

    See example mockup image: http://redhotbonusandreviews.com/newacrylicsite/inclVAT-example.jpg

    rather than as it is currently:
    ({price_including_tax} incl VAT)

    which is all on one line?

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 15, 2014 at 13:52

    Hello,
    Check now, please. We have added following code into your custom.css:

    .quick-view-popup .product-info .price .woocommerce-price-suffix .amount, .single-product-page .product-info .price .woocommerce-price-suffix .amount {display: block;}
    .quick-view-popup .product-info .price .woocommerce-price-suffix, .single-product-page .product-info .price .woocommerce-price-suffix {
    float: right;
    padding-top: 5px;
    padding-left: 10px;
    }

    Regards

    Avatar: Rolandh
    Rolandh
    Participant
    April 15, 2014 at 14:02

    That is brilliant, it works perfectly. Thank you. Genius!

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 15, 2014 at 15:08

    You are welcome!

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

The issue related to '‘Price display suffix showing in wrong place’' has been successfully resolved, and the topic is now closed for further responses

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