• Hi, two things:

    I would like the quick view product to show up on the top of my page, while the other products below are still visible. So depending on my search results the products are there and then if I click on a product, it opens up within the search results. If I click on another product in my search results, that product shows up on top, while the rest is below. Can i do that?

    I would also like to ONLY have a quickview options. So no matter if they click on the image or the title or the quick view button, the product should ONLY be showed as a quick view product. Can I do that?

Viewing 1 replies (of 1 total)
  • Plugin Author XplodedThemes

    (@xplodedthemes)

    Hi,

    Not sure if I understand correctly, however, with the pro version you can choose a modal type. Morph, Full Screen or Inline. Inline is probably the one you want.

    You can see the demo here:
    https://demos.xplodedthemes.com/woo-quick-view/?action=xt_set_demo&demo=inline

    You can choose to show the product above or below the current row.

    The pro version also comes with a simple JavaScript API. Functions that will let you open and close the modal programmatically. It would require some minimal JavaScript knowledge. So with a custom JavaScript code, you can register a click event on the whole product container that would call the API function to open the quick view. Ex: xt_wooqv_open(product_id)

    Hope this helps

Viewing 1 replies (of 1 total)
  • The topic ‘Quick view variations and ONLY quick view?’ is closed to new replies.