• Resolved completemobility

    (@completemobility)


    Hi,

    I have been able to show both the ‘inc VAT’ and ‘ex VAT’ prices within my WooCommerce store and single products, however only the ‘inc VAT’ text is visible after inputting the ‘{price_including_tax’ within ‘Price display suffix’ (WooCommerce > Settings > Tax).

    Here’s how the layout of both the prices show on a product thumbnail: https://ibb.co/mHhXqmT

    I really need the text ‘ex VAT’ to show after the first price, but cannot figure this out!

    I have used CSS to style the font, colour, layout etc.. Here it is:

    `}
    .amount bdi {
    position: relative;
    }

    .woocommerce-Price-amount.amount {
    display: block;
    letter-spacing: 2px;
    color: #2C3979
    }
    margin-left: 5px;
    font-size: 14px;
    }

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

    .woocommerce-price-suffix .woocommerce-Price-amount.amount bdi:after {
    content: “inc. vat”;
    margin-left: 5px;
    font-size: 14px;
    }’

    I appreciate all of your support on this, thank you.

    Stefan

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Show ‘ex VAT’ text after product price’ is closed to new replies.