Disable single product page and favorite icon

This topic has 6 replies, 2 voices, and was last updated 5 years ago ago by Olga Barlow

  • Avatar: louis
    louis
    Participant
    April 17, 2019 at 14:01

    Hi si/mdm,

    How to disable the single product page when u click the product image and favorite icon?
    Is there any shortcode i can add in my css?

    Thank you.

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 17, 2019 at 15:11

    Hello,

    1) Are you talking about quick view popup? http://prntscr.com/nd87ii Did you make changes in template files? Because the DOM structure is changed.
    2) To disable wishlist go to Plugins > and disable YITH wishlist plugin.

    Regards

    Avatar: louis
    louis
    Participant
    April 17, 2019 at 15:27

    1) Yes. Just wanted the product quick view pop up instead of link to single product url once users click on the product in shop. Means totally disable the single product page.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 17, 2019 at 17:17

    Hello,

    But you already have it, no?

    Regards

    Avatar: louis
    louis
    Participant
    April 18, 2019 at 02:16

    Hi,

    Nope. That’s somebody else website. So i just wonder how they did it. Disable the product single page instead lead to quick view pop up.
    Thank you.

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 18, 2019 at 09:47

    Hello,

    Oh, I see, sorry misunderstood the first time.
    It’s possible to implement only by additional PHP customization only.
    You can disable links to the products by CSS styles, for example add the following to Theme Options > Custom CSS

    .product-content-image, .product-title, .cart-popup .media, .cart_item .product-thumbnail a, 
    .cart_item .cart-item-details a {
        pointer-events: none;
    }

    But if you want to have the quick view popup once you press the image then submit customization request here because additional customization is outside the scope of the basic support.

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.