Home Forums WoodMart support forum Login to see prices

Login to see prices

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

    minde
    Participant

    Hello,
    I have chosen Login to see add to cart and prices from the admin panel for woocommerce.
    Its working fine when it is on the product page but its not hiding prices in CART. Why?

    Attachments:
    You must be logged in to view attached files.
    #226460

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    body:not(.logged-in).login-see-prices.yith-request-a-quote-page .product-subtotal, body:not(.logged-in).login-see-prices.yith-request-a-quote-page .shop_table_responsive tbody tr:nth-child(2){
     display:none;
    }

    Regards

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