简体   繁体   English

产品图片未显示在产品页面中(view.phtml)

[英]Product image not displaying in product page(view.phtml)

Product image not displaying in product page of magento. 产品图像未显示在magento的产品页面中。 Where as its showing in list and grid. 在列表和网格中显示的位置。 It is due to an extension which i installed and uninstalled, since that the product image is not showing up, Even the view.phtml is not calling the media.phtml. 这是由于我安装和卸载了一个扩展程序,因为产品图像没有显示出来,即使view.phtml也没有调用media.phtml。 Please any suggestions ... 请任何建议...

Thanks.. 谢谢..

You could replace view.phtml with your original file, which could could copy from the base template into your custom template 您可以将view.phtml替换为原始文件,该文件可以从基本模板复制到自定义模板中

app/design/frontend/base/default/template/catalog/product/view.phtml

to

app/design/frontend/[yournamespace]/[yourtheme]/template/catalog/product/view.phtml

You may also need to delete any layout xml files installed by the module, incase it has made changes to the layout of the view page 如果模块已更改视图页面的布局,则您可能还需要删除该模块安装的所有布局xml文件。

app/design/frontend/default/default/layout/[moduleslayout].xml

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM