수색…


소개

작은 이미지, 작은 이미지 및 기본 이미지에 대한 제품 이미지 URL을 가져옵니다. 캐시뿐만 아니라 비 캐시로 미디어 URL을 직접 가져옵니다.

캐시 된 이미지 URL

Mage::helper('catalog/image')->init($item->getProduct(), 'thumbnail');
Mage::helper('catalog/image')->init($item->getProduct(), 'small_image');
Mage::helper('catalog/image')->init($item->getProduct(), 'image');

미디어의 캐시되지 않은 이미지 URL

Mage::getModel('catalog/product_media_config')->getMediaUrl($product->getThumbnail()); //Thumbnail
Mage::getModel('catalog/product_media_config')->getMediaUrl($product->getSmallImage()); //Small Image
Mage::getModel('catalog/product_media_config')->getMediaUrl($product->getImage()); //Base


Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow