Home New Guten Forums WoodMart support forum Disabler single product page

Disabler single product page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #524674

    nilesh
    Participant

    I want to disable single product page and just want to keep quick view.
    I did not see any option to disable single product page.

    #524707

    Hung Pham
    Keymaster

    Hi nilesh,

    Sorry, but your answer is unclear to us. Please describe in more detail.

    Do you want to disable redirect link to single product?

    Regards,

    #524718

    nilesh
    Participant

    If user will click on product title then only quick view should work, it should not go to single product page.
    I have tried with some quick view plugin, but if user clicks on title then also it redirects to the single product page.

    #524719

    nilesh
    Participant

    Yes I want to disable redirect link to single prodcut

    #524775

    Hung Pham
    Keymaster

    Hi nilesh,

    There is no such an option by default, but you can try below Custom CSS code.

    Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .product-grid-item .product-wrapper .wd-entities-title a{
    	pointer-events: none;
    }

    Regards,

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