出现此种问题的解决方法如下:
打开
app\code\core\Mage\Catalog\etc\system.xml
文件 大约215行,查看后台是否有定义dimension ,如没有则添加代码
在
<small_width translate="label comment"> <label>Small Image Width</label> <comment>Maximum width small product image will be scaled down to in pixels</comment> <frontend_type>text</frontend_type> <sort_order>20</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>1</show_in_store> </small_width>
文件后添加
<max_dimension translate="label comment"> <label>Maximum resolution for upload image</label> <comment>Maximum width and height resolutions for upload image</comment> <frontend_type>text</frontend_type> <sort_order>30</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>1</show_in_store> </max_dimension>
作者设置此篇文章部分内容需要付费才可阅读!