Local stencil development

Hyper Search won't be visible when developing your BigCommerce theme locally with stencil. This is because BigCommerce does not output any scripts in Script Manager, including scripts from installed apps.

So, to see Hyper Search working locally, you'll need to copy two JS snippets to your theme temporarily. This should be done somewhere near the end of the page, e.g. footer.html

The two scripts to need can be found in Script Manager: hyper-search-app and hyper-search-data

The first is the script source for the storefront search. For example:

<script src="https://hypersearch.space48apps.com/hyper-search/js/index.js?id=fe78bc4d88f5a1e7f5fabef1e10b7ff6" integrity="sha384-I8lvU5j2HeSoxn3l4+OSEl+tGfIHMnkRv+vrkMB3q6BjMJll42qIrSwQpDlVgdH3" crossorigin="anonymous"></script>

The second is the configuration for your store, which will be used to initialize the search.

Note that this configuration will change depending on your store and your configuration settings. So it's best to copy and paste this from your store's Script Manager.

For example:

<script>
(function(window) {
    const defaultConfig = {
        api_domain: 'https://hypersearch.space48apps.com',
        store_hash: 'nqivp06qsb',
        channel_id: 1,
        typesense_config: JSON.parse('{\u0022nearest_node\u0022:null,\u0022nodes\u0022:[{\u0022host\u0022:\u00225ws61t4i2c3ldfbkp-1.a1.typesense.net\u0022,\u0022port\u0022:\u0022443\u0022,\u0022protocol\u0022:\u0022https\u0022}],\u0022api_key\u0022:\u0022dHZ0RTJ3UUF3UVlkeDhZdzBZYUQzYTk3b0tlVXQ1N2pvWDV2MmpkT0dxND1WUmpxeyJleGNsdWRlX2ZpZWxkcyI6IiIsImhpZGRlbl9oaXRzIjoiIn0=\u0022,\u0022product_api_key\u0022:\u0022Wk9BelpQMkZtest==\u0022}'),
        search_config: JSON.parse('{\u0022catalog\u0022:{\u0022entity\u0022:\u0022catalog\u0022,\u0022collection\u0022:\u0022catalog_nqivp06qsb\u0022,\u0022params\u0022:{\u0022query_by\u0022:\u0022search_keywords,name,sku,product_id,product_variant_id,categories_1,brand\u0022,\u0022highlight_full_fields\u0022:\u0022search_keywords,name,sku,product_id,product_variant_id,categories_1,brand\u0022,\u0022group_by\u0022:\u0022product_id\u0022,\u0022group_limit\u0022:1,\u0022per_page\u0022:12,\u0022sort_by\u0022:\u0022_text_match:desc\u0022,\u0022typo_tokens_threshold\u0022:1000}},\u0022content\u0022:{\u0022entity\u0022:\u0022content\u0022,\u0022collection\u0022:\u0022content_nqivp06qsb\u0022,\u0022params\u0022:{\u0022query_by\u0022:\u0022name\u0022,\u0022highlight_full_fields\u0022:\u0022name\u0022,\u0022per_page\u0022:3}},\u0022top_searches\u0022:{\u0022entity\u0022:\u0022top_searches\u0022,\u0022collection\u0022:\u0022top_searches_nqivp06qsb\u0022,\u0022params\u0022:{\u0022query_by\u0022:\u0022search_term\u0022,\u0022highlight_full_fields\u0022:\u0022search_term\u0022}},\u0022redirects\u0022:{\u0022entity\u0022:\u0022redirects\u0022,\u0022collection\u0022:\u0022redirects_nqivp06qsb\u0022,\u0022params\u0022:{\u0022query_by\u0022:\u0022search_term\u0022,\u0022highlight_full_fields\u0022:\u0022search_term\u0022,\u0022per_page\u0022:1}}}'),
        search_filters: JSON.parse('[{\u0022display_name\u0022:\u0022Categories\u0022,\u0022field\u0022:\u0022categories_1\u0022,\u0022facet_type\u0022:\u0022group\u0022,\u0022sort_order\u0022:\u0022alphabetic\u0022},{\u0022display_name\u0022:\u0022Price\u0022,\u0022field\u0022:\u0022price\u0022,\u0022facet_type\u0022:\u0022range\u0022,\u0022sort_order\u0022:\u0022alphabetic\u0022},{\u0022display_name\u0022:\u0022Brand\u0022,\u0022field\u0022:\u0022brand\u0022,\u0022facet_type\u0022:\u0022group\u0022,\u0022sort_order\u0022:\u0022alphabetic\u0022},{\u0022display_name\u0022:\u0022In stock\u0022,\u0022field\u0022:\u0022in_stock\u0022,\u0022facet_type\u0022:\u0022group\u0022,\u0022sort_order\u0022:\u0022alphabetic\u0022},{\u0022display_name\u0022:\u0022Rating\u0022,\u0022field\u0022:\u0022reviews_rating_sum\u0022,\u0022facet_type\u0022:\u0022group\u0022,\u0022sort_order\u0022:\u0022alphabetic\u0022}]'),
        search_sort_orders: JSON.parse('[{\u0022display_name\u0022:\u0022Relevance\u0022,\u0022sort_order\u0022:\u0022_text_match:desc\u0022},{\u0022display_name\u0022:\u0022Best selling\u0022,\u0022sort_order\u0022:\u0022total_sold:desc\u0022},{\u0022display_name\u0022:\u0022Price (lowest to highest)\u0022,\u0022sort_order\u0022:\u0022calculated_price:asc\u0022},{\u0022display_name\u0022:\u0022Price (highest to lowest)\u0022,\u0022sort_order\u0022:\u0022calculated_price:desc\u0022},{\u0022display_name\u0022:\u0022Highest rated\u0022,\u0022sort_order\u0022:\u0022reviews_rating_sum:desc\u0022}]'),
        search_settings: JSON.parse('{\u0022integration_method\u0022:\u0022suggestions\u0022,\u0022is_enabled\u0022:true,\u0022products_per_row\u0022:3,\u0022desktop_filter\u0022:\u0022vertical\u0022,\u0022mobile_filter\u0022:\u0022visible\u0022,\u0022custom_css\u0022:null,\u0022pagination_default_value\u0022:24,\u0022pagination_options\u0022:[12,24,36],\u0022pagination_type\u0022:\u0022default\u0022,\u0022container_width\u0022:null,\u0022mobile_breakpoint\u0022:null,\u0022limit\u0022:5,\u0022filter_limit\u0022:4,\u0022toggle_button_target\u0022:\u0022#quick-search-expand\u0022,\u0022overlay_position_target\u0022:\u0022body\u0022,\u0022typo_tokens_threshold\u0022:1000,\u0022category_filter_type\u0022:\u0022tree\u0022,\u0022secondary_sort_order\u0022:null}'),
        search_product_card: '&lt;article className=&quot;card&quot;&gt;     &lt;figure className=&quot;card-figure&quot;&gt;         &lt;a href={product.url} className=&quot;card-figure__link&quot; aria-label={product.name}&gt;             &lt;div className=&quot;card-img-container&quot;&gt;                 &lt;img                     src={product.image_url !== undefined ? product.image_url : defaultImageUrl}                     className=&quot;card-image lazyautosizes ls-is-cached lazyloaded&quot;                     alt={product.name}                 /&gt;             &lt;/div&gt;         &lt;/a&gt;         &lt;figcaption className=&quot;card-figcaption&quot;&gt;             &lt;div className=&quot;card-figcaption-body&quot;&gt;                 &lt;button                     type=&quot;button&quot;                     className=&quot;button button--small card-figcaption-button quickview&quot;                     data-product-id={product.product_id}                 &gt;                     Quick view                 &lt;/button&gt;                 {product.stock_qty ? (                     &lt;a                         href={`/cart.php?action=add&amp;product_id=${product.product_id}`}                         data-event-type=&quot;product-click&quot;                         data-button-type=&quot;add-cart&quot;                         className=&quot;button button--small card-figcaption-button&quot;                     &gt;                         Add to Cart                     &lt;/a&gt;                 ) : (                     &lt;a                         href={product.url}                         data-event-type=&quot;product-click&quot;                         className=&quot;button button--small card-figcaption-button&quot;                         data-product-id={product.product_id}                     &gt;                         Out of stock                     &lt;/a&gt;                 )}             &lt;/div&gt;         &lt;/figcaption&gt;     &lt;/figure&gt;     &lt;div className=&quot;card-body&quot;&gt;         &lt;h3 className=&quot;card-title&quot;&gt;             &lt;a href={product.url} aria-label={product.name}&gt;                 {product.name}             &lt;/a&gt;         &lt;/h3&gt;         &lt;div className=&quot;price-section&quot;&gt;             {product.getOnSale() ? (                 &lt;div&gt;                     &lt;div className=&quot;price-section&quot;&gt;                         &lt;span&gt;Was:&lt;/span&gt;                         &lt;span className=&quot;price price--non-sale&quot;&gt;{product.getDisplayPrice()}&lt;/span&gt;                     &lt;/div&gt;                     &lt;div className=&quot;price-section&quot;&gt;                         &lt;span&gt;Now:&lt;/span&gt;                         &lt;span className=&quot;price&quot;&gt;{product.getSaleDisplayPrice()}&lt;/span&gt;                     &lt;/div&gt;                 &lt;/div&gt;             ) : (                 &lt;div className=&quot;price-section&quot;&gt;                     &lt;span className=&quot;price&quot;&gt;{product.getDisplayPrice()}&lt;/span&gt;                 &lt;/div&gt;             )}         &lt;/div&gt;     &lt;/div&gt; &lt;/article&gt;',
        search_inline_product_card: '&lt;a href={product.url} aria-label={product.name} className=&quot;inline-card-link&quot;&gt;     &lt;article className=&quot;inline-card&quot;&gt;         &lt;figure className=&quot;inline-card-figure&quot;&gt;             &lt;div className=&quot;card-figure-image&quot;&gt;                 &lt;div className=&quot;card-img-container&quot;&gt;                     &lt;img                         src={product.image_url !== undefined ? product.image_url : defaultImageUrl}                         className=&quot;card-image lazyautosizes ls-is-cached lazyloaded&quot;                         alt={product.name}                     /&gt;                 &lt;/div&gt;             &lt;/div&gt;         &lt;/figure&gt;         &lt;div className=&quot;inline-card-body&quot;&gt;             &lt;h3 className=&quot;card-title&quot;&gt;                 {product.name}             &lt;/h3&gt;             &lt;div&gt;                 {product.getSalePrice() ? (                 &lt;&gt;                 &lt;div className=&quot;price-section&quot;&gt;                     &lt;span&gt;{t(&#039;was&#039;)}:&lt;/span&gt;                     &lt;span className=&quot;price price--non-sale&quot;&gt;{product.getDisplayPrice()}&lt;/span&gt;                 &lt;/div&gt;                 &lt;div className=&quot;price-section&quot;&gt;                     &lt;span&gt;{t(&#039;now&#039;)}:&lt;/span&gt;                     &lt;span className=&quot;price&quot;&gt;{product.getSaleDisplayPrice()}&lt;/span&gt;                 &lt;/div&gt;             &lt;/&gt;             ) : (             &lt;div className=&quot;price-section&quot;&gt;                 &lt;span className=&quot;price&quot;&gt;{product.getDisplayPrice()}&lt;/span&gt;             &lt;/div&gt;             )}         &lt;/div&gt;         &lt;/div&gt;     &lt;/article&gt; &lt;/a&gt;',
        search_content: '&lt;div class=&quot;s48hs__heading s48hs__heading--medium&quot;&gt;Latest products&lt;/div&gt; &lt;div class=&quot;latest-product-list&quot;&gt;   &lt;div class=&quot;s48hs__inline-product&quot;&gt;     &lt;a href=&quot;/sample-1-l-le-parfait-chemex-jar/&quot; class=&quot;inline-card-link&quot;&gt;       &lt;article class=&quot;inline-card&quot;&gt;         &lt;figure class=&quot;inline-card-figure&quot;&gt;           &lt;div class=&quot;card-figure-image&quot;&gt;             &lt;div class=&quot;card-img-container&quot;&gt;               &lt;div class=&quot;rollover&quot;&gt;                 &lt;img alt=&quot;[Sample] 1 L Le Parfait Chemex Jar image&quot; src=&quot;https://cdn11.bigcommerce.com/s-u1kyoatyr8/products/93/images/311/leparfaitmedium3.1645379861.220.290.jpg?c&amp;#61;1&quot; srcset=&quot;                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/80w/products/93/311/leparfaitmedium3.1645379861.1280.1280.jpg?c&amp;#61;1     80w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/160w/products/93/311/leparfaitmedium3.1645379861.1280.1280.jpg?c&amp;#61;1   160w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/320w/products/93/311/leparfaitmedium3.1645379861.1280.1280.jpg?c&amp;#61;1   320w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/640w/products/93/311/leparfaitmedium3.1645379861.1280.1280.jpg?c&amp;#61;1   640w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/960w/products/93/311/leparfaitmedium3.1645379861.1280.1280.jpg?c&amp;#61;1   960w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/1280w/products/93/311/leparfaitmedium3.1645379861.1280.1280.jpg?c&amp;#61;1 1280w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/1920w/products/93/311/leparfaitmedium3.1645379861.1280.1280.jpg?c&amp;#61;1 1920w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/2560w/products/93/311/leparfaitmedium3.1645379861.1280.1280.jpg?c&amp;#61;1 2560w                   &quot; sizes=&quot;100px&quot; class=&quot;card-image lazyautosizes ls-is-cached lazyloaded rollover-primary&quot; /&gt;&lt;img src=&quot;https://cdn11.bigcommerce.com/s-u1kyoatyr8/products/93/images/312/leparfaitmedium4.1645379861.220.290.jpg?c&amp;#61;1&quot; srcset=&quot;                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/80w/products/93/312/leparfaitmedium4.1645379861.1280.1280.jpg?c&amp;#61;1     80w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/160w/products/93/312/leparfaitmedium4.1645379861.1280.1280.jpg?c&amp;#61;1   160w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/320w/products/93/312/leparfaitmedium4.1645379861.1280.1280.jpg?c&amp;#61;1   320w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/640w/products/93/312/leparfaitmedium4.1645379861.1280.1280.jpg?c&amp;#61;1   640w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/960w/products/93/312/leparfaitmedium4.1645379861.1280.1280.jpg?c&amp;#61;1   960w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/1280w/products/93/312/leparfaitmedium4.1645379861.1280.1280.jpg?c&amp;#61;1 1280w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/1920w/products/93/312/leparfaitmedium4.1645379861.1280.1280.jpg?c&amp;#61;1 1920w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/2560w/products/93/312/leparfaitmedium4.1645379861.1280.1280.jpg?c&amp;#61;1 2560w                   &quot; sizes=&quot;100px&quot; alt=&quot;[Sample] 1 L Le Parfait Chemex Jar&quot; class=&quot;card-image lazyautosizes ls-is-cached lazyloaded rollover-secondary&quot; /&gt;               &lt;/div&gt;             &lt;/div&gt;           &lt;/div&gt;         &lt;/figure&gt;         &lt;div class=&quot;inline-card-body&quot;&gt;           &lt;h3 class=&quot;card-title&quot;&gt;[Sample] 1 L Le Parfait Chemex Jar&lt;/h3&gt;           &lt;div&gt;             &lt;div class=&quot;price-section&quot;&gt;               &lt;span&gt;Was:&lt;/span&gt; &lt;span class=&quot;price price--non-sale&quot;&gt;£17.20&lt;/span&gt;             &lt;/div&gt;             &lt;div class=&quot;price-section&quot;&gt;               &lt;span&gt;Now:&lt;/span&gt; &lt;span class=&quot;price&quot;&gt;£5.71&lt;/span&gt;             &lt;/div&gt;           &lt;/div&gt;         &lt;/div&gt;       &lt;/article&gt;     &lt;/a&gt;   &lt;/div&gt;   &lt;div class=&quot;s48hs__inline-product&quot;&gt;     &lt;a href=&quot;/laundry-detergent/&quot; class=&quot;inline-card-link&quot;&gt;       &lt;article class=&quot;inline-card&quot;&gt;         &lt;figure class=&quot;inline-card-figure&quot;&gt;           &lt;div class=&quot;card-figure-image&quot;&gt;             &lt;div class=&quot;card-img-container&quot;&gt;               &lt;div&gt;                 &lt;img alt=&quot;[Sample] Laundry Detergent image&quot; src=&quot;https://cdn11.bigcommerce.com/s-u1kyoatyr8/products/98/images/327/CommonGoodLaundrySoap.1645379861.220.290.jpg?c&amp;#61;1&quot; srcset=&quot;                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/80w/products/98/327/CommonGoodLaundrySoap.1645379861.1280.1280.jpg?c&amp;#61;1     80w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/160w/products/98/327/CommonGoodLaundrySoap.1645379861.1280.1280.jpg?c&amp;#61;1   160w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/320w/products/98/327/CommonGoodLaundrySoap.1645379861.1280.1280.jpg?c&amp;#61;1   320w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/640w/products/98/327/CommonGoodLaundrySoap.1645379861.1280.1280.jpg?c&amp;#61;1   640w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/960w/products/98/327/CommonGoodLaundrySoap.1645379861.1280.1280.jpg?c&amp;#61;1   960w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/1280w/products/98/327/CommonGoodLaundrySoap.1645379861.1280.1280.jpg?c&amp;#61;1 1280w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/1920w/products/98/327/CommonGoodLaundrySoap.1645379861.1280.1280.jpg?c&amp;#61;1 1920w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/2560w/products/98/327/CommonGoodLaundrySoap.1645379861.1280.1280.jpg?c&amp;#61;1 2560w                   &quot; sizes=&quot;100px&quot; class=&quot;card-image lazyautosizes ls-is-cached lazyloaded&quot; /&gt;               &lt;/div&gt;             &lt;/div&gt;           &lt;/div&gt;         &lt;/figure&gt;         &lt;div class=&quot;inline-card-body&quot;&gt;           &lt;h3 class=&quot;card-title&quot;&gt;[Sample] Laundry Detergent&lt;/h3&gt;           &lt;div&gt;             &lt;div class=&quot;price-section&quot;&gt;&lt;span class=&quot;price&quot;&gt;£22.82&lt;/span&gt;&lt;/div&gt;           &lt;/div&gt;         &lt;/div&gt;       &lt;/article&gt;     &lt;/a&gt;   &lt;/div&gt;   &lt;div class=&quot;s48hs__inline-product&quot;&gt;     &lt;a href=&quot;/oak-cheese-grater/&quot; class=&quot;inline-card-link&quot;&gt;       &lt;article class=&quot;inline-card&quot;&gt;         &lt;figure class=&quot;inline-card-figure&quot;&gt;           &lt;div class=&quot;card-figure-image&quot;&gt;             &lt;div class=&quot;card-img-container&quot;&gt;               &lt;div class=&quot;rollover&quot;&gt;                 &lt;img alt=&quot;[Sample] Oak Cheese Grater image&quot; src=&quot;https://cdn11.bigcommerce.com/s-u1kyoatyr8/products/94/images/314/oakcheesegrater2.1645379861.220.290.jpg?c&amp;#61;1&quot; srcset=&quot;                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/80w/products/94/314/oakcheesegrater2.1645379861.1280.1280.jpg?c&amp;#61;1     80w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/160w/products/94/314/oakcheesegrater2.1645379861.1280.1280.jpg?c&amp;#61;1   160w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/320w/products/94/314/oakcheesegrater2.1645379861.1280.1280.jpg?c&amp;#61;1   320w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/640w/products/94/314/oakcheesegrater2.1645379861.1280.1280.jpg?c&amp;#61;1   640w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/960w/products/94/314/oakcheesegrater2.1645379861.1280.1280.jpg?c&amp;#61;1   960w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/1280w/products/94/314/oakcheesegrater2.1645379861.1280.1280.jpg?c&amp;#61;1 1280w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/1920w/products/94/314/oakcheesegrater2.1645379861.1280.1280.jpg?c&amp;#61;1 1920w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/2560w/products/94/314/oakcheesegrater2.1645379861.1280.1280.jpg?c&amp;#61;1 2560w                   &quot; sizes=&quot;100px&quot; class=&quot;card-image lazyautosizes ls-is-cached lazyloaded rollover-primary&quot; /&gt;&lt;img src=&quot;https://cdn11.bigcommerce.com/s-u1kyoatyr8/products/94/images/316/oakcheesegrater3.1645379861.220.290.jpg?c&amp;#61;1&quot; srcset=&quot;                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/80w/products/94/316/oakcheesegrater3.1645379861.1280.1280.jpg?c&amp;#61;1     80w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/160w/products/94/316/oakcheesegrater3.1645379861.1280.1280.jpg?c&amp;#61;1   160w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/320w/products/94/316/oakcheesegrater3.1645379861.1280.1280.jpg?c&amp;#61;1   320w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/640w/products/94/316/oakcheesegrater3.1645379861.1280.1280.jpg?c&amp;#61;1   640w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/960w/products/94/316/oakcheesegrater3.1645379861.1280.1280.jpg?c&amp;#61;1   960w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/1280w/products/94/316/oakcheesegrater3.1645379861.1280.1280.jpg?c&amp;#61;1 1280w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/1920w/products/94/316/oakcheesegrater3.1645379861.1280.1280.jpg?c&amp;#61;1 1920w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/2560w/products/94/316/oakcheesegrater3.1645379861.1280.1280.jpg?c&amp;#61;1 2560w                   &quot; sizes=&quot;100px&quot; alt=&quot;[Sample] Oak Cheese Grater&quot; class=&quot;card-image lazyautosizes ls-is-cached lazyloaded rollover-secondary&quot; /&gt;               &lt;/div&gt;             &lt;/div&gt;           &lt;/div&gt;         &lt;/figure&gt;         &lt;div class=&quot;inline-card-body&quot;&gt;           &lt;h3 class=&quot;card-title&quot;&gt;[Sample] Oak Cheese Grater&lt;/h3&gt;           &lt;div&gt;             &lt;div class=&quot;price-section&quot;&gt;&lt;span class=&quot;price&quot;&gt;£27.67&lt;/span&gt;&lt;/div&gt;           &lt;/div&gt;         &lt;/div&gt;       &lt;/article&gt;     &lt;/a&gt;   &lt;/div&gt; &lt;/div&gt;',
        zero_results_content: '&lt;div class=&quot;s48hs__heading s48hs__heading--medium&quot;&gt;Why not try&lt;/div&gt; &lt;div class=&quot;latest-product-list&quot;&gt;   &lt;div class=&quot;s48hs__inline-product&quot;&gt;     &lt;a href=&quot;/sample-1-l-le-parfait-chemex-jar/&quot; class=&quot;inline-card-link&quot;&gt;       &lt;article class=&quot;inline-card&quot;&gt;         &lt;figure class=&quot;inline-card-figure&quot;&gt;           &lt;div class=&quot;card-figure-image&quot;&gt;             &lt;div class=&quot;card-img-container&quot;&gt;               &lt;div class=&quot;rollover&quot;&gt;                 &lt;img alt=&quot;[Sample] 1 L Le Parfait Chemex Jar image&quot; src=&quot;https://cdn11.bigcommerce.com/s-u1kyoatyr8/products/93/images/311/leparfaitmedium3.1645379861.220.290.jpg?c&amp;#61;1&quot; srcset=&quot;                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/80w/products/93/311/leparfaitmedium3.1645379861.1280.1280.jpg?c&amp;#61;1     80w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/160w/products/93/311/leparfaitmedium3.1645379861.1280.1280.jpg?c&amp;#61;1   160w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/320w/products/93/311/leparfaitmedium3.1645379861.1280.1280.jpg?c&amp;#61;1   320w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/640w/products/93/311/leparfaitmedium3.1645379861.1280.1280.jpg?c&amp;#61;1   640w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/960w/products/93/311/leparfaitmedium3.1645379861.1280.1280.jpg?c&amp;#61;1   960w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/1280w/products/93/311/leparfaitmedium3.1645379861.1280.1280.jpg?c&amp;#61;1 1280w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/1920w/products/93/311/leparfaitmedium3.1645379861.1280.1280.jpg?c&amp;#61;1 1920w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/2560w/products/93/311/leparfaitmedium3.1645379861.1280.1280.jpg?c&amp;#61;1 2560w                   &quot; sizes=&quot;100px&quot; class=&quot;card-image lazyautosizes ls-is-cached lazyloaded rollover-primary&quot; /&gt;&lt;img src=&quot;https://cdn11.bigcommerce.com/s-u1kyoatyr8/products/93/images/312/leparfaitmedium4.1645379861.220.290.jpg?c&amp;#61;1&quot; srcset=&quot;                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/80w/products/93/312/leparfaitmedium4.1645379861.1280.1280.jpg?c&amp;#61;1     80w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/160w/products/93/312/leparfaitmedium4.1645379861.1280.1280.jpg?c&amp;#61;1   160w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/320w/products/93/312/leparfaitmedium4.1645379861.1280.1280.jpg?c&amp;#61;1   320w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/640w/products/93/312/leparfaitmedium4.1645379861.1280.1280.jpg?c&amp;#61;1   640w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/960w/products/93/312/leparfaitmedium4.1645379861.1280.1280.jpg?c&amp;#61;1   960w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/1280w/products/93/312/leparfaitmedium4.1645379861.1280.1280.jpg?c&amp;#61;1 1280w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/1920w/products/93/312/leparfaitmedium4.1645379861.1280.1280.jpg?c&amp;#61;1 1920w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/2560w/products/93/312/leparfaitmedium4.1645379861.1280.1280.jpg?c&amp;#61;1 2560w                   &quot; sizes=&quot;100px&quot; alt=&quot;[Sample] 1 L Le Parfait Chemex Jar&quot; class=&quot;card-image lazyautosizes ls-is-cached lazyloaded rollover-secondary&quot; /&gt;               &lt;/div&gt;             &lt;/div&gt;           &lt;/div&gt;         &lt;/figure&gt;         &lt;div class=&quot;inline-card-body&quot;&gt;           &lt;h3 class=&quot;card-title&quot;&gt;[Sample] 1 L Le Parfait Chemex Jar&lt;/h3&gt;           &lt;div&gt;             &lt;div class=&quot;price-section&quot;&gt;               &lt;span&gt;Was:&lt;/span&gt; &lt;span class=&quot;price price--non-sale&quot;&gt;£17.20&lt;/span&gt;             &lt;/div&gt;             &lt;div class=&quot;price-section&quot;&gt;               &lt;span&gt;Now:&lt;/span&gt; &lt;span class=&quot;price&quot;&gt;£5.71&lt;/span&gt;             &lt;/div&gt;           &lt;/div&gt;         &lt;/div&gt;       &lt;/article&gt;     &lt;/a&gt;   &lt;/div&gt;   &lt;div class=&quot;s48hs__inline-product&quot;&gt;     &lt;a href=&quot;/laundry-detergent/&quot; class=&quot;inline-card-link&quot;&gt;       &lt;article class=&quot;inline-card&quot;&gt;         &lt;figure class=&quot;inline-card-figure&quot;&gt;           &lt;div class=&quot;card-figure-image&quot;&gt;             &lt;div class=&quot;card-img-container&quot;&gt;               &lt;div&gt;                 &lt;img alt=&quot;[Sample] Laundry Detergent image&quot; src=&quot;https://cdn11.bigcommerce.com/s-u1kyoatyr8/products/98/images/327/CommonGoodLaundrySoap.1645379861.220.290.jpg?c&amp;#61;1&quot; srcset=&quot;                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/80w/products/98/327/CommonGoodLaundrySoap.1645379861.1280.1280.jpg?c&amp;#61;1     80w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/160w/products/98/327/CommonGoodLaundrySoap.1645379861.1280.1280.jpg?c&amp;#61;1   160w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/320w/products/98/327/CommonGoodLaundrySoap.1645379861.1280.1280.jpg?c&amp;#61;1   320w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/640w/products/98/327/CommonGoodLaundrySoap.1645379861.1280.1280.jpg?c&amp;#61;1   640w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/960w/products/98/327/CommonGoodLaundrySoap.1645379861.1280.1280.jpg?c&amp;#61;1   960w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/1280w/products/98/327/CommonGoodLaundrySoap.1645379861.1280.1280.jpg?c&amp;#61;1 1280w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/1920w/products/98/327/CommonGoodLaundrySoap.1645379861.1280.1280.jpg?c&amp;#61;1 1920w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/2560w/products/98/327/CommonGoodLaundrySoap.1645379861.1280.1280.jpg?c&amp;#61;1 2560w                   &quot; sizes=&quot;100px&quot; class=&quot;card-image lazyautosizes ls-is-cached lazyloaded&quot; /&gt;               &lt;/div&gt;             &lt;/div&gt;           &lt;/div&gt;         &lt;/figure&gt;         &lt;div class=&quot;inline-card-body&quot;&gt;           &lt;h3 class=&quot;card-title&quot;&gt;[Sample] Laundry Detergent&lt;/h3&gt;           &lt;div&gt;             &lt;div class=&quot;price-section&quot;&gt;&lt;span class=&quot;price&quot;&gt;£22.82&lt;/span&gt;&lt;/div&gt;           &lt;/div&gt;         &lt;/div&gt;       &lt;/article&gt;     &lt;/a&gt;   &lt;/div&gt;   &lt;div class=&quot;s48hs__inline-product&quot;&gt;     &lt;a href=&quot;/oak-cheese-grater/&quot; class=&quot;inline-card-link&quot;&gt;       &lt;article class=&quot;inline-card&quot;&gt;         &lt;figure class=&quot;inline-card-figure&quot;&gt;           &lt;div class=&quot;card-figure-image&quot;&gt;             &lt;div class=&quot;card-img-container&quot;&gt;               &lt;div class=&quot;rollover&quot;&gt;                 &lt;img alt=&quot;[Sample] Oak Cheese Grater image&quot; src=&quot;https://cdn11.bigcommerce.com/s-u1kyoatyr8/products/94/images/314/oakcheesegrater2.1645379861.220.290.jpg?c&amp;#61;1&quot; srcset=&quot;                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/80w/products/94/314/oakcheesegrater2.1645379861.1280.1280.jpg?c&amp;#61;1     80w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/160w/products/94/314/oakcheesegrater2.1645379861.1280.1280.jpg?c&amp;#61;1   160w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/320w/products/94/314/oakcheesegrater2.1645379861.1280.1280.jpg?c&amp;#61;1   320w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/640w/products/94/314/oakcheesegrater2.1645379861.1280.1280.jpg?c&amp;#61;1   640w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/960w/products/94/314/oakcheesegrater2.1645379861.1280.1280.jpg?c&amp;#61;1   960w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/1280w/products/94/314/oakcheesegrater2.1645379861.1280.1280.jpg?c&amp;#61;1 1280w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/1920w/products/94/314/oakcheesegrater2.1645379861.1280.1280.jpg?c&amp;#61;1 1920w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/2560w/products/94/314/oakcheesegrater2.1645379861.1280.1280.jpg?c&amp;#61;1 2560w                   &quot; sizes=&quot;100px&quot; class=&quot;card-image lazyautosizes ls-is-cached lazyloaded rollover-primary&quot; /&gt;&lt;img src=&quot;https://cdn11.bigcommerce.com/s-u1kyoatyr8/products/94/images/316/oakcheesegrater3.1645379861.220.290.jpg?c&amp;#61;1&quot; srcset=&quot;                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/80w/products/94/316/oakcheesegrater3.1645379861.1280.1280.jpg?c&amp;#61;1     80w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/160w/products/94/316/oakcheesegrater3.1645379861.1280.1280.jpg?c&amp;#61;1   160w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/320w/products/94/316/oakcheesegrater3.1645379861.1280.1280.jpg?c&amp;#61;1   320w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/640w/products/94/316/oakcheesegrater3.1645379861.1280.1280.jpg?c&amp;#61;1   640w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/960w/products/94/316/oakcheesegrater3.1645379861.1280.1280.jpg?c&amp;#61;1   960w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/1280w/products/94/316/oakcheesegrater3.1645379861.1280.1280.jpg?c&amp;#61;1 1280w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/1920w/products/94/316/oakcheesegrater3.1645379861.1280.1280.jpg?c&amp;#61;1 1920w,                     https://cdn11.bigcommerce.com/s-u1kyoatyr8/images/stencil/2560w/products/94/316/oakcheesegrater3.1645379861.1280.1280.jpg?c&amp;#61;1 2560w                   &quot; sizes=&quot;100px&quot; alt=&quot;[Sample] Oak Cheese Grater&quot; class=&quot;card-image lazyautosizes ls-is-cached lazyloaded rollover-secondary&quot; /&gt;               &lt;/div&gt;             &lt;/div&gt;           &lt;/div&gt;         &lt;/figure&gt;         &lt;div class=&quot;inline-card-body&quot;&gt;           &lt;h3 class=&quot;card-title&quot;&gt;[Sample] Oak Cheese Grater&lt;/h3&gt;           &lt;div&gt;             &lt;div class=&quot;price-section&quot;&gt;&lt;span class=&quot;price&quot;&gt;£27.67&lt;/span&gt;&lt;/div&gt;           &lt;/div&gt;         &lt;/div&gt;       &lt;/article&gt;     &lt;/a&gt;   &lt;/div&gt; &lt;/div&gt;',
        default_currency_code: 'GBP',
        currency_fields: JSON.parse('[\u0022price\u0022,\u0022sale_price\u0022,\u0022display_price\u0022,\u0022on_sale\u0022,\u0022sale_display_price\u0022,\u0022calculated_price\u0022]'),
        default_image_url: 'https://cdn11.bigcommerce.com/s-nqivp06qsb/stencil/567feeb0-92c0-013c-78a6-6294c95f0a76/e/e4770b60-1135-013d-6202-4255a81075e7/img/ProductDefault.gif',
            active_currency_code: 'GBP',
    };

      window.HSData = {
        ...defaultConfig,
        ...window?.HSData,
      }
})(window);
</script>
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us