• Resolved Chito

    (@chitaranjanthoudam)


    I love this plugin because it gives both features of catalog mode and inquiry. Only problem what I am facing is I can see the price when I hover the product listed in category or shop page but price hidden in the individual product page as expected. Can you give me some tips to fix this.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @chitaranjanthoudam, Thanks for reaching WC Catalog Enquiry Support!!

    It seems like a theme issue, just to be sure, can you please switch to some default theme like Twenty Sixteen and check the category/shop page again.

    Please keep us posted.

    Thread Starter Chito

    (@chitaranjanthoudam)

    Hi, I tried enabling Twenty Seventeen but unfortunately price shows up in quick view, so looks like some part is from theme and quick view plugin. Is there a way I can tweak in the plugin to hide them?

    Hi @chitaranjanthoudam, kindly add the following css in the style.css of the currently active theme :

    .product-detail-wrapper span.price {
        display: none!important;
    }
    Thread Starter Chito

    (@chitaranjanthoudam)

    Thanks, I have added these lines and it removes from product list as well as from the quick view.

    .product-detail-wrapper span.price {
        display: none!important;
    }
    
    .type-product .summary .price {
         display: none!important;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Price hidden from product page but visible in category or shop listing’ is closed to new replies.