Sha256: e745e4c3250c4850a2a9e28adff18d576d71f7f48bf7ca3620ec86d082541db3
Contents?: true
Size: 570 Bytes
Versions: 36
Compression:
Stored size: 570 Bytes
Contents
<% order.line_items.each do |line_item| %> ga('ec:addProduct', { // Provide product details in a productFieldObject. 'id': '<%= j (line_item.variant.sku || line_item.variant_id) %>', // Product ID (string). 'name': '<%= j line_item.variant.product.name %>', // Product name (string). 'category': '', // Product category (string). 'brand': '', // Product brand (string). 'variant': '', // Product variant (string). 'price': '<%= line_item.price %>', 'quantity': <%= line_item.quantity %> }); <% end %>
Version data entries
36 entries across 36 versions & 2 rubygems