Home Forums WoodMart support forum Quick View In Catalog Mode Still Shows Price

Quick View In Catalog Mode Still Shows Price

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #142007

    Kensai
    Participant

    Hi,

    As the title mentions, the quick view still shows the price for the product in catalog mode.

    1) How to hide the price?
    2) How to add a custom message instead, such as “Call for Price”?

    Thank you

    #142057

    Hello,

    Catalog mode does not hide the price.

    Please add this code to the Theme Settings > Custom CSS > Global:

    .product-quick-view  .price{
    display:none;
    }

    You can rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you rewrite your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    Best Regards

    #142085

    Kensai
    Participant

    Hi,

    I think I probably did not explain this the right way:

    1) I need a php solution/snippet, not a css solution to hide the price in quickview. CSS only hides the price, php will disable it. Thats what I need.

    2) I want to add a custom message in the place where the price would be, not to translate anything. So, instead of showing “100$” in the price placeholder, I would like for it to show a string of text such as “Call for Price”

    Hope that clarifies things.

    Thank you

    #142087

    Kensai
    Participant

    By the way, I am using YITH catalog mode plugin, as your catalog mode option also hides variable products selection. Any way to override this behavior on your catalog mode and show variable products swatches?

    And finally, I just noticed that you show add to cart when a product is linked to a hotspot point on an image, even in catalog mode. Please advise on how to fix bug also.

    #142172

    Hello,

    Please contact the plugin support on this issue as we do not support third parties plugins and do not have any quick solution for that.

    Best Regards

    #142843

    Kensai
    Participant

    I am not asking for support for the YITH plugin, but for your theme. The reason I am using YITH is because your theme has issues with catalog mode. Therefore I am asking you to tell me how to disable add to cart on your theme on the quickview, in hotspots or other places. That issue happens by default with your theme, but also with YITH. Therefore, please ignore the fact that I am using YITH.

    p.s.
    The css code does nothing.

    #142896

    Hello,

    Please provide the site admin access to the private area we shall check.

    Best Regards

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