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

Joined: 01/14/2008