Neur0toxine
5f69051859
* New module structure (refactoring) * Simple serializer and deserializer with models, new architecture * Move logic to strategies * Partial api client facade implementation (full implementation is not necessary for now) * Loyalty feature installer * Sms verification order (#167) * Make updater self-sufficient * Fix for order submit & fix for incorrect component rendering in the constructor * Fix for loyalty personal area error handling * Fix for cart component identity * Fix for softlock when customer cannot be registered in loyalty Co-authored-by: Сергей Чазов <45812598+Chazovs@users.noreply.github.com> Co-authored-by: Sergey Chazov <oitv18@gmail.com>
15 lines
702 B
PHP
15 lines
702 B
PHP
<?php
|
|
$MESS ['UF_ORDER_ID'] = 'Order ID';
|
|
$MESS ['UF_ITEM_ID'] = 'Product ID';
|
|
$MESS ['UF_DEF_DISCOUNT'] = 'Shop discount';
|
|
$MESS ['UF_ITEM_POS_ID'] = 'Basket position ID';
|
|
$MESS ['UF_CHECK_ID'] = 'Verification code ID';
|
|
$MESS ['LP_BONUS_INFO'] = 'Bonus info';
|
|
$MESS ['LP_DISCOUNT_INFO'] = 'Personal discount';
|
|
$MESS ['LP_ORDER_GROUP_NAME'] = 'Loyalty program';
|
|
$MESS ['UF_QUANTITY'] = 'Quantity in the basket';
|
|
$MESS ['UF_NAME'] = 'Product name';
|
|
$MESS ['UF_IS_DEBITED'] = 'Is debited';
|
|
$MESS ['UF_BONUS_COUNT'] = 'Bonuses for writing off in position';
|
|
$MESS ['UF_BONUS_COUNT_TOTAL'] = 'Bonuses for writing off in order';
|