WPIntell

Source evidence

Quick view variations and ONLY quick view?

XT Quick View for WooCommerce · support · 2020-12-16T10:47:00+00:00

complaintsentiment
mediumseverity
0.81relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 29 rows with source links

13.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

25 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
metusalem unresolved
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? 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

Comments

1 shown
XplodedThemes 2020-12-16T16:03:00+00:00

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