MYS: update pro and price

This commit is contained in:
Pakin 2024-10-29 13:16:54 +07:00
parent fa213879b5
commit 97c3bf335a
28 changed files with 44512 additions and 44474 deletions

View file

@ -33,11 +33,6 @@ Else
Var XMLProfile = XMLProfilePreEvent + "-"
Var XMLProfile = XMLProfile + "PromoYuzu250"
; case-local-profile
If XMLProfile = "Discount50-PromoYuzu250" Then
DEBUGVAR "Restore Discount50 profile, also concat Yuzu"
Var XMLProfile = "NoDis50ForProYuzu25"
EndIf
EndIf
Else
@ -47,11 +42,6 @@ Else
Var XMLProfile = XMLProfile + "-"
Var XMLProfile = XMLProfile + "PromoYuzu250"
; case-local-profile
If XMLProfile = "Discount50-PromoYuzu250" Then
DEBUGVAR "No pro reduce but Discount50, concat pro yuzu"
Var XMLProfile = "NoDis50ForProYuzu25"
EndIf
EndIf
EndIf
Else
@ -81,3 +71,9 @@ Else
EndIf
EndIf
If IgnoreProfileFromRunEV = 1 Then
Var ToggleAfterEventProfileOff = 1
EndIf

View file

@ -58,39 +58,6 @@ If SystemDateMonthInt = 9 Then
EndIf
EndIf
If SystemDateMonthInt = 10 Then
If SetProReduceByBO = 1 Then
Var ProReducedPriceEnable = 1
EndIf
Var IgnoreProfileFromRunEV = 1
EndIf
If SystemDateMonthInt = 11 Then
If SetProReduceByBO = 1 Then
Var ProReducedPriceEnable = 1
EndIf
Var IgnoreProfileFromRunEV = 1
EndIf
If SystemDateMonthInt = 12 Then
Var IgnoreProfileFromRunEV = 1
If SetProReduceByBO = 1 Then
Var ProReducedPriceEnable = 0
EndIf
EndIf
If SystemDateMonthInt = 1 Then
If SystemDateDayInt < 16 Then
Var IgnoreProfileFromRunEV = 1
Else
Var IgnoreProfileFromRunEV = 0
EndIf
EndIf
If SystemDateMonthInt < 10 Then
Var ProReducedPriceEnable = 0
EndIf