{!! BaseHelper::clean(__('There are :total products in your cart', ['total' => '' . count($products) . ''])) !!}
{{ $product->original_product->name }} @if ($product->isOutOfStock()) ({!! $product->stock_status_html !!}) @endif
{{ __('Sold by') }}: {{ $product->original_product->store->name }}
{{ Arr::get($cartItem->options, 'attributes') }}
{{ $option['key'] }}: {{ $option['value'] }}
{{ __('Using A Promo Code?') }}
{{ __('Your cart is empty!') }}
{{ __('Tax') }}
{{ format_price(Cart::instance('cart')->rawTax()) }}
{{ __('Coupon code: :code', ['code' => session('applied_coupon_code')]) }} ({{ __('Remove') }})
{{ format_price($couponDiscountAmount) }}
{{ __('Discount promotion') }}
{{ format_price($promotionDiscountAmount) }}
{{ __('Total') }}