Sha256: 9e4a54b8aa0b93bf9394e581a845d1c39d47b964954eda2bfc7de31927f6a83a

Contents?: true

Size: 477 Bytes

Versions: 9

Compression:

Stored size: 477 Bytes

Contents

<script>
  if (typeof analytics !== 'undefined') {
    analytics.track('Product List Filtered', {
      filters: [
        <% search.to_unsafe_h.each do |type, value| %>
          <%= { type: type, value: value } .to_json.html_safe %>,
        <% end %>
      ],
      products: [
      <% products.each_with_index do |product, index| %>
        <%= product_for_segment(product, position: index+1, image: product.images.first) %>,
      <% end %>
      ]
    });
  }
</script>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
spree_frontend-3.4.6 app/views/spree/shared/trackers/segment/_product_list_filtered.js.erb
spree_frontend-3.4.5 app/views/spree/shared/trackers/segment/_product_list_filtered.js.erb
spree_frontend-3.4.4 app/views/spree/shared/trackers/segment/_product_list_filtered.js.erb
spree_frontend-3.4.3 app/views/spree/shared/trackers/segment/_product_list_filtered.js.erb
spree_frontend-3.4.2 app/views/spree/shared/trackers/segment/_product_list_filtered.js.erb
spree_frontend-3.4.1 app/views/spree/shared/trackers/segment/_product_list_filtered.js.erb
spree_frontend-3.4.0 app/views/spree/shared/trackers/segment/_product_list_filtered.js.erb
spree_frontend-3.4.0.rc2 app/views/spree/shared/trackers/segment/_product_list_filtered.js.erb
spree_frontend-3.4.0.rc1 app/views/spree/shared/trackers/segment/_product_list_filtered.js.erb