tomjons Posted March 31, 2011 Report Share Posted March 31, 2011 Hallo, wir übermitteln per google_rss_feed.php unsere Artikel ins Merchant Center. Seit geraumer Zeit erscheinen diese jedoch mit dem Vermerk "kostenloser Versand". Dieser ist leider nicht richtig. Unsere Versandkosten betragen 5.90 Euro. Diese Versandpauschale haben wir auch nochmals im Merchant Center hinterlegt, jedoch ohne Auswirkung. Wo kann ich mit der Fehlersuche beginnen ? Link zum Feed Link to comment Share on other sites More sharing options...
Sklerosnik Posted July 15, 2011 Report Share Posted July 15, 2011 Hallo Ich hab das selbe problem ! Hat hier schon jemand eine lösung ? Was muss ich hier ändern ? [/ Versandkosten $i = 1; foreach ($quotes AS $quote) { echo "\t\t<g:versand>\n"; echo "\t\t\t<g:land>DE</g:land>\n"; echo "\t\t\t<g:region></g:region>\n"; echo "\t\t\t<g:service>".$quote['module']."</g:service>\n"; echo "\t\t\t<g:preis>".($quote['tax'] > 0 ? round(($quote['methods'][0]['cost'] * ( 100 + $quote['tax'] ) / 100),2) : (!empty($quote['methods'][0]['cost']) ? $quote['methods'][0]['cost'] : '0'))."</g:preis>\n"; echo "\t\t</g:versand>\n"; if($i==10) break; $i++; } echo "\t</item>"; } echo "</channel>\n"; echo "</rss>"; $_SESSION['cart']->reset(true); unset($_SESSION['cart']); ?> Versandkosten werden bei mir im Shop mit dem "DPD" modul gemacht. Danke für die hilfe Link to comment Share on other sites More sharing options...
Sklerosnik Posted July 17, 2011 Report Share Posted July 17, 2011 Hilfe Kann mir hier keiner helfen ? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.