латно, сам разобрался.
Цитата:
echo '
<offer available="true" id="'.$row['id_product'].'">
<url>'.$row['link'].'</url>
<price>'.($row['price']*32).'</price>
<currencyId>RUR</currencyId>
<categoryId>'.implode($kategorie).'</categoryId>
<picture>'.$shopUrl.'/'.$row['id_product'].'-'.$img['id_image'].'-home/'.$row[link_rewrite].'.jpg</picture>
<name>'.str_replace("&", "and", strip_tags($row['name'])).'</name>
<description>'.str_replace("&", "and", strip_tags($row['description_short'])).'</description>
</offer>
';
Сообщение отредактировано strong 07-06-2010 04:06 ...