@csrf @if (!empty($withVariations) && $product->variations()->count() > 0)
{!! render_product_swatches($product, [ 'selected' => $selectedAttrs, 'view' => Theme::getThemeNamespace() . '::views.ecommerce.attributes.swatches-renderer' ]) !!}
@endif @if (isset($withProductOptions) && $withProductOptions) {!! render_product_options($product) !!} @endif @if (EcommerceHelper::isCartEnabled() || ! empty($withButtons)) {!! apply_filters(ECOMMERCE_PRODUCT_DETAIL_EXTRA_HTML, null, $product) !!}
@if (EcommerceHelper::isCartEnabled()) {!! Theme::partial('ecommerce.product-quantity', compact('product')) !!} @if (EcommerceHelper::isQuickBuyButtonEnabled() && isset($withBuyNow) && $withBuyNow) @endif @endif @if (!empty($withButtons)) {!! Theme::partial('ecommerce.product-loop-buttons', compact('product', 'wishlistIds')) !!} @endif
@endif