Jump to content
xt:Commerce Community Forum

Produktname wird nicht angezeigt.


A-C

Recommended Posts

Hallo,

ich hoffe ihr könnt mir weiterhelfen und zwar werden bei mir in der Artikelübersicht keine Produktnamen erst wenn man auf Details klickt

sieht man den Namen.

Ich möchte aberdas der Name auch schon bei der Produktübersicht zu sehen ist, jemand eine Idee wie man das machen kann?

Vielen Dank

A-C

Link to comment
Share on other sites

Also so sieht der Code aus:

{config_load file="$language/lang_$language.conf" section="index"}

<h1>{$CATEGORIES_NAME}</h1>

{if $CATEGORIES_DESCRIPTION}

<p>{$CATEGORIES_DESCRIPTION}</p>

<div class="hrproductpreview"></div>

{/if}

{if $MANUFACTURER_DROPDOWN}{$MANUFACTURER_DROPDOWN}{/if}

<p align="center">

{foreach name=aussen item=module_data from=$module_content}

{php} $col++;

{/php}

<div class="listingbox">

<div class="listing" align="center"> </div>

<div style="height:120px" align="center">

{if $module_data.PRODUCTS_IMAGE}

<h2><a href="{$module_data.products_link}">{$module_data.products_name}</a></h2>

<br><img height="10" width="5" src="{$tpl_path}img/pixel_trans.gif" />

{/if}</div>

<p align="center">

<span class="price">{$module_data.PRODUCTS_PRICE}</span><br>

{$module_data.PRODUCTS_TAX_INFO}<br />{$module_data.PRODUCTS_SHIPPING_LINK}</p>

<img height="10" width="5" src="{$tpl_path}img/pixel_trans.gif" />

<div id="products_bottom"><div align="center"><a href="{$module_data.PRODUCTS_LINK}"><img src="{$tpl_path}buttons/german/button_details.gif" /></a><br /><img height="5" width="10" src="{$tpl_path}img/pixel_trans.gif" /><br />{$module_data.PRODUCTS_BUTTON_BUY_NOW}</div></div>

</div>

{php}

if ($col>=4) {

$col=0;

echo '';

}

{/php}

{/foreach}

</p><div style="clear: both;"></div>

{$NAVIGATION}

In Artikeldetails ist alles ok aber in Artikelübersicht steht kein Produktname.

Link to comment
Share on other sites

Hi,

prüf doch mal folgende Dinge:

a) Tritt der Fehler in jeder Kategorie auf?

B) Welche Datei in deiner Kategorie wird für die Produktauflistung verwendet (im Normalfall steht dort nichts, also wird das Standard-Listing verwendet)?

Im Backend --> Rechtsklick auf entsprechende Kategorie --> Bearbeiten --> Template --> Template Kategorielisting

c) wenn die Datei "product_listing_v1.html" verwendet wird, schreibe in diese am Anfang {debug} rein und lade sie auf deinen Webspace. Aktualisiere deine Seite und dann öffnet sich ein Popup - Fenster. Schau mal in diesem, ob der Wert {module_data.products_name} erscheint

Gruß Alex.

Link to comment
Share on other sites

Archived

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

×
  • Create New...