Home Forums WoodMart support forum How to remove VAT info from showing in recently viewed product thumbnails?

How to remove VAT info from showing in recently viewed product thumbnails?

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #376784

    contactpleazurr
    Participant

    Hello,

    How can I remove the VAT info “VAT included, where applicable” from showing in recently viewed product thumbnails? https://snipboard.io/TRcY13.jpg

    #376983

    Hello,

    HTML structure does not allow solving it by custom CSS. Such modification requires complicated Woocommerce code customization which is not covered by our support.

    Best Regards

    #377103

    contactpleazurr
    Participant

    Hello,

    I have the VAT info removed from product thumbnails & the search bar via css:

    1. <—-remove VAT from showing up in search bar results
    .autocomplete-suggestion small.woocommerce-price-suffix {
    display: none;
    }

    2. <—-remove VAT from showing up in product thumbnails
    .product-grid-item .woocommerce-price-suffix {
    display: none;
    }

    So this should be possible to remove the VAT info from recently viewed products as well.

    Please advise.

    #377561

    Hello,

    Please provide the product URL with this VAT, I will check.

    Best Regards

    #377677

    contactpleazurr
    Participant

    Hello,

    These are all showing on the “recently viewed” products which you can find on all category pages. https://snipboard.io/TRcY13.jpg

    I have added the info in the private content.

    #377875

    Hello,

    Please advise what and where I should hide; https://gyazo.com/73e4c70154a9800871c44d6abbd093ff

    Best Regards

    #377947

    contactpleazurr
    Participant

    Hello,

    Please read my last message again as you did not follow the instructions to get the issue.

    In the private content, I added the products to view which have the VAT info so you can see it in “recently viewed” widget. The screenshot you are showing me is not the product I asked you to view as it does not show VAT info.

    I will repeat my last comment again:

    “Hello,

    These are all showing on the “recently viewed” products which you can find on all category pages. https://snipboard.io/TRcY13.jpg

    I have added the info in the private content.”

    #378210

    Hello,

    I do not see VAT here: https://snipboard.io/TRcY13.jpg

    If you want to exclude the VAT, there is no option. Woocommerce does not provide the option.

    Best Regards

    #378799

    contactpleazurr
    Participant

    It’s in your screen shot, the last item where it says “VAT included where applicable”.

    How can there be no option when I was already giving css to hide it on product thumbnails elsewhere?

    #378802

    contactpleazurr
    Participant

    Please close this ticket.

    #378907

    Hello,

    I have closed this topic and replied in your other topic.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘How to remove VAT info from showing in recently viewed product thumbnails?’ is closed to new replies.