|
static | getProductById ($productId, $quantity, $siteId) |
|
static | getPersonTypesList ($siteId) |
|
static | getDeliveryList ($siteId) |
|
static | getOrderPropsList ($personTypeId) |
|
static | getRequiredOrderProps () |
|
static | makeSelectorFromPaySystems ($selectName, $psIdValue, $personTypeId) |
|
static | getSelectHtml ($name, array $data, $selected="", $bShowNotUse=true) |
|
static | makeAdditionalOrderProps (array $params) |
|
static | getBitrixStatuses ($siteId) |
|
static | getBitrixCategoryPropsHtml ($selectName, $iblockId, $bitrixCategoryId=0, $value='') |
|
static | getPropertiesList ($iblockId, $sectionId=0) |
|
static | onAfterUpdateShipment (\Bitrix\Main\Event $event) |
|
static | getIblocksIds ($withSku=false) |
|
static | getDefaultFeedIntervals () |
|
См. определение в файле helper.php строка 20
◆ getBitrixCategoryPropsHtml()
static getBitrixCategoryPropsHtml |
( |
| $selectName, |
|
|
| $iblockId, |
|
|
| $bitrixCategoryId = 0, |
|
|
| $value = '' ) |
|
static |
- Аргументы
-
string | $selectName | Name of select. |
int | $iblockId | Iblock Id. |
int | $bitrixCategoryId | Iblock section Id. |
string | $value | Selected value. |
- Возвращает
- string Html element <select>....
См. определение в файле helper.php строка 350
◆ getBitrixStatuses()
static getBitrixStatuses |
( |
| $siteId | ) |
|
|
static |
- Возвращает
- array Order's statuses & flags.
См. определение в файле helper.php строка 299
◆ getDefaultFeedIntervals()
static getDefaultFeedIntervals |
( |
| ) |
|
|
static |
◆ getDeliveryList()
static getDeliveryList |
( |
| $siteId | ) |
|
|
static |
- Аргументы
-
- Возвращает
- array List of diliveries for given site.
См. определение в файле helper.php строка 123
◆ getIblocksIds()
static getIblocksIds |
( |
| $withSku = false | ) |
|
|
static |
◆ getOrderPropsList()
static getOrderPropsList |
( |
| $personTypeId | ) |
|
|
static |
- Аргументы
-
int | $personTypeId | Person type Id. |
- Возвращает
- array Orders properties.
См. определение в файле helper.php строка 149
◆ getPersonTypesList()
static getPersonTypesList |
( |
| $siteId | ) |
|
|
static |
- Аргументы
-
- Возвращает
- array List of person types for given site.
См. определение в файле helper.php строка 101
◆ getProductById()
static getProductById |
( |
| $productId, |
|
|
| $quantity, |
|
|
| $siteId ) |
|
static |
◆ getPropertiesList()
static getPropertiesList |
( |
| $iblockId, |
|
|
| $sectionId = 0 ) |
|
static |
- Аргументы
-
int | $iblockId | Iblock Id. |
int | $sectionId | Section Id. |
- Возвращает
- array Iblock properties list.
См. определение в файле helper.php строка 389
◆ getRequiredOrderProps()
static getRequiredOrderProps |
( |
| ) |
|
|
static |
- Возвращает
- array List of properties wich required for order creation.
См. определение в файле helper.php строка 166
◆ getSelectHtml()
static getSelectHtml |
( |
| $name, |
|
|
array | $data, |
|
|
| $selected = "", |
|
|
| $bShowNotUse = true ) |
|
static |
- Аргументы
-
string | $name | Name of select. |
array | $data | to use in select, |
string | $selected | Selected value. |
bool | $bShowNotUse | Show or not empty value. |
- Возвращает
- string Html select element <select>....</select>
См. определение в файле helper.php строка 231
◆ makeAdditionalOrderProps()
static makeAdditionalOrderProps |
( |
array | $params | ) |
|
|
static |
- Аргументы
-
- Возвращает
- array Additional order properties.
См. определение в файле helper.php строка 253
◆ makeSelectorFromPaySystems()
static makeSelectorFromPaySystems |
( |
| $selectName, |
|
|
| $psIdValue, |
|
|
| $personTypeId ) |
|
static |
- Аргументы
-
string | $selectName | Name of input element. |
string | $psIdValue | Selected value. |
int | $personTypeId | Person type Id. |
- Возвращает
- string html element <select>...</select>
См. определение в файле helper.php строка 185
◆ notifyNewOrder()
notifyNewOrder |
( |
| $newOrderId, |
|
|
| $siteId, |
|
|
| $buyerEmail = "", |
|
|
| $buyerFio = "" ) |
◆ onAfterUpdateShipment()
◆ $arIBlockIDs
Wraps Product Provider Class::GetProductData from module catalog.
- Аргументы
-
int | $productId | Product Id. |
int | $quantity | Product quantity. |
string | $siteId | Site id. |
- Возвращает
- array.
- Исключения
-
Bitrix\Main\SystemException
См. определение в файле helper.php строка 30