jonny008 Posted August 15, 2012 Report Share Posted August 15, 2012 Всем привет!Такая проблема, необходимо выгрузить в Яндекс Карточку модели, но в стандартной выгрузке (yandex.php) отсутствуют Элементы yml_catalog и vendorЭлемент categoriesЭлемент modelsЭлемент barcodeЭлемент paramЭлемент pictureUrlДобавить то их можно, но какие переменныев них вписывать непонятно ((Помогите пожалуйста! Quote Link to post Share on other sites
HotHeadMan Posted August 15, 2012 Report Share Posted August 15, 2012 +1, тоже нужен vendor. Quote Link to post Share on other sites
jonny008 Posted August 15, 2012 Author Report Share Posted August 15, 2012 kors, это я понял) Элемент param:<param>".$p->features."</param>почему не работает? Quote Link to post Share on other sites
jonny008 Posted August 15, 2012 Author Report Share Posted August 15, 2012 kors доработать yandex.php за деньги возьмешься? Quote Link to post Share on other sites
jonny008 Posted August 15, 2012 Author Report Share Posted August 15, 2012 kors, точное описание того что мне нужно http://help.yandex.ru/vendormarket/?id=1123186 Quote Link to post Share on other sites
jonny008 Posted August 15, 2012 Author Report Share Posted August 15, 2012 Да, уверен точно.. нужен формат для вендора. Quote Link to post Share on other sites
jonny008 Posted August 18, 2012 Author Report Share Posted August 18, 2012 Вопрос актуален, кто хочет заработать, пишите в личку. Quote Link to post Share on other sites
calvin Posted September 20, 2012 Report Share Posted September 20, 2012 Я столкнулся с похожей проблемойДля реализации тега param я в файле yandex.php после строкprint "<name>".htmlspecialchars($p->product_name).($p->variant_name?' '.htmlspecialchars($p->variant_name):'')."</name> <description>".htmlspecialchars(strip_tags($p->annotation))."</description> ";я добавил ещё такой код// Характеристикиif ($p->features){ foreach ($p->features as $f){ print "<param name=".htmlspecialchars($f->name).">".htmlspecialchars($f->value)."</param>"; }}Но никаких param-ов не выводится Ж8-(В чём ошибка? Quote Link to post Share on other sites
calvin Posted September 20, 2012 Report Share Posted September 20, 2012 P.S. Этот вышеприведённый код сделал по аналогии с product.tpl:{if $product->features} <!-- Характеристики товара --> <h2>Характеристики</h2> <ul class="features"> {foreach $product->features as $f} <li> <label>{$f->name}</label> <span>{$f->value}</span> </li> {/foreach} </ul> <!-- Характеристики товара (The End)--> {/if}Help anybody!!! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.