feat: (product list) all products, brands, collection, featured

:%s
This commit is contained in:
lytrankieio123
2021-10-05 18:10:22 +07:00
parent 03b1fe5aa5
commit c154541948
7 changed files with 128 additions and 35 deletions

View File

@@ -113,6 +113,7 @@ export const BRAND = [
export const CODE_FACET_FEATURED = 'featured'
export const CODE_FACET_DISCOUNT = 'discount'
export const CODE_FACET_BRAND = 'brand'
export const CODE_FACET_FEATURED_VARIANT = {
FRESH: 'fresh',
}