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,在我的愿望列表链接有一些产品,但没有图像 That means i added products to my wishlist,but the products' images are not displaying in wishlists. 有什么问题 我怎样才能解决这个问题 当我点击addtowishlist时,我遇到了一些错误,所以我将wishlist.xml和wishlist文件夹从base/default复制到我的主题中。 之后,当我最后添加到我的愿望列表时,我无法看到愿望列表中的图

在我的愿望列表链接有一些产品,但没有图像

That means i added products to my wishlist,but the products' images are not displaying in wishlists.
有什么问题

我怎样才能解决这个问题

当我点击addtowishlist时,我遇到了一些错误,所以我将wishlist.xml和wishlist文件夹从base/default复制到我的主题中。 之后,当我最后添加到我的愿望列表时,我无法看到愿望列表中的图像。 这是我得到的错误: `

当我点击“添加到愿望列表”时,出现了一些错误

错误是什么

我的愿望列表中显示的每一列都可以通过Wishlist.xml进行配置

<wishlist_index_index translate="label">
[...]
                <block type="wishlist/customer_wishlist_items" name="customer.wishlist.items" as="items" template="wishlist/item/list.phtml">
                <block type="wishlist/customer_wishlist_item_column_image" name="customer.wishlist.item.image" template="wishlist/item/column/image.phtml" />
[...]                  

[...]
[...]                  

检查基本媒体URL(系统->配置->网络->不安全/安全部分)。(同时,清除缓存)@Florinel,这是不安全的url:
{{unsecure\u base\u url}}媒体/
{secure\u base\u url}}媒体/
。我也清除了缓存,但图像不显示。@Florinel,这是上次添加到我的愿望列表中的产品的图像路径:
http://www.mysite.com/media/catalog/product/cache/3/small_image/113x113/9df78eab33525d08d6e5fb8d27136e95/g/i/giant-navels.jpg
@Florinel,这是先前添加的产品的图像路径:
http://www.mysite.com/media/catalog/product/cache/3/small_image/113x113/9df78eab33525d08d6e5fb8d27136e95/u/n/untitled-6.jpg
<wishlist_index_index translate="label">
[...]
                <block type="wishlist/customer_wishlist_items" name="customer.wishlist.items" as="items" template="wishlist/item/list.phtml">
                <block type="wishlist/customer_wishlist_item_column_image" name="customer.wishlist.item.image" template="wishlist/item/column/image.phtml" />
[...]