Related questions
Class 'DOMDocument' not found
I've found an error on a page in my Magento application; it always show this message error when I visit it:
Fatal error: Class 'DOMDocument' not found in /home/.../lib/Zend/Feed/Abstract.php on line 95
Can you give me …
How to get a product's image in Magento?
I'm running on version 1.3.2.1,
but on my client's server they had Magento 1.3.0
so my previous code to display images for my local copy,
echo $this->helper('catalog/image')->init($_product)->resize(163, 100);
, does not work on …