menu brand links test ready
This commit is contained in:
parent
3b9b0515fc
commit
b29f44ac0a
|
|
@ -18,9 +18,9 @@
|
|||
|
||||
<div class="linked-product-search-result">
|
||||
<ul>
|
||||
{{-- <li v-for='(brand, index) in brands' v-if=brands.length' @click="addBrand(brand)">--}}
|
||||
{{-- @{{ brand.name }}--}}
|
||||
{{-- </li>--}}
|
||||
<li v-for='(brand, index) in brands' v-if=brands.length' @click="addBrand(brand)">
|
||||
@{{ brand.name }}
|
||||
</li>
|
||||
|
||||
<li v-if='! brands.length && search_term.length && ! is_searching'>
|
||||
{{ __('sarga::app.catalog.menus.no-result-found') }}
|
||||
|
|
@ -32,15 +32,15 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<input type="hidden" name="brands[]" v-for='(brand, index) in addedBrands' v-if="addedBrands.length" :value="brand.id"/>
|
||||
{{-- <input type="hidden" name="brands[]" v-for='(brand, index) in addedBrands' v-if="addedBrands.length" :value="brand.id"/>--}}
|
||||
|
||||
<span class="filter-tag linked-product-filter-tag" v-if="addedBrands.length">
|
||||
<span class="wrapper linked-product-wrapper " v-for='(brand, index) in addedBrands'>
|
||||
<span class="do-not-cross-linked-product-arrow">
|
||||
@{{ brand.name }}
|
||||
</span>
|
||||
<span class="icon cross-icon" @click="removeBrand(brand)"></span>
|
||||
</span>
|
||||
{{-- <span class="wrapper linked-product-wrapper " v-for='(brand, index) in addedBrands'>--}}
|
||||
{{-- <span class="do-not-cross-linked-product-arrow">--}}
|
||||
{{-- @{{ brand.name }}--}}
|
||||
{{-- </span>--}}
|
||||
{{-- <span class="icon cross-icon" @click="removeBrand(brand)"></span>--}}
|
||||
{{-- </span>--}}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue