{
"success": "true",
}
The following code block in the checkout.php file (around line 601)
onePage.queueAjaxRequest({
url: onePage.pageLinks.checkout,
beforeSendMsg: 'Updating Address',
dataType: 'json',
data: $(":input", this).serialize(),
type: 'post',
success: function (data){
onePage.loadAddressBook($this, addressType);
},
errorMsg: 'There was an error saving your address, please inform <?php echo STORE_NAME; ?> about this error.'
});
Is returning the errorMsg rather than completing the success function. I have gone through all the applicable code and cannot find any reason why this would happen. If I close the alert and close the dialog then click change address I can see that the changes were in fact saved despite the error message to the contrary. Furthermore once the new address has been added or edit made I can simply click the radio button of the address I want to change to and then click confirm and it changes it without any error message. Any help would be greatly appreciated.






Find content
Male

