Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1402150

    Hi there,

    I created single product pages with the built-in layout editor.
    In woocommerce settings I defined price-suffix “zzgl. MwSt” and it shows next to the price as soon as a variant is chosen.
    BUT: under the block “buy product button” woocommerce produces an additional text “exkl. MwSt.” as i chose the option to enter my prices without VAT.

    Any suggestions as to how delete this second price notification? It also appears in a weirdly dislocated way under every product in the product grid.

    Thanks to everyone willing to think about this.

    #1402228

    Hey Wollenhaupt,

    Thank you for the inquiry.

    Where can we check the issue? Please provide the site URL in the private field, screenshots will also help.

    Did you add or set up a new tax rate in the Woocommerce settings?

    // https://woocommerce.com/document/setting-up-taxes-in-woocommerce/#setting-up-tax-rates

    Best regards,
    Ismael

    #1402273

    Hi Ismael,

    the site is still in maintenance mode on a subdomain as we are currently thinking about changing our actual website. I can provide you with a login.
    Tax rate ist set to German VAT and it works.

    #1402274
    This reply has been marked as private.
    #1402277
    This reply has been marked as private.
    #1402279
    #1402280

    It should work now for you to see my screenshots. I want to delete the text “exkl. MwSt.” bottom left of every image and under the buy-button.

    #1402722

    Hi,

    We may need to see your tax configurations in order to understand the issue. Please provide the login details in the private field.

    To hide the price suffix or tax info temporarily, you can try this css code.

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

    Best regards,
    Ismael

    #1402728

    Hi Ismael,

    thank you! The price suffix is right behind the price as soon as a variation is chosen. This should be visible but not the tax information under the whole “buy button”.

    Login is provided.
    Regards

    #1403126

    Hi,
    Thanks for your patience and the link to your site to hide the exkl. MwSt. below the buy button on single product pages please try adding this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.single-product .wc-gzd-additional-info.tax-info {
    	display: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1404690

    Hi Mike,

    thanks a lot for your effort but this does not work – unfortunately.

    Sorry for the late reply – easter vacation!

    Regards
    Daniela

    #1404725

    Hi,
    Thanks for the feedback, I checked the page linked below and with the css in your Quick CSS disabled I see the exkl. MwSt.
    Enfold_Support_1804.jpeg
    when it is enabled like it is now I don’t see it
    Enfold_Support_1806.jpeg
    Try clearing your browser cache following these steps for Safari and note step 4 where you will Clear the History.
    Or if you are referring to a different page please link directly to it so we can check.

    Best regards,
    Mike

    #1404940

    Hi Mike,

    yes, you are right but please try choosing an option in the dropdown. After choice it will appear again.

    Regards
    Daniela

    #1404941

    …. and do you see any possibility to hide the exkl. Mwst. in product overview? (see link below)

    #1405003

    Hi,
    I change the css and now both situation are hidden, please clear your browser cache and check.

    #top .wc-gzd-additional-info.tax-info {
    	display: none !important;
    }

    Best regards,
    Mike

    #1408672

    Hi Mike,

    Thanks a lot, works just fine.

    Topic can be closed.

    Regards,

    Daniela

    #1408697

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Woocommerce VAT-suffix’ is closed to new replies.