Пароли
- 1 ответ
- 0 вопросов
0
Вклад в тег
<?php foreach ($_rates as $_rate): ?>
<?php if ($_rate->getCode()=='freeshipping_freeshipping' && !$this->getAddress()->getShippingMethod()) {
$this->getAddress()->setShippingMethod($_rate->getCode());
} ?>