Jump to content

Recommended Posts

Posted

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?

Posted (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 by David Miller
×
×
  • Create New...