Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion upload/catalog/controller/extension/feed/yandex_market.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function index() {
$bus_type = $this->config->get('feed_yandex_market_type'); // Тип предложений - "type"
$bus_name = $this->config->get('feed_yandex_market_name'); // Название товара - "name"
$bus_model = $this->config->get('feed_yandex_market_model'); // Код товара - "model"
$bus_vendorCode = $this->config->get('feed_yandex_market_vendorCode'); // Артикул товара - "SKU"
$bus_vendorCode = $this->config->get('feed_yandex_market_vendorcode'); // Артикул товара - "SKU"
$bus_image = $this->config->get('feed_yandex_market_image'); // Статус товара без изображений
$bus_image_width = $this->config->get('feed_yandex_market_image_width'); // Ширина изображения товара
$bus_image_height = $this->config->get('feed_yandex_market_image_height'); // Высота изображения товара
Expand Down