public static function get_restore_shopping_basket_item_url($sbid)
 {
     $undo_location = Shop_ShoppingBasketsTable::get_public_redirect_script_url();
     $undo_location->set_get_variable('restore_shopping_basket_id', $sbid);
     return $undo_location;
 }