diff --git a/src/pages/Ecomerce/CatalogView.vue b/src/pages/Ecomerce/CatalogView.vue index 915c34cf..ac990aed 100644 --- a/src/pages/Ecomerce/CatalogView.vue +++ b/src/pages/Ecomerce/CatalogView.vue @@ -1,308 +1,3 @@ - - - - { - items = []; - search = ''; - } - " - /> - - - {{ viewTypeButtonContent.label }} - - - - - {{ t('shoppingCart') }} - - - - - - - - - - {{ order.nickname }} - - {{ - formatDateTitle(order.sent, { - shortDay: true, - shortMonth: true, - includeOfString: true - }) - }} - - - {{ t('modify') }} - - - - - {{ t('category') }} - - - - - - {{ cat.name }} - - - - - - {{ t('filterBy') }} - - - - - - - - {{ t('orderBy') }} - - - - - {{ t('chooseCategory') }} - - - - - - - {{ t('pleaseSetFilter') }} - - - - - - - - - - - {{ selectedItem.name }} - - - {{ selectedItem.subName }} - - - #{{ selectedItem.id }} - - - - - - {{ tag.name }} - - {{ tag.value }} - - - - - - {{ t('minQuantity') }} - - - {{ - selectedItem.minQuantity - }} - - - - - - {{ currency(lot.price) }} - x{{ lot.grouping }} - - {{ t('add') }} - - - - - - {{ t('delete') }} - - {{ amount }} - - {{ t('confirm') }} - - - - - - - - + + + + { + items = []; + search = ''; + } + " + /> + + + {{ viewTypeButtonContent.label }} + + + + + {{ t('shoppingCart') }} + + + + + + + + + + {{ order.nickname }} + + {{ + formatDateTitle(order.sent, { + shortDay: true, + shortMonth: true, + includeOfString: true + }) + }} + + + {{ t('modify') }} + + + + + {{ t('category') }} + + + + + + {{ cat.name }} + + + + + + {{ t('filterBy') }} + + + + + + + + {{ t('orderBy') }} + + + + + {{ t('chooseCategory') }} + + + + + + + {{ t('pleaseSetFilter') }} + + + + + + + + + + + {{ selectedItem.name }} + + + {{ selectedItem.subName }} + + + #{{ selectedItem.id }} + + + + + + {{ tag.name }} + + {{ tag.value }} + + + + + + {{ t('minQuantity') }} + + + {{ + selectedItem.minQuantity + }} + + + + + + {{ currency(lot.price) }} + x{{ lot.grouping }} + + {{ t('add') }} + + + + + + {{ t('delete') }} + + {{ amount }} + + {{ t('confirm') }} + + + + + + + +