Skip to content

Instantly share code, notes, and snippets.

@geforester
Last active April 13, 2021 11:30
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save geforester/8d5186ea5874f85c4cef6e9dbb5da816 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<items>
<item>
<order>Заявка №ПЛ0083229</order> <!-- Номер заявки неликвида -->
<name>Дверь открывание наружу 60 мм, Alt 100, Дверная фурнитура, 2000х860, Белый 9016, Белый 9016</name> <!-- Название -->
<price>7714</price> <!-- Цена -->
<image>items/0083229.jpg</image> <!-- Ссылка на картинку, где имя файла – номер заявки или другой уникальный id -->
<features> <!-- Список всех особенностей заявки: цвет, способы запирания, типы ручек и тп -->
<feature>
<feature-name>Тип ручки</feature-name>
<feature-value>Нажимной гарнитур</feature-value>
</feature>
<feature>
<feature-name>Кол-во петель</feature-name>
<feature-value>3</feature-value>
</feature>
<feature>
<feature-name>Направление открывания</feature-name>
<feature-value>Вправо</feature-value>
</feature>
<feature>
<feature-name>Способ запирания</feature-name>
<feature-value>ключ/ключ</feature-value>
</feature>
</features>
<comments>дог 39261- нет нажимного гарнитура, профцилиндра и ключей!!!!состояние удовлетворительное</comments> <!-- Комментарий заказа -->
<available>1</available> <!-- Количество -->
</item>
<!-- Далее идут другие заявки-неликвиды -->
<item>
</item>
<item>
</item>
<item>
</item>
</items>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment