Перейти к содержанию

Airat

Пользователи
  • Постов

    52
  • Зарегистрирован

  • Посещение

Сообщения, опубликованные Airat

  1. Ответ "https://bikservis.com/yml_get/1wbkfeob851" → Основной робот Яндекса

    Код статуса HTTP301 Moved Permanently

    Время ответа сервера191 мс

    IP сайта87.236.16.236

    КодировкаUTF-8(unicode-1-1-utf-8, UTF8)

    Размер страницы0 Б

    Server: nginx-reuseport/1.21.1

    Date: Wed, 24 Aug 2022 11:16:01 GMT

    Content-Type: text/html; charset=utf-8

    Content-Length: 0

    Connection: keep-alive

    Keep-Alive: timeout=30

    X-Powered-By: PHP/7.2.34

    X-Frame-Options: SAMEORIGIN

    Location: https://bikservis.com/yml_get/1wbkfeob851/

    Cache-Control: max-age=10

    Expires: Wed, 24 Aug 2022 23:16:01 GMT

  2. Яндекс шаблон нужно отдельно брать? Я не правильно понял у меня нет шаблона яндекс маркета! Думал что модуль Универсальный товарный экспорт (xml и csv форматы) закрывает все эти вопросы с яндексом через стандартный модуль яндекс маркет! Не понимаю для чего этот модуль тогда?? Мне нужно закрыть вопросы в вебмастере и маркете! Что нужно для этого?

  3. Скрытый текст

    {** general **}
    <?xml version="1.0" encoding="UTF-8"?>
    <catalog date="Y-m-d H:i"|date}">
        <shop>
            <name>{$settings.Company.company_name}</name>
            <company>Tne Best inc.</company>
            <url>{$settings.Company.company_website}</url>
           {* Currencies *}
    {if $currencies && is_array($currencies)}
            <currencies>
           {* Categories *}
    {if $categories && is_array($categories)}
            <categories>
    {foreach $categories as $category_id => $category}
                <category id="{$category_id}"{if $category.parent_id>0 && $categories.{$category.parent_id}} parent_id="{$category.parent_id}"{/if}>{$category.category}</category>
    {/foreach}
            </categories>
    {/if}
        </shop>
    {* Products *}
        <items>
    {$params = ['items_per_page' => 1000, 'categories' => $categories, 'get_images' => true, 'get_features' => true]}
    {while $products = fn__pfe_get_offers($datafeed, $params)}
    {foreach $products as $product}
            <item id="{$product.product_id}"{if $product.variation_group_id} group_id="{$product.variation_group_id}"{/if}>
                <url>{$product.url}</url>
                <price>{$product.price}</price>
                <categoryId>{$product.category_id}</categoryId>
    {if $product.images}
    {foreach $product.images as $image_url}
                <image>{$image_url}</image>
    {/foreach}
    {/if}
                <name>{$product.product}</name>
                <description><![CDATA[ {if $product.short_description}{$product.short_description nofilter}{else}{$product.full_description|strip_tags|truncate:320 nofilter}{/if} ]]></description>
    {if $product.brand}
                <brand>{$product.brand}</brand>
    {/if}
    {if $product.features}
                <features>
    {foreach $product.features as $feature}
                    <feature>
                        <name>{$feature.name}</name>
                        <value>{$feature.value}</value>
                    </feature>
    {/foreach}
                </features>
    {/if}
            </item>
    {/foreach}
    {/while}
        </items>
        <params>
    {if $abpfe_p1}
            <parametr>{$abpfe_p1}</parametr>
    {/if}
    {if $abpfe_p2}
            <parametr>{$abpfe_p2}</parametr>
    {/if}
        </params>
        </shop>
    </yml_catalog>

     

  4. Скрытый текст

    <?xml version="1.0" encoding="UTF-8"?> <yml_catalog date="2020-11-22T14:37:38+03:00"> <shop> <name>BestSeller</name> <company>Tne Best inc.</company> <url>http://best.seller.ru</url> <currencies> <currency id="RUR" rate="1"/> </currencies> <categories> <category id="1">Бытовая техника</category> <category id="10" parentId="1">Мелкая техника для кухни</category> </categories> <delivery-options> <option cost="200" days="1"/> </delivery-options> <offers> <offer id="9012"> <name>Мороженица Brand 3811</name> <url>http://best.seller.ru/product_page.asp?pid=12345</url> <price>8990</price> <currencyId>RUR</currencyId> <categoryId>10</categoryId> <delivery>true</delivery> <delivery-options> <option cost="300" days="1" order-before="18"/> </delivery-options> <param name="Цвет">белый</param> <weight>3.6</weight> <dimensions>20.1/20.551/22.5</dimensions> </offer> </offers> <gifts> <!-- подарки не из прайс‑листа --> </gifts> <promos> <!-- промоакции --> </promos> </shop> </yml_catalog>

     

  5. Скрытый текст

    {** general **}
    <?xml version="1.0" encoding="{$abpfe_p1}"?>
    <catalog date="{"Y-m-d H:i"|date}">
        <shop>
            <name>{$settings.Company.company_name}</name>
            <url>{$settings.Company.company_website}</url>
    {* Currencies *}
    {if $currencies && is_array($currencies)}
            <currencies>
    {foreach $currencies as $currency_code => $currency}
                <currency id="{$currency_code}" rate="{$currency.coefficient}"/>
    {/foreach}
            </currencies>
    {/if}
    {* Categories *}
    {if $categories && is_array($categories)}
            <categories>
    {foreach $categories as $category_id => $category}
                <category id="{$category_id}"{if $category.parent_id>0 && $categories.{$category.parent_id}} parent_id="{$category.parent_id}"{/if}>{$category.category}</category>
    {/foreach}
            </categories>
    {/if}
        </shop>
    {* Products *}
        <items>
    {$params = ['items_per_page' => 1000, 'categories' => $categories, 'get_images' => true, 'get_features' => true]}
    {while $products = fn__pfe_get_offers($datafeed, $params)}
    {foreach $products as $product}
            <item id="{$product.product_id}"{if $product.variation_group_id} group_id="{$product.variation_group_id}"{/if}>
                <url>{$product.url}</url>
                <price>{$product.price}</price>
                <categoryId>{$product.category_id}</categoryId>
    {if $product.images}
    {foreach $product.images as $image_url}
                <image>{$image_url}</image>
    {/foreach}
    {/if}
                <name>{$product.product}</name>
                <description><![CDATA[ {if $product.short_description}{$product.short_description nofilter}{else}{$product.full_description|strip_tags|truncate:320 nofilter}{/if} ]]></description>
    {if $product.brand}
                <brand>{$product.brand}</brand>
    {/if}
    {if $product.features}
                <features>
    {foreach $product.features as $feature}
                    <feature>
                        <name>{$feature.name}</name>
                        <value>{$feature.value}</value>
                    </feature>
    {/foreach}
                </features>
    {/if}
            </item>
    {/foreach}
    {/while}
        </items>
        <params>
    {if $abpfe_p1}
            <parametr>{$abpfe_p1}</parametr>
    {/if}
    {if $abpfe_p2}
            <parametr>{$abpfe_p2}</parametr>
    {/if}
        </params>
    </catalog>

     

  6. 14 часов назад, ab.support сказал:

    Не удаётся воспроизвести на демо, нужно больше информации: скриншот / скринкаст, какой шаблон страницы товара, получается ли воспроизвести на чистой установке и пр.

    вот пример https://bikservis.com/natyazhnoy-potolok-glyancevyy-cvet-rozovyy/

    на мобильной версии 

    mobile_file_2022-06-23_21-57-35.png

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