How to remove VAT info from showing in recently viewed product thumbnails?
-
Hello,
How can I remove the VAT info “VAT included, where applicable” from showing in recently viewed product thumbnails? https://snipboard.io/TRcY13.jpg
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
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.
Hello,
Please provide the product URL with this VAT, I will check.
Best Regards
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.
Hello,
Please advise what and where I should hide; https://gyazo.com/73e4c70154a9800871c44d6abbd093ff
Best Regards
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.”
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
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?
Please close this ticket.
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.
The topic ‘How to remove VAT info from showing in recently viewed product thumbnails?’ is closed to new replies.