Franz Holzinger

Verse of the day

Bei Gott ist mein Heil, meine Ehre, der Fels meiner Stärke; meine Zuversicht ist auf Gott.
Psalm 62:7

© Bible Gateway's Verse of the Day


autor  
10-07-14 12:13:37 Bilder in 2.10.0
Alex Hamann
Hallo Herr Holzinger,

nach dem Update avon 2.8.1 auf 2.10.0 funktioniert die Ausgabe der Produktbilder nicht mehr wie gehabt.

TS-Konfiguration:

plugin.tt_products.conf.tt_products.ALL.limitImage = 5
plugin.tt_products.conf.tt_products.ALL.seperateImage = 1
plugin.tt_products.conf.tt_products.ALL.image.mini {
file.maxW = 40
file.maxH = 200
}

Die Bilder wurden dann über die Marker ausgegeben.
###PRODUCT_IMAGE1:MINI###
###PRODUCT_IMAGE2:MINI###

In Version 2.10.0 werden darüber aber keine Bilder mehr angezeigt. Haben Sie einen Tip?

Grüße
Alex Hamann
10-07-14 15:37:12 falsches Setup
Franz Holzinger
Das obige Setup ist tlw. falsch.

plugin.tt_products {
separateImage = 1
}

Allerdings gibt es für die Einzelansicht eigene Setups:

plugin.tt_products.conf.tt_products.ALL.limitImage = 5

Für das Mini Bild sollte auch die Bilderanzahl in der Einzelansicht gesetzt werden:

plugin.tt_products {
limitImageSingle = 10
}
< Zurück zum Forum