Home Forums WoodMart support forum Hiding Taxes and and Total prices

Hiding Taxes and and Total prices

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #251950

    aminemo
    Participant

    Hello,

    We need to hide the label and the amount of taxes (screenshot ss8.jpg) on the checkout and also when the client finishes the order on the “Order complete page” (screenshot ss9.png). We will be selling meat in the store so we want to send them the right prices to pay once we weighted their orders. Same on the email and the bill they will automatically get: only the products they have chosen and their descriptions but not the prices or taxes information or the total price to pay.

    Please get back me to ASAP.

    Regards,

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

    Hello,

    I saw the screenshots you attached.

    Please provide the URL of the website to check it myself and help you out accordingly.

    And there is no option in Theme Setting to remove from the order email because the order email is generated by Woocommerce and our theme doesn’t influence it.

    Best Regards.

    #252256

    aminemo
    Participant

    Hello,

    Please get back to me asap.

    Best regards,

    #252285

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    tr.tax-total {
    	display: none;
    }
    
    li.woocommerce-order-overview__total.total {
    	display: none;
    }
    
    .shop_table tr td:last-child, .shop_table tr th:last-child {
    	display: none;
    }

    Regards.
    Xtemos Studios.

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