customer_reward.php
845 Bytes
<?php
// Heading
$_['heading_title'] = 'Звіт по бонусним балам покупців';
// Text
$_['text_list'] = 'Список бонусних балів';
$_['text_filter'] = 'Фільтр';
// Column
$_['column_customer'] = 'Ім’я покупця';
$_['column_email'] = 'E-Mail';
$_['column_customer_group'] = 'Група покупців';
$_['column_status'] = 'Статус';
$_['column_points'] = 'Бонусні бали';
$_['column_orders'] = 'Кількість замовлень';
$_['column_total'] = 'Разом';
$_['column_action'] = 'Дія';
// Entry
$_['entry_date_start'] = 'Дата початку';
$_['entry_date_end'] = 'Дата завершення';
$_['entry_customer'] = 'Ім’я покупця';