48 if ( $this->_sProductId === null ) {
49 $this->_sProductId = $this->
getProduct()->getId();
61 if ( $this->_sActPicId === null ) {
62 $this->_sActPicId =
false;
63 $aPicGallery = $this->
getProduct()->getPictureGallery();
65 if ( $aPicGallery[
'ZoomPic'] ) {
67 $this->_sActPicId = $sActPicId ? $sActPicId : 1;
80 if ( $this->_aArtZoomPics === null ) {
81 $this->_aArtZoomPics =
false;
83 $aPicGallery = $this->
getProduct()->getPictureGallery();
84 $blArtPic = $aPicGallery[
'ZoomPic'];
85 $aArtPics = $aPicGallery[
'ZoomPics'];
88 $this->_aArtZoomPics = $aArtPics;
101 if ( $this->_oProduct === null ) {
102 $oArticle =
oxNew(
'oxArticle' );
104 $this->_oProduct = $oArticle;