1
0
Fork 0
mirror of synced 2025-04-06 07:13:33 +03:00
Edit client registration
This commit is contained in:
Ivan Chaplygin 2024-04-10 11:30:43 +03:00
parent 159e459e7e
commit ec50df97b7
2 changed files with 5 additions and 4 deletions

View file

@ -42,9 +42,10 @@ jQuery(function() {
event.preventDefault();
return false;
} else {
alert('success');
return true;
location.reload();
}
})
event.preventDefault();
});
});

View file

@ -651,6 +651,8 @@ if (!class_exists('WC_Retailcrm_Base')) {
if (!$isSuccessful) {
echo json_encode(['error' => __('Error while registering in the loyalty program. Try again later.', 'retailcrm')]);
} else {
echo json_encode(['isSuccessful' => true]);
}
wp_die();
@ -888,8 +890,6 @@ if (!class_exists('WC_Retailcrm_Base')) {
} else {
echo $result;
}
wp_die();
}
/**