• Resolved fitbox

    (@fitmealat)


    For my purposes Billing and SHipping fields are the wrong way around.

    TO display shipping fields before billing fields is easy enough with templates….

    but how do i reconfigure the “ship to different address” button to a “Different billing address” button.

    I need the billing fields to be hidden by default and only expand when the checkbox is selected. additionally if its not selected the shipping fields need to be copied into the billing fields.

    https://wordpress.org/plugins/woocommerce/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    You’d need to hide our button and add your own perhaps. Some of the checkout logic won’t recognise this change though. Shipping fields would always be ‘on’.

    Discussion about changing this in core as the new default https://github.com/woothemes/woocommerce/issues/10672

    Thread Starter fitbox

    (@fitmealat)

    ahh i see i am not the only one thinking this way 🙂

    thanks for the link. i assume this implementation will take quite some time as its quite a core change. anyways gonna try to hack this together in the checkout.js and templates.

    thankful for any snippets 🙂

    Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    It may take a while, but you can follow the code changes as they happen 🙂

    Thread Starter fitbox

    (@fitmealat)

    you got mail.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Reverse Behaviour of Ship to Different Addres’ is closed to new replies.