• Resolved MugenKkk

    (@desmondc84)


    Hi,

    First of all, thanks so much for this great plugin!
    I am trying to delete the billing address step from the checkout progress Reference this post: https://www.ads-software.com/support/topic/steps-checkout/.
    The code snippet in the post is working. However, after removing the step the ajax loading animation keeps showing.

    I got the following notices in the debug log:

    [06-May-2022 13:01:09 UTC] PHP Notice: Undefined index:
    billing_same_as_shipping_previous in …public\wp-content\plugins\fluid-checkout\inc\checkout-steps.php on line 3097


    [06-May-2022 13:01:16 UTC] PHP Notice: wc_ajax_headers cannot set headers – headers already sent by …public\wp-content\plugins\fluid-checkout\inc\checkout-steps.php on line 3097 in …public\wp-content\plugins\woocommerce\includes\class-wc-ajax.php on line 70

    May I ask if there is something I am doing wrong? Or is there a way to perfectly remove the billing address step?

    Appreciate your help.

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

    (@diegoversiani)

    Hi @desmondc84,

    Thanks for reaching out.

    The way you are removing the Billing step is the right way (as described in the mentioned support topic).

    These PHP notices should not normally affect how the page works, however, I guess it depends on the server settings.

    It seems that your server is set to display PHP notices on the page, which is ok for a development/staging environment. For a Live site, it is not recommended to display PHP errors and notices on the website frontend as it can be a security issue.

    I fixed these PHP notices for the next version 1.6.0. You can also use the beta version 1.6.0-beta-2 from the link below:
    https://t2449427.p.clickup-attachments.com/t2449427/b051b30e-adae-45a1-88a6-221e9f1d3e8a/fluid-checkout-1.6.0-beta-2.zip

    Could you check if it works with the beta version 1.6.0-beta-2 and confirm it for me?

    Best,
    Diego

    Thread Starter MugenKkk

    (@desmondc84)

    @diegoversiani

    Thanks for your rapidity!

    You are right. I’m doing some customization in the development environment. I am trying to replace the checkout plugin in the production environment with this plugin.
    I tried the Beta version you provided, and so far it seems to be working well.
    No more PHP log notices and the problem of ajax loading animation keeps showing is solved.

    Thanks again for your help!

    Sincere wishes

    Plugin Author Diego Versiani

    (@diegoversiani)

    Hi @desmondc84,

    The version 1.6.0 with this fix has been just released.

    Best,
    Diego

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Ajax loading animation keeps showing after removing the billing address step’ is closed to new replies.