app/views/workarea/storefront/carts/show.html.haml in workarea-storefront-3.4.45 vs app/views/workarea/storefront/carts/show.html.haml in workarea-storefront-3.5.0.beta.1
- old
+ new
@@ -172,10 +172,10 @@
.recommendations__products
.grid
- @cart.recommendations.each do |product|
.grid__cell.grid__cell--50.grid__cell--33-at-medium.grid__cell--16-at-wide
- .product-summary.product-summary--small{ itemscope: true, itemtype: 'http://schema.org/Product' }
+ .product-summary.product-summary--small
= render 'workarea/storefront/products/summary', product: product
%div{ data: { recommendations_placeholder: recent_views_path } }
- if @cart.quantity.zero?