So you commented out the button and the button is not present on the website? What can’t you replicate?
You can start by uninstalling the plugin, re-installing it from ww.wp.xz.cn and maybe purge the caches if you have a caching plugin.
I’ve managed to fix this.
I’ve got one more question ?
For some reason the next button is hidden on the guest checkout screen?
Any idea what could be causing this? it works perfectly fine as a logged in user. But as a guest, I see it has a style hiding it, When i remove or overwrite the style. It displays all the way to the last step (screenshots attached)
https://pasteboard.co/I4i5q0z.png
https://pasteboard.co/I4i5zcm.png
https://pasteboard.co/I4i5I77.png
Maybe a link to your website would help me see what is going on.
Hey thanks for the response. this is just a demo project I’m doing.
link is : http://mustard.studio/fila/cart/
The process is :
cart > proceed to checkout > checkout as guest > Billing & shipping (at the bottom you’ll notice the previous button displaying, but no next.
When i enable it via css, its stays all the way through until the last step
It’s because you added the following CSS rule:
.step_0 #wpmc-next{
display:none !important;
}
If there is something wrong with the plugin, let me know. But if you modify things around and than wander why isn’t it working, then please re-install the plugin and start again, but don’t ask me to debug your modifications.
Thanks, by the time you read the above, I’d already fixed it (by modifying some JS & adding the above mentioned css classes).
I think it was some conflict with another plugin that prevented the next button from showing on guest checkout steps
Thanks for your response.