Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
$session= Mage::getSingleton('checkout/session'); foreach($session->getQuote()->getAllItems() as $item) { echo $item->getImageUrl(); }
另外getImageUrl(), getSmallImageUrl,getThumbnailUrl他们都没有工作
getImageUrl()
getSmallImageUrl
getThumbnailUrl
我的代码有什么问题?
你好你可以试试这个
$item->getMediaConfig()->getMediaUrl($item->getData('image'))