Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $wishlist = Mage::getModel('wishlist/wishlist')->loadByCustomer('67', true);
  2. $product = Mage::getModel('catalog/product')->load('214');
  3.  
  4. $buyRequest = new Varien_Object(array());
  5.  
  6. $result = $wishlist->addNewItem($product, $buyRequest);
  7. $wishlist->save();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement