Jump to content
xt:Commerce Community Forum

Produktbilder werden im Produktlisting nicht mehr angezeigt, sonst schon


Recommended Posts

Wir sind vergangene Nacht mit unserem Shop (Water & Salt AG Shop) auf einen neuen Server umgezogen. Seitdem gehen die Bilder im Produktlisting nicht mehr. Wenn man also links im Menü auf eine Produktkategorie klickt fehlen in der folgenden und auch in der Detailansicht die Produktbilder. In den Modulen "Neue Produkte" oder "Angebote" sind die Bilder vorhanden. Ich habe mir den Code angesehen. Es scheint so zu sein als würde überhaupt kein Bild eingebunden. Das img Tag fehlt vollkommen. Ich habe schon ein paar Bilder gelöscht und neu hochgeladen, leider ohne Erfolg. Ich bin ratlos. Weiß jemand Hilfe?

VG Manuel

Link to comment
Share on other sites

Das habe ich mir auch schon gedacht, nur hat sich hier eigentlich nichts geändert.

Das hier ist der Teil in der product_listing_v1.html

{if $module_data.products_image!=''}<td width="25%"><div id="productinfoimages"><a href="{$module_data.products_link}" title="{$module_data.products_name}">
{assign var="imgUrl" value="http://shop.water-salt.com/media/images/product/info/"}
{html_image alt=$module_data.products_name class=productImageBorder file=$imgUrl|cat:$module_data.products_image|replace:"product:":""}
{*img img=$module_data.products_image type=m_info class=productImageBorder alt=$module_data.products_name width=160 height=160*}
</a></div></td>{/if}[/HTML]

Wie gesagt ich habe hier nichts geändert.

Jemand ne Idee ob da was falsch ist.

Link to comment
Share on other sites

was das denn?

standard ist das hier: nur css oder html anpassen fertig.

{if $module_data.products_image!=''}<td class="productPreviewImage"><a href="{$module_data.products_link}">{img img=$module_data.products_image type=m_thumb class=productImageBorder alt=$module_data.products_name|escape:"html"}</a></td>{/if}

assign ist da etwas unnötig...

Link to comment
Share on other sites

Super, das habe ich jetzt eingebaut und siehe da es sind wieder Bilder da. :-)

In der Produkt Detail Ansicht in der product.html sieht es leider nicht besser aus. Hier steht bei mir folgender Code:

{if $products_image!=''}<br>
<div id="productinfoimages">
<a href="{img img=$products_image type=m_popup path_only=true}" title="{$products_name}" target="_blank">
{assign var="imgUrl" value="http://shop.water-salt.com/media/images/product/info/"}
{html_image alt=$products_name class=productImageBorder file=$imgUrl|cat:$products_image|replace:"product:":""}
{*img img=$products_image type=m_info alt=$products_name|escape:"html"*}
</a>
</div> {/if} [/HTML]

Vielen Dank für Deine Hilfe.

VG Manuel

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...