1
0
mirror of synced 2024-11-23 22:06:11 +03:00
bitrix-module/intaro.retailcrm/lib/lang/en/service/orderloyaltydataservice.php
Сергей Чазов 34e8105583
Loyalty (#241)
* Loyalty program
* fix dot bug for shops-exoprt option
* delete credantials request from services
* add CurlException for credentials catch
* add catching CurlException
* edit error msgs
* add supportind double bonuses
* add any step for bonus-input field in sale.order.ajax template
* recalculate bonuses
* fix bonus rounded
* strtoupper for params in icml
* change delivery service code
2022-03-02 15:40:53 +03:00

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';