@if (is_plugin_active('marketplace') && $product->store->id)
{!! BaseHelper::clean($product->name) !!}
@if (EcommerceHelper::isReviewEnabled())
({{ $product->reviews_count }})
@endif
{!! apply_filters('ecommerce_before_product_price_in_listing', null, $product) !!}
{{ format_price($product->front_sale_price_with_taxes) }} @if ($product->front_sale_price !== $product->price) {{ format_price($product->price_with_taxes) }} @endif
{!! apply_filters('ecommerce_after_product_price_in_listing', null, $product) !!}