Home Forums WoodMart support forum Limit product view only to QuickView

Limit product view only to QuickView

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #176926

    orengivoni
    Participant

    Hi there,

    I would like to remove completely the option to enter into products, meaning all viewing of the products including:
    1. Clicking the product picture.
    2. Clicking the product name.
    3. Clicking the product name in the cart and cart widgets.

    All of the above should open the quickview instead of the redirect into the product page. I want to completely avoid the product page and work only through the grid.

    Will you be so kind and send me a code to do that?

    Thank you!

    #176930

    Hello,

    Woocommerce does not provide such an option and our theme does not have either. Please provide your shop page URL I will try to make the grid not clickable so that a buyer could only add to cart.

    Best Regards

    #176935

    orengivoni
    Participant

    I would like him to add to cart (only in specific page) or quickview (in all grid pages) so clicking the title or picture will open quickview only. I just don’t want to get into the product inself (product page).

    #177053

    Hello,

    I have checked and see that HTML structure does not allow us to remove clicking on all the products. Product image is the link to the product page and when I make it unclickable, the shopping cart and quick view are getting unclickable as well.

    Try this code:

    .product-grid-item .product-title a:hover, .product-title a:hover{
    pointer-events:none;
    
    }
    .popup-quick-view .entry-summary .entry-title a,
    .product-grid-item .product-title a:hover, .product-title a{
    pointer-events:none;
    
    }

    Best Regards

    #177838

    orengivoni
    Participant

    Thank you for your answer!

    Do you think it is possible to change the HTML’s product links to the quickview trigger only?

    Thank you very much again!!

    Best regards,

    #177873

    Hello,

    Unfortunately, there is no option.

    Best Regards

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