Beispiel #1
0
 /**
  * Get JSON POST params for moving from cart
  *
  * @return string
  */
 public function getMoveFromCartParams()
 {
     return $this->wishlistHelper->getMoveFromCartParams($this->getItem()->getId());
 }