MYS: update pro and price
This commit is contained in:
parent
fa213879b5
commit
97c3bf335a
28 changed files with 44512 additions and 44474 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue