Những thay đổi
VersionNội dung cập nhật
2.2.7 – 21/07/2024 |
|
2.2.6 – 08/07/2024 |
|
2.2.5 – 28/03/2024 |
|
2.2.4 – 05/03/2024 |
|
2.2.2 – 05/01/2024 |
|
2.2.1 – 19/05/2023 | * Fix request tới hệ thống alepay * Thêm chức năng gửi mail cho Admin khi có đơn mới ở trạng thái “Chờ thanh toán” * Update thêm tính năng chuyển hướng tới trang nào đó sau khi đặt đơn trả góp qua Công ty tài chính thành công. Filter alepay_tragop_cty_redirect |
2.2.0 – 19/11/2022 |
|
2.1.9 – 04/11/2022 |
|
2.1.8 – 22/10/2022 |
|
2.1.7 – 11/10/2022 |
|
2.1.6 – 01/08/2022 |
|
2.1.4 – 03/06/2022 |
|
2.1.3 – 03/06/2022 |
|
2.1.2 – 03/04/2022 |
|
2.1.1 – 15/01/2022 |
|
2.1.0 – 28/10/2021 |
|
2.0.9 – 29/08/2021 |
|
2.0.7 – 03/10/2020 |
|
2.0.6.1 – 18/08/2020 |
|
2.0.6 – 17/08/2020 |
|
2.0.5 – 13/07/2020 |
|
2.0.3 – 12/05/2020 |
|
2.0.2 – 10/04/2020 |
Ví dụ: add_filter('company_tra_truoc','custom_company_tra_truoc'); add_filter('alepay_tra_truoc','custom_company_tra_truoc'); function custom_company_tra_truoc($tra_truoc){ $tra_truoc = array(30, 60, 80); return $tra_truoc; } add_filter('company_tra_truoc_default','custom_company_tra_truoc_default'); add_filter('alepay_tra_truoc_default','custom_company_tra_truoc_default'); function custom_company_tra_truoc_default(){ return '30'; } |
2.0.1 – 27/03/2020 |
|
2.0.0 – 15/01/2020 |
|