Viewing 15 replies - 1 through 15 (of 17 total)
  • Thread Starter johnc1979

    (@johnc1979)

    I just tried version 1.0.1 and the button wasn’t thee, but when I put the css in it was, but wasn’t working. I then tried version 1.0.0 and it works perfect. Something got messed up in the update

    Plugin Author YITHEMES

    (@yithemes)

    Hi,

    Please, you can try with the latest version 1.0.3 of YITH WooCommerce Multi-step checkout ?
    Thanks

    Let me know.

    Plugin Author YITHEMES

    (@yithemes)

    Any news ?

    Thread Starter johnc1979

    (@johnc1979)

    Yes. The recent update fixed the problem perfectly. I’ve also left a question to the other support thread for the share for discount plugin. You guys rock

    Plugin Author YITHEMES

    (@yithemes)

    Hi johnc1979,

    you’re welcome! If you like our plugins and our support please vote our plugin with 5-star!

    Thanks!

    See all premium features of ITH WooCommerce Multi-step plugin

    Regards

    I am having the exact same problem. There is no next button. Thank you Johnc1979 for your css advice. I entered it in and it now works. But without this css the problem continues…

    #form_actions.disabled {
    display: block
    }
    Plugin Author YITHEMES

    (@yithemes)

    Hi Maasha,

    I am having the exact same problem. There is no next button. Thank you Johnc1979 for your css advice. I entered it in and it now works. But without this css the problem continues…

    you have this issue for logged-in or logged-out users ?

    if there is a custom field in the checkout form..viz delivery date in my case i also dont get the next button. can this be kindly checked?

    Plugin Author YITHEMES

    (@yithemes)

    Hi,

    our team will release the new version 1.0.4 today, try with this version as soon as available. Let me know

    Thanks… Still not working…no next button in the first step which is billing info

    Plugin Author YITHEMES

    (@yithemes)

    Try to reload the page and refresh the cache by click CTRL + F5 button. I’havent this issue in my installation.

    If it’s possible, please send me a link of your shop page. Thanks

    Hi

    yes had this enabled in style.css

    #form_actions.disabled {
    display: block
    }

    now in the CHECKOUT DETAILS step i get 2 options

    Place Order and below that is Next again.

    in checkout details page next should not come as order is complete isnt?

    thanks once again

    Plugin Author YITHEMES

    (@yithemes)

    Hi,

    no, it’s wrong. You must set the css rules to display: none; The next buitton will show in jQuery at runtime.

    This is the reason because you see Place Order and Next button in the last step.

    #form_actions.disabled {
    display: none;
    }

    tried to remove next in checkout page via display: block and display: none but both this 2 are not working…kindly advise

    Plugin Author YITHEMES

    (@yithemes)

    You must use only display: none, please check it, update plugin and refresh the cache.

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Next button missing’ is closed to new replies.