Jump to content

What is the point of having opc-overlay DOMs?


daquity36

Recommended Posts

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 by daquity36 (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...