{{ $product->original_product->name }} {{ $cartItem->qty }}
{!! apply_filters('ecommerce_cart_before_item_content', null, $cartItem) !!}

{{ $product->original_product->name }} @if ($product->isOutOfStock()) ({!! BaseHelper::clean($product->stock_status_html) !!}) @endif

@if($product->variation_attributes)

{{ $product->variation_attributes }}

@endif @if (get_ecommerce_setting('checkout_product_quantity_editable', true))
@endif @include(EcommerceHelper::viewPath('includes.cart-item-options-extras'), [ 'options' => $cartItem->options, ]) @if (!empty($cartItem->options['options'])) {!! render_product_options_html($cartItem->options['options'], $product->original_price) !!} @endif {!! apply_filters('ecommerce_cart_after_item_content', null, $cartItem) !!}

{{ format_price($cartItem->price) }}