Neron
Пользователи
- Реєстрація
- 12.04.2014
- Повідомлення
- 384
- Репутація
- 24
- Вік
- 32
Є ось такий код:
що в ньому не правильно?
PHP:
$deny_attr = array(137,507,201,202,223);
foreach($deny_attr as $a){
if(isset($product['attributes'][$a])){
unset($product['attributes'][$a]);
}
}
$product['attributes_full'][] = [
'name' => 'g:free_shipping_threshold',
'text' => '<g:country>UA</g:country><g:price_threshold>500 UAH</g:price_threshold>',
'end' => 'g:free_shipping_threshold',
'decode' => true,
];