Live Ajax search bar remove prices when logout
-
I have the following question. When I use the ajax search bar when iam logged out I see the products with prices. I don’t want my customers to see the prices before the are log-in.
Do you have a solution for this?
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you so much purchasing our theme and contacting our support center.
By default, the WooCommerce plugin doesn’t have a functionality to hide prices from logged out visitors. It may be possible only applying additional code customization. We don’t have a quick tutorial for that since it is out of our theme support scope.
As a workaround, you can hide the price from the search completely. To do this, add the following CSS code snippet to the Custom CSS area in Theme Settings
.suggestion-price {
display: none;
}
Kind Regards
XTemos Studio
Thank you very much for the quick response. It works correct.
Greets,
Vincent
The topic ‘Live Ajax search bar remove prices when logout’ is closed to new replies.