• Resolved cutenmore

    (@cutenmore)


    Hi, I’m using Checkout Field Editor (Checkout Manager) for WooCommerce plugin.
    How do I remove Ship to a different address on the checkout page?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    If you wish to hide the ship to a different address checkbox permanently, then you can use the below CSS (Appearance >> Customize >> Additional CSS).

    h3#ship-to-different-address {
    display: none;
    }

    Please note that the above style will permanently hide the checkbox. So it won’t be available to show the shipping fields. In order to show the shipping fields on the checkout page you need to configure the shipping option as “Default to customer shipping address” in WooCommerce >> Settings >> Shipping >> Shipping Options.

    Thank you!

    Thread Starter cutenmore

    (@cutenmore)

    AMAZING! Thank you very much ??

    Plugin Author ThemeHigh

    (@themehigh)

    Great!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove Ship to a different address on the checkout page’ is closed to new replies.