Home Forums WoodMart support forum I need help showing prices with VAT

I need help showing prices with VAT

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #550305

    gastroinventar.dk
    Participant

    I want to show the prices including VAT below the prices without VAT. How can I do this?

    Attachments:
    You must be logged in to view attached files.
    #550573

    Hung Pham
    Participant

    Hi gastroinventar.dk,

    Thanks for reaching to us.

    You want to move it here https://prnt.sc/G6uRU2psBBXd?

    Regards,

    #550593

    gastroinventar.dk
    Participant

    No, the red price there is the price without VAT. I want to add the price with VAT below the red price. I am attaching a picture from another site as an example.

    Attachments:
    You must be logged in to view attached files.
    #550933

    Hung Pham
    Participant

    Hi gastroinventar.dk,

    Please try to use the below custom CSS code and paste it to Theme Settings > Custom CSS > CSS for desktop section:

    .wd-single-price .price{
    	display: flex;
    	flex-wrap: wrap;
    }
    
    .wd-single-price .price ins{
    	flex: 1 0 100%;
    	order: 1
    }
    
    .wd-single-price .price del,
    .wd-single-price .price .woocommerce-price-suffix{
    	order: 2;
    }
    
    .wd-single-price .price del{
    	margin-right: 10px;
    }

    Regards,

    #551104

    gastroinventar.dk
    Participant

    Unfortunately, this is not what I want to do 🙂 Look, there are 2 prices displayed on the site right now: 1. the crossed out previous price, 2. the price written in red, the price excluding VAT. What I want is to show the 3rd price, that is, the price after VAT is added.

    #551290

    Hung Pham
    Participant

    Hi gastroinventar.dk,

    I translated strings and price in red already VAT included https://prnt.sc/wW9EijJd2EcR

    Regards,

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