Filter by Category
@for(folder of folders; track folder){ {{ folder.name | titlecase }} }
Sort By
@for (note of notes; track note) { {{ note.name | titlecase }} }
By Gender
@for (price of genderOptions; track price.value) { {{ price.label | titlecase }} }
By Pricing
@for (price of priceOptions; track price.value) { {{ price.label | titlecase }} }
@if(!isMobileView){
Products
} @if(isMobileView){ }
search @if(searchText){ }
@for(productcard of filteredCards; track productcard.product_name) {
imgSrc
{{ productcard.product_name }}
${{ productcard.base_price }}
${{ productcard.dealPrice }}
@if(productcard.rating !== undefined){ @for (star of [1, 2, 3, 4, 5]; track star) { } }
}@empty {
There is no Product
The Product you are searching is no longer available.
}