我想从产品列表页面(default/template/wishlist/item/column/image.php)的愿望清单中删除产品。
我在愿望清单页面中看到了删除 url 功能$this->getItemRemoveUrl($item)
。但它在 image.php 中不起作用。即使我尝试过,
echo Mage::helper(‘wishlist’)->getRemoveUrl($_product)
它提供 URL 但不显示参数。
例如:-
domain.com/wishlist/index/remove (not working)
domain.com/wishlist/index/remove/item/3 (actual)
那么我该如何解决这个问题