Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/magento/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
magento中图像代码的路径_Magento - Fatal编程技术网

magento中图像代码的路径

magento中图像代码的路径,magento,Magento,我正在使用magento 1.6。我想知道哪些文件包含图像功能的代码,如上载图像时的代码,不包括图像等。实际上,我想根据用户类别隐藏产品。有几个文件处理您的图像。查看app/code/core/Mage/Catalog/Helper/Image.php作为入口点。好的,我看到了。我想实现这一点:我想在“产品图像”选项卡中放置一个复选框(当用户添加新产品时)。当用户单击复选框时,更改应反映到数据库中。因此,对于我需要修改的代码,这就像用户单击“排除”按钮时,图像从前端排除。

我正在使用magento 1.6。我想知道哪些文件包含图像功能的代码,如上载图像时的代码,不包括图像等。实际上,我想根据用户类别隐藏产品。

有几个文件处理您的图像。查看app/code/core/Mage/Catalog/Helper/Image.php作为入口点。

好的,我看到了。我想实现这一点:我想在“产品图像”选项卡中放置一个复选框(当用户添加新产品时)。当用户单击复选框时,更改应反映到数据库中。因此,对于我需要修改的代码,这就像用户单击“排除”按钮时,图像从前端排除。