<%= link_to(
render(
'spree/shared/image',
image: item.variant.gallery.images.first || item.variant.product.gallery.images.first,
size: :small
),
item.variant.product
) %>
<%= render(
'spree/components/cart/item_info',
line_item: item.variant.product,
stock_info: false,
variant: item.variant
) %>
<%= item.single_money.to_html %>
✕<%= item.quantity %>
<%= item.display_amount.to_html %>