Quick View by Secomapp Integration Guide
Here is the guide for Quick View by Secomapp Integration with Boost AI Search & Discovery app.
On this page
About Quick View by Secomapp
1
App Information
- Quick View gives your shoppers quick access to product preview in one click without reloading the whole site.
- App details: https://apps.shopify.com/quick-view
2
Quick View Integration function
- Optimize conversion rate by filtering products and show preview popup anytime.
How to integrate Quick View by Secomapp with Boost AI Search & Discovery
This feature only works with Boost AI Search & Discovery V2 and above. To find out which version of our app your store's current theme is installed with, please follow this article.
From your Shopify admin, go to Online Store > Themes.
Find the theme you'd like to integrate the app and click Actions (⋯) > Edit code.
Select one of the Versions below for the app version that your theme is installed with (if you have not known it, yet, please follow this article to find out):
V2 or V3. Then follow its corresponding Step 3.
V2
productGridItemHtml
// Quick view if ((typeof SCAShopify) !== 'undefined') { SCAShopify.jQuery(document).unbind('click.fb-start'); SCAShopify.loaded = false; SCAQVinit = undefined; $.getScript($('script[src*="sca-qv-"]').attr('src')); }
V3
if (window.boostSDAppConfig) { window.boostSDAppConfig.integration = Object.assign({ others: 'secomapp' }, window.boostSDAppConfig.integration || {}); }