Showing posts with label image. Show all posts
Showing posts with label image. Show all posts

Monday, October 17, 2011

"Image type and information need to be specified for each store view" Product Image upload problem in magento 1.6


Solution:

Install magento dull image uploader / No flash image uploader extension (Here). This will help to import images.

That’s all, go to admin panel in Magento admin panel and upload and import product successfully.

Friday, September 9, 2011

How to get magento skin url of images?

getSkinUrl() function is used to get the image location. For example, If you want to get your image location "skin/frontend/default/Your theme/images/image.jpg" use the below code.

$this->getSkinUrl('images/image.jpg');