diff --git a/sections/findify-grid-search.liquid b/sections/findify-grid-search.liquid index a39e964..60154cd 100644 --- a/sections/findify-grid-search.liquid +++ b/sections/findify-grid-search.liquid @@ -73,6 +73,7 @@ , color_layout: color_layout , filter_component_id: findify_filters_component_id %} + {% endif %} {% render 'findify-toolbar-mobile' , results_count: results_count , terms: terms diff --git a/sections/findify-product-card.liquid b/sections/findify-product-card.liquid index ae58195..49d34e3 100644 --- a/sections/findify-product-card.liquid +++ b/sections/findify-product-card.liquid @@ -1,13 +1,12 @@ {%- include 'findify-product-card-connector' -%} -
+ {% if page != blank %} + page="{{ page }}" + {% endif %}>
{% if current_variant.featured_media != null %} @@ -24,8 +23,8 @@ , media: product.media[1] , class: 'second-image' %} {%- endif -%} - - {% comment %} {% endcomment %} + + {% comment %} {% endcomment %}
@@ -34,12 +33,12 @@ {% endif %} {% comment %} {% render 'findify-product-swatches-color', - product_url: product_url, - product: product, - colormap: colormap, - variants: variants, - %} {% endcomment %} - + product_url: product_url, + product: product, + colormap: colormap, + variants: variants, + %} {% endcomment %} +
@@ -65,4 +64,4 @@ initOnProductCardClick(id, page, { widget, selected_variant_id }); -
+
\ No newline at end of file