Hide price from ajax search
-
I have tried several ways of not showing the price of the products in the search results dropdown.
The css found in this forum does not work.
I tried to intercept the function and created an override via script, but it doesn’t work. I also tried via a js and it doesn’t work.
I have a big problem, The price shown is without vat, because the rate is added only after the user enters their nationality. So the system is forced to always show the default Italian one.
I tried to force the prices shown in the search engine as well, but it doesn’t work. So I simply thought of removing them from the display.
Can you guys help me ?
-
This topic was modified 1 month, 3 weeks ago by
UP@M.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global CSS area.
.wd-search-results .price {
display:none !important;
}
Best Regards,