public function emptyWishList() { $session = Factory::getSession(); $session->set('wishlist', array(), 'phocaCart'); }