Нужно изменить список выводимых атрибутов к товару, как это сделать?
// Параметры товарного предложения
$data['url'] = $this->url->link('product/product', 'path=' . $this->getPath($product['category_id']) . '&product_id=' . $product['product_id']);
$data['price'] = number_format($this->currency->convert($this->tax->calculate($product['price'], $product['tax_class_id']), $shop_currency, $offers_currency), $decimal_place, '.', '');
$data['currencyId'] = $offers_currency;
$data['categoryId'] = $product['category_id'];
$data['name'] = $product['name'];
$data['vendor'] = $product['manufacturer'];
$data['description'] = $product['description'];
$data['country'] ='Украина';
если просто добавить как я добавил $data['country'] ='Украина'; не работает