См. определение в файле configuration.php строка 17
◆ disableAutomaticReservation()
static disableAutomaticReservation |
( |
| ) |
|
|
static |
◆ enableAutomaticReservation()
static enableAutomaticReservation |
( |
| ) |
|
|
static |
◆ getAllowDeliveryAfterPaidConditionList()
static getAllowDeliveryAfterPaidConditionList |
( |
| $extendedMode = false | ) |
|
|
static |
◆ getAllowDeliveryOnPayCondition()
static getAllowDeliveryOnPayCondition |
( |
| ) |
|
|
static |
◆ getDefaultStoreId()
static getDefaultStoreId |
( |
| ) |
|
|
static |
◆ getProductReservationCondition()
static getProductReservationCondition |
( |
| ) |
|
|
static |
Returns current reservation condition.
- Возвращает
- string
- Исключения
-
Bitrix\Main\ArgumentNullException
См. определение в файле configuration.php строка 77
◆ getProductReserveClearPeriod()
static getProductReserveClearPeriod |
( |
| ) |
|
|
static |
Returns current clear reserve period.
- Возвращает
- int
- Исключения
-
Bitrix\Main\ArgumentNullException
См. определение в файле configuration.php строка 110
◆ getReservationConditionList()
static getReservationConditionList |
( |
| $extendedMode = false | ) |
|
|
static |
Returns reservation condition list.
- Аргументы
-
bool | $extendedMode | Format mode. |
- Возвращает
- array
См. определение в файле configuration.php строка 32
◆ getStatusAllowDeliveryCondition()
static getStatusAllowDeliveryCondition |
( |
| ) |
|
|
static |
◆ getStatusPaidCondition()
static getStatusPaidCondition |
( |
| ) |
|
|
static |
◆ isAllowedSeparatelyDiscountCalculation()
static isAllowedSeparatelyDiscountCalculation |
( |
| ) |
|
|
static |
Tells if allowed to calculate discount on basket separately.
- Возвращает
- bool
См. определение в файле configuration.php строка 314
◆ isAvailableOrdersImportFromB24()
static isAvailableOrdersImportFromB24 |
( |
| ) |
|
|
static |
Returns true if import of orders from Bitrix24 is available.
- Возвращает
- bool
См. определение в файле configuration.php строка 151
◆ isCanUse1c()
Returns true if can use 1C services.
- Возвращает
- bool
См. определение в файле configuration.php строка 131
◆ isCanUsePersonalization()
static isCanUsePersonalization |
( |
| ) |
|
|
static |
Returns true if can use big data personalization.
- Возвращает
- bool
См. определение в файле configuration.php строка 171
◆ isEnableAutomaticReservation()
static isEnableAutomaticReservation |
( |
| ) |
|
|
static |
◆ isEnabledReservation()
static isEnabledReservation |
( |
| ) |
|
|
static |
Returns flag use reservations.
- Возвращает
- bool
- Исключения
-
Bitrix\Main\ArgumentNullException
См. определение в файле configuration.php строка 302
◆ isReservationDependsOnShipment()
static isReservationDependsOnShipment |
( |
| ) |
|
|
static |
Check is current reservation with shipment.
- Возвращает
- bool
См. определение в файле configuration.php строка 120
◆ needAllowDeliveryOnPay()
static needAllowDeliveryOnPay |
( |
| ) |
|
|
static |
Returns flag allow delivery on pay.
- Возвращает
- bool
- Исключения
-
Bitrix\Main\ArgumentNullException
См. определение в файле configuration.php строка 206
◆ needShipOnAllowDelivery()
static needShipOnAllowDelivery |
( |
| ) |
|
|
static |
Returns true, if current condition - delivery.
- Возвращает
- bool
- Исключения
-
Bitrix\Main\ArgumentNullException
См. определение в файле configuration.php строка 192
◆ useStoreControl()
static useStoreControl |
( |
| ) |
|
|
static |
◆ ALLOW_DELIVERY_ON_FULL_PAY
const ALLOW_DELIVERY_ON_FULL_PAY = 'P' |
◆ ALLOW_DELIVERY_ON_PAY
const ALLOW_DELIVERY_ON_PAY = 'R' |
◆ STATUS_ON_FULL_PAY
const STATUS_ON_FULL_PAY = 'P' |
◆ STATUS_ON_PAY
const STATUS_ON_PAY = 'R' |