
Originally Posted by
stevesh
If I understand, try (in the stylesheet):
checkoutshippingBody .rightBoxContainer {display: none;}
#checkoutpaymentBody .rightBoxContainer {display: none;}
and the same for the checkout success page.
Works like a dream. Thank you. I have done three lines of code;
Code:
#checkoutpaymentBody .rightBoxContainer {display: none;}
#checkoutshippingBody .rightBoxContainer {display: none;}
#checkoutconfirmationBody .rightBoxContainer {display: none;}
The success page looks OK with the right column in place.
Thank you again