getImages(ProductImages::GROUP_DEFAULT); if(!$images) $images = array(); $slideshow = ProductDetailSlider::createInstance(count($images), 602, null, 0) ->setContent(ProductDetailSlider::SLIDE_BANNER, array()); $i = 0; foreach($images as $image) { $i++; $slideshow->addContent(array('img' => $image), $i); } echo $slideshow->render(); } catch(Exception $e){} ?>