1
0
mirror of synced 2024-11-23 22:06:11 +03:00
bitrix-module/intaro.retailcrm/lib/lang/en/service/orderloyaltydataservice.php

15 lines
707 B
PHP
Raw Normal View History

<?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'] = 'Bonuses charged';
$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';