added sku and ready for tracking

This commit is contained in:
franknstayn
2021-12-01 00:57:21 +08:00
parent 705dd3795e
commit f07e5aaa8e
14 changed files with 760 additions and 623 deletions

View File

@@ -364,8 +364,13 @@
if (response.success) {
// $("#login-response-msg").html(response);
// console.log();
location.reload();
// console.log(response);
// location.reload();
if (response.redirect != "") {
window.location = response.redirect;
} else {
location.reload();
}
} else {
$("#login-response-msg").html(response.message);
}