0
我爲wishlist實現了magento自定義API。Magento自定義API添加產品心願
有誰知道,如何添加心願。
我試過使用magento'wishlist'模塊,但產品沒有保存到心願單中。
我正在使用以下功能進行保存。
public function addNewItem($product, $customer_id, $buyRequest = null, $forciblySetQty = false)
{
}
我可以使用這篇文章得到心願單。 http://pastebin.com/G7ci0Mhu