Quantcast
Channel: Programmierung - Shopware Community Forum
Viewing all articles
Browse latest Browse all 2871

Google Merchents Bild Link fehlt

$
0
0
Hallo,

habe auf Shopware 5 umgestellt. Jetzt wird im Google Merchent Center bemängelt das der Bildlink nicht vorhanden ist. Hat jemand auch den Fehler?

Kopfzeile:

<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:g="http://base.google.com/ns/1.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<atom:link href="http://{$sConfig.sBASEPATH}/engine/connectors/export/{$sSettings.id}/{$sSettings.hash}/{$sSettings.filename}" rel="self" type="application/rss+xml" />
<title>{$sConfig.sSHOPNAME}</title>
<description>Der Kindergeburtstags Onlineshop! Alles für Kindergeburtstag und Kinderpartys. Partyartikel, Party-Deko...</description>
<link>http://{$sConfig.sBASEPATH}</link>
<language>DE</language>
<image>
<url>http://{$sConfig.sBASEPATH}/templates/emotion_mytheme/frontend/_resources/images/logo.jpg</url>
<title>{$sConfig.sSHOPNAME}</title>
<link>http://{$sConfig.sBASEPATH}</link>
</image>



Template:

<item>
<g:id>{$sArticle.articleID|escape}</g:id>
<title>{$sArticle.name|strip_tags|strip|truncate:80:"...":true|escape}</title>
<description>{$sArticle.description_long|strip_tags|strip|truncate:900:"..."|escape}</description>
<g:google_product_category>{$sArticle.attr6|escape:"xml"}</g:google_product_category>
<g:product_type>{$sArticle.articleID|category:" > "|escape}</g:product_type>
<link>{$sArticle.articleID|link:$sArticle.name|escape}</link>
<g:image_link>{$sArticle.image|image:4}</g:image_link>
<g:condition>new</g:condition>
<g:availability>in stock</g:availability>
<g:price>{$sArticle.price|format:"number"} {$sCurrency.currency}</g:price>
<g:brand>{$sArticle.supplier|escape}</g:brand>
<g:gtin>{$sArticle.ean|replace:"|":""}</g:gtin>
<g:shipping>
<g:country>DE</g:country>
<g:service>Standard</g:service>
<g:price>{$sArticle|@shippingcost:"prepayment":"de"|escape:number} {$sCurrency.currency}</g:price>
</g:shipping>
{if $sArticle.changed}<pubDate>{$sArticle.changed|date_format:"%a, %d %b %Y %T %Z"}</pubDate>{/if}
</item>

Viewing all articles
Browse latest Browse all 2871

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>