Home Forums WoodMart support forum Prices with tax in the right sidebar cart widget

Prices with tax in the right sidebar cart widget

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #28329

    Budapestis
    Participant

    Hello,

    We are entering and displaying the prices without tax in our webshop, and it’s working everywhere but in the right side cart widget of your theme. The Subtotal is okay on the bottom, but the product prices are displayed with tax. Do you know what is causing it? Must be something obvious, but can’t figure out.

    Picture attached.

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

    Artem Temos
    Keymaster

    Hi,

    As we can see, all your products have prices with taxes on the shop page too. As for the shopping cart widget so it comes with WooCommerce plugin and its functionality depends on the plugin, not on our theme.

    Regards

    #28490

    Budapestis
    Participant

    Hi,

    No, we are displaying the prices without tax the “+ ÁFA” in our language means “+ TAX” or “+ VAT”

    #28502

    Artem Temos
    Keymaster

    Hi,

    Strange, we don’t know why the price is changed in the cart widget. Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue

    .cart-info .product-tax-on {
    	display:inline-block!important;
    }
    .cart-info .product-tax-off {
    	display:none!important;
    }

    Regards

    #28823

    Budapestis
    Participant

    Hi,

    Added it to the global css, but it didn’t solve the problem.

    #28836

    Artem Temos
    Keymaster

    Hi,

    Could you please provide us your admin and FTP access so we can check what is wrong?

    #34730

    Budapestis
    Participant

    I’ve just added the text “without vat” after the subtotal so it’s kinda okay now (not an elegant solution, but hey). The source of the problem is still a mystery 🙂 Could be some of my plugins.

    #34747

    Artem Temos
    Keymaster

    Sorry, but we don’t know where it comes from but it can’t be caused by our theme anyway.

    Regards

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