@if (EcommerceHelper::isReviewEnabled())
({{ $product->reviews_count }})
@endif
@if (is_plugin_active('marketplace') && $product->store->id)
@endif
{{ format_price($product->front_sale_price_with_taxes) }}
@if ($product->front_sale_price !== $product->price)
{{ format_price($product->price_with_taxes) }}
@endif
@if (EcommerceHelper::isCartEnabled())
@endif