Home Forums WoodMart support forum Live Ajax search bar remove prices when logout

Live Ajax search bar remove prices when logout

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #45679

    Vincentesa
    Participant

    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.
    #45703

    Artem Temos
    Keymaster

    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

    #45730

    Vincentesa
    Participant

    Thank you very much for the quick response. It works correct.

    Greets,
    Vincent

    #45766

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Live Ajax search bar remove prices when logout’ is closed to new replies.