magento
Image du produit
Recherche…
Introduction
Obtenez les URL du produit pour les vignettes, les petites images et les images de base. Obtient également des caches et des caches de médias directs.
URL en cache
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 des images non mises en cache à partir d'un média
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
Sous licence CC BY-SA 3.0
Non affilié à Stack Overflow