Hallo,
habe leider über die Suche nichts gefunden.
Vielleicht kann mir jemand kurz helfen:
Mit welcher Methode erhalte ich die URL zur vollen Bildgröße?
<img src="[{ $oView->getActPicture() }]" />
gibt mir die “normale” Größe vor. Für eine Colorbox bräuchte ich jetzt eine größere Version des Produktbilds.
Besten Dank!
Hallo,
Probiere es mal so:
<img src="[{$oPictureProduct->getMasterZoomPictureUrl(1)}]" />
Korrekte Schreibweise wäre aber so (HTML5):
<img src="[{$oPictureProduct->getMasterZoomPictureUrl(1)}]" alt="[{$oPictureProduct->oxarticles__oxtitle->value|strip_tags}] [{$oPictureProduct->oxarticles__oxvarselect->value|strip_tags}]">
Sorry für die späte Antwort!
Erstmal vielen Dank!
Ich habe es jetzt jedoch so gelöst:
[{$product->getZoomPictureUrl($actpicid)}]