{!! apply_filters('ecommerce_before_product_item_content_renderer', null, $product) !!}
@if (is_plugin_active('marketplace') && $product->store->getKey())
@endif
theme_option('product_listing_review_style', 'default') !== 'default' && EcommerceHelper::isReviewEnabled() && ($product->reviews_avg || theme_option('ecommerce_hide_rating_star_when_is_zero', 'no') === 'no')])>
@include(Theme::getThemeNamespace('views.ecommerce.includes.product.style-1.rating'))
@include(Theme::getThemeNamespace('views.ecommerce.includes.product.style-3.price'))
{!! apply_filters('ecommerce_after_product_item_content_renderer', null, $product) !!}