Contributions
Market-Yandex, Pokupki-Rambler XML file
Based on Yandex and Rambler XML specifications and Short Description contribution.
Helps to add your products to online catalogs Market.Yandex.ru and pukupki.rambler.ru
Added functions:
to add/remove products at XML files in Admin Section;
to add Short Descriptions if exist at XML files;
//(if russian) Функциональные особенности
Управление отображением товара в Яндексе-Рамблере через панель Админа;
Добавляются короткие описания, если есть, в обратном случае берутся полные;
Полнофункциональные модули Покупки-Рамблер и Маркет-Яндекс
Expand All / Collapse All
A little update + add shop.dtd file
Update for Market-Yandex, Pokupki-Rambler XML file. Some bugs deleted, but new not addited... :)
#Add:
<td class="dataTableContent" align="center">
<?php
if ($products['products_to_xml'] == '1') {
echo tep_image(DIR_WS_IMAGES . 'icon_status_green.gif', IMAGE_ICON_STATUS_GREEN, 10, 10) . ' <a href="' . tep_href_link(FILENAME_CATEGORIES, 'action=setxml&flagxml=0&pID=' . $products['products_id'] . '&cPath=' . $cPath) . '">' . tep_image(DIR_WS_IMAGES . 'icon_status_red_light.gif', IMAGE_ICON_STATUS_RED_LIGHT, 10, 10) . '</a>';
} else {
echo '<a href="' . tep_href_link(FILENAME_CATEGORIES, 'action=setxml&flagxml=1&pID=' . $products['products_id'] . '&cPath=' . $cPath) . '">' . tep_image(DIR_WS_IMAGES . 'icon_status_green_light.gif', IMAGE_ICON_STATUS_GREEN_LIGHT, 10, 10) . '</a> ' . tep_image(DIR_WS_IMAGES . 'icon_status_red.gif', IMAGE_ICON_STATUS_RED, 10, 10);
}
?></td>
If you can't edit xml properties of goods edit replace action=setflag&flag on action=setxml&flagxml on this block
Не то чтоб большой глюк но настроение портит action=setflag&flag а надо action=setxml&flagxml
Вот :)
Soory, readme.txt was at wrong charset, now full contribution with good installation instructions.
Based on Yandex and Rambler XML specifications and Short Description contribution.
Helps to add your products to online catalogs Market.Yandex.ru and pukupki.rambler.ru
Added functions:
to add/remove products at XML files in Admin Section;
to add Short Descriptions if exist at XML files;
//(if russian) Функциональные особенности
Управление отображением товара в Яндексе-Рамблере через панель Админа;
Добавляются короткие описания, если есть, в обратном случае берутся полные;
Полнофункциональные модули Покупки-Рамблер и Маркет-Яндекс
Note: Contributions are used at own risk.