Re: Re: Re: Re: Re: Re: Here is a module that switch them.

Posts: 6
Joined: 01/14/2008

In the uc_cart.js file add the following:

At the end of the uc_cart_copy_address function add:

if (target == 'delivery') {
     $('#edit-panes-quotes-quote-button').click();
  }

At the end of the apply_address function add:

if ((type == 'billing') && copy_box_checked) {
    $('#edit-panes-quotes-quote-button').click();
  }

The DotComSecrets.com Dev Team

Reversing Shipping and Billing address By: dev (14 replies) Mon, 01/14/2008 - 20:10