商品一覧ページ(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)
では、どうすればこれを解決できますか