[TYPO3-commerce] How-To: multiple images

Karsten Dambekalns karsten at typo3.org
Thu Aug 2 14:06:08 CEST 2007


Hi.

Dmitry Pikhno wrote:
> this example is using TYPO3 slimbox extension(lightbox) for image popup, 
> so install it.

Wow, thanks for that. I adapted it slightly, to render the images 
differently. Before I had done that by implementing COA support for 
commerce pibase, bit that was way too hakish. :)

> ATagParams = rel="lightbox"
> ATagParams.override = rel="lightbox[sb{field:uid}]"
> ATagParams.override.if.isTrue = {$plugin.tt_news.slimbox.navigable}

I just made that
  ATagParams = rel="lightbox[sb{field:uid}]"
as I wanted the images to be navigable anyway. Making that dependent on 
the slimbox constant for tt_news images seems a bit misleading.

Karsten


More information about the TYPO3-project-commerce mailing list