Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/rospirotorg.ru/bitrix/modules/sale/lang/en/lib/ |
Upload File : |
<?php $MESS["BX_SALE_DISCOUNT_APPLY_MODE_ADD_EXT"] = "apply even if other discounts are in effect"; $MESS["BX_SALE_DISCOUNT_APPLY_MODE_DISABLE_EXT"] = "don't apply to products that already have any kind of discount applied"; $MESS["BX_SALE_DISCOUNT_APPLY_MODE_FULL_DISABLE"] = "disable all shopping cart rules if there are products that already have any kind of discount applied"; $MESS["BX_SALE_DISCOUNT_APPLY_MODE_FULL_LAST"] = "disable all shopping cart rules if there are products whose discount has the \"Don't apply further discounts\" option enabled"; $MESS["BX_SALE_DISCOUNT_APPLY_MODE_LAST_EXT"] = "don't apply to products whose discount has the \"Don't apply further discounts\" option enabled"; $MESS["BX_SALE_DISCOUNT_ERR_APPLY_WITHOUT_EXT_DISCOUNT"] = "The discount applied was not found. The entire order must be recalculated."; $MESS["BX_SALE_DISCOUNT_ERR_APPLY_WITHOUT_SALE_DISCOUNT"] = "The rule applied was not found. The entire order must be recalculated."; $MESS["BX_SALE_DISCOUNT_ERR_BAD_COUPONS_USED"] = "The coupons you added are invalid and cannot be used"; $MESS["BX_SALE_DISCOUNT_ERR_BAD_PRICES"] = "Attention! Product prices and order total are incorrect! Order needs to be recalculated."; $MESS["BX_SALE_DISCOUNT_ERR_BAD_USE_MODE"] = "Unknown discount calculation mode."; $MESS["BX_SALE_DISCOUNT_ERR_BASKET_BUNDLE_EMPTY"] = "One or more bundled items are missing"; $MESS["BX_SALE_DISCOUNT_ERR_COUPON_NOT_FOUND"] = "Coupon was not found"; $MESS["BX_SALE_DISCOUNT_ERR_DISCOUNT_WITHOUT_COUPON"] = "Coupon is missing"; $MESS["BX_SALE_DISCOUNT_ERR_EMPTY_RULE_ID_EXT_DISCOUNT"] = "The discount application ID is missing."; $MESS["BX_SALE_DISCOUNT_ERR_EMPTY_RULE_ID_SALE_DISCOUNT"] = "The cart rule ID is missing."; $MESS["BX_SALE_DISCOUNT_ERR_PARSE_ERROR"] = "There is an error in one of the shopping cart rules or actions. Use the <a href=\"#LINK#\">e-Store settings page</a> to re-index the shopping cart rules."; $MESS["BX_SALE_DISCOUNT_ERR_SALE_DISCOUNT_MODULES_ABSENT"] = "Cannot recalculate an order rule because required modules are missing."; $MESS["BX_SALE_DISCOUNT_ERR_SAVE_APPLY_RULES"] = "Error saving discount results and cart rules";