{% comment %} Variant List Row Accepts: - item: {Object} Variant or Product object - sku: {String} Sku of Product or Variant (optional) - image: {Object} Product or Variant image (optional) Usage: {% render 'quick-order-list-row' variant: variant %} {% endcomment %} {% # theme-check-disable %} {% assign cart_qty = cart | item_count_for_variant: variant.id %} {% # theme-check-enable %}