$customererror='';
try {
$address->save();
$customer->save();
}
catch (Exception $ex) {
$customererror=$ex->getMessage();
Mage::log($customererror,null,'customer.log');
}
try {
$address->save();
$customer->save();
}
catch (Exception $ex) {
$customererror=$ex->getMessage();
Mage::log($customererror,null,'customer.log');
}
This comment has been removed by the author.
ReplyDelete