Closed (won't fix)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Checkout
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2014 at 10:27 UTC
Updated:
31 Oct 2014 at 13:48 UTC
Jump to comment: Most recent
Comments
Comment #1
rszrama commentedIf you're adding client-side field validation, whether through HTML5 properties or JavaScript, then you'll just have to disable that functionality or re-enable the button yourself.
Comment #2
sowmya.sreenivasan commentedThanks for your reply.I am having an option to checkout as guest in my website.The mandatory field validations are added using field API.The issue I am facing is due to the script in 'profiles\commerce_kickstart\modules\contrib\commerce\modules\checkout\commerce_checkout.js'.I have used commerce kickstart.Shall I re-enable myself in such also
Thanks
Comment #3
rszrama commentedYeah, this has come up in the past with respect to client side validation, and the solution is either to disable that behavior or re-enable the button if client side validation fails.
Comment #4
sowmya.sreenivasan commentedIs there option to disable that behavior from admin side or patch for checkout module.
Comment #5
rszrama commentedYou'd have to write it; I'm not aware of any public patch.