Home Блог Delivery methods

Delivery methods

Delivery methods

Adaptation of delivery modules.

Standard delivery modules do not require adaptation. The exception is delivery methods from sub-options. For example, the "Nova Poshta" or "SDEK" delivery module, which requires the selection of an additional branch of the postal operator. In such cases, the model of this delivery method should contain the following indices:

# Index Type Example Description
1 options_title Row "Select the Nova Poshta department" Option selection text placeholder
2 options Array
array(
array(
"id" => "some_value_with_id",
"title" => "Nova Poshta department No. 15 at the address XX",
) ,
array(
"id" => "some_value_with_id",
"title" => "Nova Poshta department No. 267 at the address YYY",
)
);
An array of values and their names. Model of one of the options:
array(
"id" => "some_value_with_id",
"title" => "Відділення Нової пошти №15 за адресою ХХХ",
)

Write a review

Write a review


Ask a question

Ask a question