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.
我正在使用magento 1.6。我想知道哪些文件包含图像功能的代码,例如上传图像时,不包括图像等。实际上我想根据用户类别隐藏产品。
有几个文件处理您的图像。查看 app/code/core/Mage/Catalog/Helper/Image.php 作为入口点。