-Lisa- Posted April 22, 2015 Share Posted April 22, 2015 Hi everyone, I know we can disable the Existing Shipping/Billing Address Section but has anyone had success with disabling the "Use a New Address" section? Link to comment Share on other sites More sharing options...
David Miller Posted April 22, 2015 Share Posted April 22, 2015 (edited) You can try this in the Shipping Page Custom Content: <style type="text/css"> #ctl00_content_CartShipping_CtlAddressSelector_divOrSeperator { visibility: hidden; } #ctl00_content_CartShipping_CtlAddressSelector_divCreateNewAddress { visibility: hidden; } </style> This will hide the area for all users. Might want to double check your ID Selectors to make sure they are the same for your store. Edited April 23, 2015 by David Miller Link to comment Share on other sites More sharing options...
Recommended Posts