Jump to content
xt:Commerce Community Forum

Mehr Artikelbilder in der Beschreibung?


Manuellsen

Recommended Posts

Danke. Hat geklappt.

Falls jemand die gleiche Frage haben sollte, ihr findet es unter:

Konfiguration -> Bild-Option -> Anzahl zusätzlicher Produktbilder.

Dort könnt ihr die gewünschte Zahl eintragen. Wenn ihr nun ein neues Produkt erstellt bzw. bearbeitet, dann werdet ihr in der Spalte, wo ihr ein Produktbild einfügen könnt, jeweils die anderen Spalten sehen.

Manuellsen

Link to comment
Share on other sites

  • 1 month later...

falls du das Standart Template verwendest, steht da folgender Code in der product_info_v1.html

{if $PRODUCTS_IMAGE_3 != ''}
<tr>
<td style="border-top: 1px solid; border-color: #cccccc;">
<a href="{$PRODUCTS_POPUP_LINK_3}"><img src="{$PRODUCTS_IMAGE_3}" alt="{$PRODUCTS_NAME}" /></a>
</td>
</tr>
{/if}[/html]

den musst du halt nur entsprechend Oft Kopieren und abändern,

[html]{if $PRODUCTS_IMAGE_4 != ''}
<tr>
<td style="border-top: 1px solid; border-color: #cccccc;">
<a href="{$PRODUCTS_POPUP_LINK_4}"><img src="{$PRODUCTS_IMAGE_4}" alt="{$PRODUCTS_NAME}" /></a>
</td>
</tr>
{/if}

und soweiter bis deine Max. Anzahl von Bildern Erreicht ist.

Link to comment
Share on other sites

Archived

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

×
  • Create New...