Открыта возможность перехода на модули с открытым кодом! Детали

Перейти к публикации

з'явилася помилка "Невідомий роздільник, допустимі значення: , ;"


Рекомендованные сообщения

<?xml version="1.0" encoding="UTF-8"?>
<price date="{{date}}">
  <name>Мой магазин</name>
  <company>Моя компания</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.price}}</price>
      {% if offer.oldprice %}<oldprice>{{offer.oldprice}}</oldprice>{% endif %}
<prices>
	{% for discount in offer.discount %}
  		<price>
    		<value>{{discount}}</value>
	{% if offer.price < 10 %}
 <quantity>50</quantity>
               {% elseif offer.price >10 and offer.price < 30 %}
                <quantity>30</quantity>
            {% elseif offer.price >30 and offer.price < 70 %}
                <quantity>15</quantity>
            {% elseif offer.price > 70 and offer.price < 250 %}
                <quantity>10</quantity>
            {% elseif offer.price > 250 and offer.price < 1000 %}
                <quantity>5</quantity>
            {% else %}
                <quantity>2</quantity>
            {% endif %}
  		</price>
	{% endfor %}
</prices>
      <categoryId>{{offer.categoryId}}</categoryId>
<name>{{offer.name}}</name>
<description>{{offer.description}}</description>      
      <model>{{offer.model}}</model>
      <vendor>{{offer.vendor}}</vendor>
<vendorCode>{{offer.model}}</vendorCode>
<quantity_in_stock>{{offer.quantity}}</quantity_in_stock>
{% 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>

вчера было все в норме, сегодня выгрузка на пром не проходит, не знаю в чем причина

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

54 минуты назад, Макс сказал:
<?xml version="1.0" encoding="UTF-8"?>
<price date="{{date}}">
  <name>Мой магазин</name>
  <company>Моя компания</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.price}}</price>
      {% if offer.oldprice %}<oldprice>{{offer.oldprice}}</oldprice>{% endif %}
<prices>
	{% for discount in offer.discount %}
  		<price>
    		<value>{{discount}}</value>
	{% if offer.price < 10 %}
 <quantity>50</quantity>
               {% elseif offer.price >10 and offer.price < 30 %}
                <quantity>30</quantity>
            {% elseif offer.price >30 and offer.price < 70 %}
                <quantity>15</quantity>
            {% elseif offer.price > 70 and offer.price < 250 %}
                <quantity>10</quantity>
            {% elseif offer.price > 250 and offer.price < 1000 %}
                <quantity>5</quantity>
            {% else %}
                <quantity>2</quantity>
            {% endif %}
  		</price>
	{% endfor %}
</prices>
      <categoryId>{{offer.categoryId}}</categoryId>
<name>{{offer.name}}</name>
<description>{{offer.description}}</description>      
      <model>{{offer.model}}</model>
      <vendor>{{offer.vendor}}</vendor>
<vendorCode>{{offer.model}}</vendorCode>
<quantity_in_stock>{{offer.quantity}}</quantity_in_stock>
{% 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>

вчера было все в норме, сегодня выгрузка на пром не проходит, не знаю в чем причина

Добрый день.

Уточните, пожалуйста, "Невідомий роздільник, допустимі значення: , ;" - это полный текст ошибки?

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

Извините, есть какие то продвижения? Сам не могу понять в чем дело, вставил формат который рабол раньше тоже не работает

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

10 минут назад, Макс сказал:

Извините, есть какие то продвижения? Сам не могу понять в чем дело, вставил формат который рабол раньше тоже не работает

Извините за ожидание, подключим к Вам специалиста, как только сможем.

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

42 минуты назад, Макс сказал:

Здраствуйте, когда уже подключат специалиста?

 

Добрый день.

Пришлите, пожалуйста, полный код фида и ссылку на экспорт.

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

<?xml version="1.0" encoding="UTF-8"?>
<price date="{{date}}">
  <name>Мой магазин</name>
  <company>Моя компания</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.price}}</price>
      {% if offer.oldprice %}<oldprice>{{offer.oldprice}}</oldprice>{% endif %}
<prices>
	{% for discount in offer.discount %}
  		<price>
    		<value>{{discount}}</value>
	{% if offer.price < 10 %}
 <quantity>50</quantity>
               {% elseif offer.price >10 and offer.price < 30 %}
                <quantity>30</quantity>
            {% elseif offer.price >30 and offer.price < 70 %}
                <quantity>15</quantity>
            {% elseif offer.price > 70 and offer.price < 250 %}
                <quantity>10</quantity>
            {% elseif offer.price > 250 and offer.price < 1000 %}
                <quantity>5</quantity>
            {% else %}
                <quantity>2</quantity>
            {% endif %}
  		</price>
	{% endfor %}
</prices>
      <categoryId>{{offer.categoryId}}</categoryId>

<name>{{offer.name}}</name>
<description>{{offer.description}}</description>      

      <model>{{offer.model}}</model>
      <vendor>{{offer.vendor}}</vendor>
<vendorCode>{{offer.model}}</vendorCode>
<quantity_in_stock>{{offer.quantity}}</quantity_in_stock>
{% 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>

http://opt-max.com.ua/index.php?route=extension/feed/neoseo_product_feed&name=prom_ua

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

11 часов назад, Макс сказал:
<?xml version="1.0" encoding="UTF-8"?>
<price date="{{date}}">
  <name>Мой магазин</name>
  <company>Моя компания</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.price}}</price>
      {% if offer.oldprice %}<oldprice>{{offer.oldprice}}</oldprice>{% endif %}
<prices>
	{% for discount in offer.discount %}
  		<price>
    		<value>{{discount}}</value>
	{% if offer.price < 10 %}
 <quantity>50</quantity>
               {% elseif offer.price >10 and offer.price < 30 %}
                <quantity>30</quantity>
            {% elseif offer.price >30 and offer.price < 70 %}
                <quantity>15</quantity>
            {% elseif offer.price > 70 and offer.price < 250 %}
                <quantity>10</quantity>
            {% elseif offer.price > 250 and offer.price < 1000 %}
                <quantity>5</quantity>
            {% else %}
                <quantity>2</quantity>
            {% endif %}
  		</price>
	{% endfor %}
</prices>
      <categoryId>{{offer.categoryId}}</categoryId>

<name>{{offer.name}}</name>
<description>{{offer.description}}</description>      

      <model>{{offer.model}}</model>
      <vendor>{{offer.vendor}}</vendor>
<vendorCode>{{offer.model}}</vendorCode>
<quantity_in_stock>{{offer.quantity}}</quantity_in_stock>
{% 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>

http://opt-max.com.ua/index.php?route=extension/feed/neoseo_product_feed&name=prom_ua

Добрый вечер. Попробовал открыть ссылку http://opt-max.com.ua/index.php?route=extension/feed/neoseo_product_feed&name=prom_ua  выгрузка не сформировалась image.thumb.png.7a4646bbabb7c49563f6425dbe111490.png

Если вы используете эту ссылку для выгрузки - тогда проблема в том что не хватает памяти на сервере.

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

3 минуты назад, Макс сказал:

эта выгрузка формируется на сервере на котором установлено опенкарт?

Ваш сервер отвечает за то, чтобы скрипт/запрос был обработан. В этом случае движок PHP при обработке данной страницы попытался использовать память свыше установленного лимита. Вам нужно увеличить данный параметр для корректной работы.

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

Присоединяйтесь к обсуждению

Вы можете опубликовать сообщение сейчас, а зарегистрироваться позже. Если у вас есть аккаунт, войдите в него для написания от своего имени.

Гость
Ответить в тему...

×   Вставлено в виде отформатированного текста.   Вставить в виде обычного текста

  Разрешено не более 75 эмодзи.

×   Ваша ссылка была автоматически встроена.   Отобразить как ссылку

×   Ваш предыдущий контент был восстановлен.   Очистить редактор

×   Вы не можете вставить изображения напрямую. Загрузите или вставьте изображения по ссылке.

×
×
  • Создать...