PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
plugins
/
ecommerce
/
resources
/
views
/
themes
/
attributes
<div class="product-attributes" data-target="{{ route('public.web.get-variation-by-attributes', ['id' => $product->id]) }}"> @php $variationInfo = $productVariationsInfo; $variationNextIds = []; @endphp <ul> @foreach($attributeSets as $set) @if (!$loop->first) @php $variationInfo = $productVariationsInfo->where('attribute_set_id', $set->id)->whereIn('variation_id', $variationNextIds); @endphp @endif @if (view()->exists('plugins/ecommerce::themes.attributes._layouts.' . $set->display_layout)) @include('plugins/ecommerce::themes.attributes._layouts.' . $set->display_layout, compact('selected')) @else @include('plugins/ecommerce::themes.attributes._layouts.dropdown', compact('selected')) @endif @php [$variationNextIds] = handle_next_attributes_in_product( $attributes->where('attribute_set_id', $set->id), $productVariationsInfo, $set->id, $selected->pluck('id')->toArray(), $loop->index, $variationNextIds); @endphp @endforeach </ul> </div>
[-] swatches-renderer.blade.php
[edit]
[+]
..
[+]
_layouts
[+]
_layouts-filter
[-] attributes-filter-renderer.blade.php
[edit]