Evgenij118 Опубликовано: 19 августа 2022 Опубликовано: 19 августа 2022 This page contains the following errors: error on line 131 at column 26: Entity 'nbsp' not defined Below is a rendering of the page up to the first error. Подскажите как исправить ? Версия модуля 100. Версия ocstore 2.3. Php 5.6 Цитата Поделиться сообщением Ссылка на сообщение Поделиться на других сайтах More sharing options...
Evgenij118 Опубликовано: 19 августа 2022 Опубликовано: 19 августа 2022 (изменено) https://market-parts.com.ua/index.php?route=extension/feed/neoseo_product_feed&name=prom_ua <?xml version="1.0" encoding="UTF-8"?> <price date="{{date}}"> <name>MarketParts</name> <company>MarketParts</company> <url>{{url}}</url> <currency code="{{currency}}" rate="1"/> <categories> {% for category in categories%} <category id="{{category.id}}" {% if category.parentId %} parentId="{{category.parentId}}" {% endif %}>{{category.name}}</category> {% endfor %} </categories> <items> {% for offer in offers%} <item id="{{offer.id}}" available="true"> <url>{{offer.url}}</url> <price>{{offer.oldprice}}</price> <categoryId>{{offer.categoryId}}</categoryId> <name>{{offer.name}}</name> <name_ua>{{offer.name_uk_ua}}</name_ua> <description>{{offer.description}}</description> <description_ua>{{offer.description_uk_ua}}</description_ua> <model>{{offer.model}}</model> <vendor>{{offer.vendor}}</vendor> <vendorCode>{{offer.vendorCode}}</vendorCode> {% for image in offer.image %} <image>{{image}}</image> {% endfor %} {% for attribute in offer.attributes %} <param name="{{attribute.name}}">{{attribute.value}}</param> {% endfor %} </item> {% endfor %} </items> </price> Изменено 19 августа 2022 пользователем Evgenij118 Цитата Поделиться сообщением Ссылка на сообщение Поделиться на других сайтах More sharing options...
Рекомендованные сообщения
Присоединяйтесь к обсуждению
Вы можете опубликовать сообщение сейчас, а зарегистрироваться позже. Если у вас есть аккаунт, войдите в него для написания от своего имени.