This topic has 4 replies, 2 voices, and was last updated 7 years, 4 months ago ago by Rose Tyler
Hello,
Please I need to eliminate or hide the option “Send to a different address?” located in the checkout page and mantein the “shipping address” form visible by default.
Many thanks,
Juan
Hi Rose,
By doing what you recommend me, I get the first part of my need that is to say, hide the element “Send to a different address?”.
But I don’t get the second part of my need that I described you that is to say, mantein the “shipping address” FORM visible. With the option you gave me, that FORM disappear.
Please, tell me if some of my explanation is not clear because I need to solve this issue asap.
Many thanks,
Hello,
In this case, please check these settings http://prntscr.com/frtqoj
You can add this code in Theme Options > Custom css to disable “Ship to a different address?” text:
#ship-to-different-address .checkbox {
display: none;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up