/**
  * remove all of this buyable's orderitem from cart and go through to this buyble to add alternative selection.
  * @return String (Link)
  */
 function RemoveAllAndEditLink()
 {
     return ShoppingCart_Controller::remove_all_item_and_edit_link($this->ID, $this->ClassName, $this->linkParameters());
 }