Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter imanuelrajan

    (@imanuelrajan)

    But when I unchecked show the shipping step from plugin settings, billing form is editable.

    But I need to show shipping step and also billing should be editable.

    Kindly give me a solution

    Plugin Author Diana Burduja

    (@diana_burduja)

    The WooCommerce Multi-Step Checkout plugin doesn’t modify at all the billing or shipping fields.

    Would you deactivate the WooCommerce Multi-Step Checkout plugin for a moment to see if the issue persists or not? If this is still related to the multi-step checkout plugin, let me know and I’ll have a look.

    Thread Starter imanuelrajan

    (@imanuelrajan)

    When I deactivate it’s normal…

    Actually,when I check, show the shipping step in plugin settings…
    At that time, billing forms for logged-in users are not editable but shipping forms are editable.

    • This reply was modified 4 years, 7 months ago by imanuelrajan.
    Plugin Author Diana Burduja

    (@diana_burduja)

    Would you please check the “Show the Shipping Step” option on the “WP Admin -> WooCommerce -> Multi-Step Checkout” page so I can see what is wrong?

    Thread Starter imanuelrajan

    (@imanuelrajan)

    I have checked the option- show the shipping step in plugin settings.

    Now just go to checkout… Register account in my site normally or through social login and try to checkout. Billing section now not editable. But shipping section is editable.

    You can find this issue

    https://www.greengateway.in/

    Plugin Author Diana Burduja

    (@diana_burduja)

    The “Shipping Details” text element is extended over the billing form, therefore it makes it non-editable.

    You can remedy this by adding the following CSS rule to your website:

    .woocommerce-checkout .wpmc-step-shipping>h3 {
        z-index: -2;
    }

    You can use the “WP Admin -> Appearance -> Customize -> Additional CSS” page to add the CSS rule.

    Thread Starter imanuelrajan

    (@imanuelrajan)

    Is this CSS will let me edit the inputs of billing fields???

    Thread Starter imanuelrajan

    (@imanuelrajan)

    My problem is that, I can’t able to edit the billing input fields like name, address, pincode, etc. This problem happens for logged-in users.

    While input fields of Shipping section is able to edit as normal.

    • This reply was modified 4 years, 7 months ago by imanuelrajan.
    • This reply was modified 4 years, 7 months ago by imanuelrajan.
    Plugin Author Diana Burduja

    (@diana_burduja)

    Yes, that CSS will let you edit the input of billing fields.

    Thread Starter imanuelrajan

    (@imanuelrajan)

    Issue solved. Thank you so much @diana_burduja

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Billing details not editable’ is closed to new replies.