{{::vm.translate.get('Product Name')}} | {{::vm.translate.get('Product Sku')}} | {{::vm.translate.get('Current Price')}} | {{::vm.translate.get('Old Price')}} | {{::vm.translate.get('Special Price')}} | {{::vm.translate.get('Start')}} | {{::vm.translate.get('End')}} | {{::vm.translate.get('New Price')}} | {{::vm.translate.get('New Old Price')}} |
---|---|---|---|---|---|---|---|---|
|
|
|||||||
{{vm.tableStateRef.pagination.totalItemCount | number:0}} records found | ||||||||
{{item.name}} | {{item.sku}} | {{item.price | number}} | {{(item.oldPrice | number) || '-'}} | {{item.specialPrice || '-'}} | {{(item.specialPriceStart | date:'short') || '-'}} | {{(item.specialPriceEnd | date:'short') || '-'}} |
|
|
Loading ... | ||||||||