Hallo Timo.
Danke für Deine schnelle Rückmeldung.
Ich habe es mit 7 verschiedenen Produkten (Bücher, Waschmaschine, Decke, Schraubenzieher, Wechselrichter) getestet. Amazon zeigt mir zumindest große Bilder an.
Ich habe (eben für erste Tests) einfach die englische default.htm etwas abgeändert und unter einem neuen Namen gespeichert. Dank Deiner guten Dokumentation eigentlich kein großes Ding.
Aber evtl. habe ich ja doch einen Fehler eingebaut?
Hier der Code:
<div class=”asa_product_box”>
<div style=”border: 5px solid #348bbc; border-radius: 1em; padding: 5px; margin-bottom: 15px; background: url({$AmazonLogoSmallUrl}) right bottom no-repeat #ffffff;”>
<div style=”width: {$SmallImageWidth}px; float: left; margin-right: 5px;”>
</p></p>
</div>
<div>
<p style=”padding-bottom: 5px; margin-bottom: 0;”>{$Title}</p>
<p style=”padding-bottom: 5px; margin-bottom: 0;”>Aktueller Preis: <span style=”color: #990000; font-weight: bold;”>{$AmazonPriceFormatted}</span></p>
<p style=”padding-bottom: 5px; margin-bottom: 0;”>{$RatingStars} ({$TotalReviews} Kundenbewertungen)</p>
<p style=”padding-bottom: 5px; margin-bottom: 0;”>{$TotalOffers} erhältlich ab: <span style=”color: #990000; font-weight: bold;”>{$LowestOfferFormattedPrice}</span></p>
</div>
<div style=”clear: both;”></div>
</div>
</div>