Zoom Picture in product.tpl

Hi, :slight_smile:

How can I get Zoom Picture in product.tpl?

I know that I can get Picture like this - [{$product->getPictureUrl(1) }], but I need bigger picture, so Zoom Picture should be it.

Thank you :slight_smile:

Hi,

check this out:
http://docu.oxid-esales.com/CE/sourcecodedocumentation/4.4.0.28699/

and search for “getZoom”

Regards

Thanks, I’ll have to chek in depth these functions and how to call them from product.tpl. I’m new to OXID so things are a bit slow at the moment :slight_smile:
Anyway, I’ve found that I can get product’s first picture url like this:

/out/pictures/[{$product->oxarticles__oxzoom1->rawValue}]

It works, and I do believe that this is not the wrong way to complete my task or is it? :slight_smile: