{!! BaseHelper::clean(__('There are :total products in this list', ['total' => '' . $products->total() . ''])) !!}
@endif{{ __('Product') }} | {{ __('Price') }} | {{ __('Stock Status') }} | {{ __('Action') }} | {{ __('Remove') }} | |
---|---|---|---|---|---|
|
@if (is_plugin_active('marketplace') && $product->original_product->store->id)
{{ __('Sold by') }}: {{ $product->original_product->store->name }} @endif @if (EcommerceHelper::isReviewEnabled() && $product->reviews_count) |
{{ format_price($product->front_sale_price_with_taxes) }}
@if ($product->front_sale_price != $product->price)
|
{!! BaseHelper::clean($product->stock_status_html) !!} | {{ __('Add to cart') }} |
{{ __('No item in wishlist!') }}
@endif