¨4.0.1¨
This commit is contained in:
@@ -60,53 +60,53 @@ return [
|
||||
'products_count' => 'Products Count',
|
||||
'total' => 'Total',
|
||||
|
||||
// coupons_report
|
||||
# coupons_report
|
||||
'coupon_name' => 'Coupon Name',
|
||||
'coupon_code' => 'Coupon Code',
|
||||
|
||||
// customer orders report
|
||||
# customer orders report
|
||||
'customer_name' => 'Customer Email',
|
||||
'customer_email' => 'Customer Email',
|
||||
'customer_group' => 'Customer Group',
|
||||
'guest' => 'Guest',
|
||||
'registered' => 'Registered',
|
||||
|
||||
// products purchase report
|
||||
# products purchase report
|
||||
'qty' => 'Qty',
|
||||
|
||||
// products stock report
|
||||
# products stock report
|
||||
'stock_availability' => 'Stock Availability',
|
||||
|
||||
// products view report
|
||||
# products view report
|
||||
'views' => 'Views',
|
||||
|
||||
// branded products report
|
||||
# branded products report
|
||||
'brand' => 'Brand',
|
||||
|
||||
// category products report
|
||||
# category products report
|
||||
'category' => 'Category',
|
||||
|
||||
// taxed products report
|
||||
# taxed products report
|
||||
'tax_class' => 'Tax Class',
|
||||
|
||||
// tagged products report
|
||||
# tagged products report
|
||||
'tag' => 'Tag',
|
||||
|
||||
// sales report
|
||||
# sales report
|
||||
'subtotal' => 'Subtotal',
|
||||
'shipping' => 'Shipping',
|
||||
'discount' => 'Discount',
|
||||
'tax' => 'Tax',
|
||||
|
||||
// search report
|
||||
# search report
|
||||
'keyword' => 'Keyword',
|
||||
'results' => 'Results',
|
||||
'hits' => 'Hits',
|
||||
|
||||
// shipping report
|
||||
# shipping report
|
||||
'shipping_method' => 'Shipping Method',
|
||||
|
||||
// tax report
|
||||
# tax report
|
||||
'tax_name' => 'Tax Name',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user