daquity36 Posted April 14, 2013 Posted April 14, 2013 (edited) What is the point of having opc-overlay DOMs in one page checkout? I guess it was intended for loading during functions' execution. As of now, it is just an empty div with no CSS styling whatsoever. For example, in order-opc.js: function updateAddressSelection() { /*beginning of ajax */ $('#opc_account-overlay').fadeIn('slow'); $('#opc_delivery_methods-overlay').fadeIn('slow'); $('#opc_payment_methods-overlay').fadeIn('slow'); /*end of ajax */ $('#opc_account-overlay').fadeOut('slow'); ('#opc_delivery_methods-overlay').fadeOut('slow'); $('#opc_payment_methods-overlay').fadeOut('slow'); } Edited April 14, 2013 by daquity36 (see edit history) Share this post Link to post Share on other sites More sharing options...
daquity36 Posted April 15, 2013 Posted April 15, 2013 bump Share this post Link to post Share on other sites More sharing options...
daquity36 Posted April 17, 2013 Posted April 17, 2013 Anyone?? Share this post Link to post Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now