Jump to content

Disabling One-Time Shipping Address


-Lisa-

Recommended Posts

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
Link to comment
Share on other sites

×
×
  • Create New...