Skip to content

Commit

Permalink
category list
Browse files Browse the repository at this point in the history
  • Loading branch information
shopizer-ecommerce committed Jan 12, 2022
1 parent 065d3fe commit 3718d67
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,24 @@
<nb-card-header class="main_header">
<h1 class="page_title">{{ 'COMPONENTS.CATEGORIES' | translate}}</h1>
<div class="content_spacing_empty"></div>

</nb-card-header>


<!--
<form class="form-inline filter_section">
<div class="filter_left_section">
</div>
<div class="filter_right_section">
<ngx-store-autocomplete (onStore)="choseStore($event)"></ngx-store-autocomplete>
<a class="createBtn" [routerLink]="['/pages/catalogue/categories/create-category']">
<img class="pointer sda add" src="../../../../assets/img/plus.png" title="{{ 'COMPONENTS.CREATE_CATEGORY' | translate}}"
alt="">
<label>{{ 'COMPONENTS.CREATE_CATEGORY' | translate}}</label>
</a>
</div>
</form>
-->

<ng2-smart-table [settings]="settings" [source]="source" (custom)="route($event)" class="home-table">
</ng2-smart-table>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,7 @@ <h1 class="page_title">{{ 'COMPONENTS.PRODUCTS' | translate }}</h1>
<div class="filter_left_section">
</div>
<div class="filter_right_section">
<!--
<p-dropdown *ngIf="stores.length > 0" [options]="stores" filter="true" (onChange)="choseStore($event)">
<ng-template let-item pTemplate="selectedItem">{{item.label}}</ng-template>
<ng-template let-car pTemplate="item">{{car.label}}</ng-template>
</p-dropdown>
-->
<ngx-store-autocomplete (onStore)="choseStore($event)"></ngx-store-autocomplete>
<!-- <p-autoComplete name="merchant" [(ngModel)]="merchant" [suggestions]="stores" [dropdown]="true" (onSelect)="choseStore($event)"
(completeMethod)="searchStore($event)"> -->
<!--
<ng-template let-item pTemplate="selectedItem">{{item.label}}</ng-template>
<ng-template let-car pTemplate="item">{{car.label}}</ng-template>
-->
<!-- </p-autoComplete> -->

<a class="createBtn" [routerLink]="['/pages/catalogue/products/create-product']">
<img class="pointer sda add" src="../../../../assets/img/plus.png" title="{{ 'COMPONENTS.CREATE_PRODUCT' | translate}}"
Expand Down

0 comments on commit 3718d67

Please sign in to comment.