我需要将类别页面上 135x135 图像大小的默认图像大小更改为 187x140。我编辑了两个 .phtml 文件:
目录>产品>new.phtml 和目录>产品>list.phtml
并更改了以下内容
<a href="...$this->helper('catalog/image')->init($_product, 'small_image')->***resize(187,140) ?>" width="187" height="140"*** alt="...></a>
我还更改了 css .products-grid.product-image { display:block; width:187px; height:140px; margin:0 0 0px; }
我已经清除了现金,登录并退出。我的图片占位符已上传,上传时它们的大小正确。
我不明白为什么我的图像尺寸仍然显示为 135x135。
有人能帮我吗?