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