@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) !!}
Chat via WhatsApp
@endif