... or, if you still want customers to have multiple addresses that they ship to, just not changeable from checkout_confirmation ...
You can edit/create the file /includes/templates/YOUR_TEMPLATE/css/checkout_confirmation.css and add the following lines:
That will simply "hide" the buttons from the display.Code:#checkoutBillto .buttonRow, #checkoutShipto .buttonRow { display: none; }



