Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #809352

    Hi

    Is there any way to show prices only to log in customers. I don’t want to show prices & Add to Cart to logged out visitors.

    In short only registered user can but the products from my site or Make WooCommerce pages accessible for logged in users only.

    I know it this query is not related to theme issue but it’ll be great if you can help with this.

    #809469

    Hey Durgesh,

    You can use the logged in class for that:

    .element-you-want-to-hide {
      display:none;
    }
    
    .logged-in .same-element-as-above {
      display:block;
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.