fix bug run.ev not run & update mys desc

This commit is contained in:
Pakin 2024-10-21 16:48:33 +07:00
parent 28c1485e9e
commit ba9c746d3e
8 changed files with 676 additions and 660 deletions

View file

@ -7,14 +7,14 @@ STRCONTAIN "PromoReduced" XMLProfile IsProfileReduce
DEBUGVAR HasProYuzu250Concat
DEBUGVAR ProReducedPriceEnable
DEBUGVAR ProYuzu250Enable
DEBUGVAR IgnoreProfileFromRunEV
If ProReducedPriceEnable = 1 Then
Else
DEBUGVAR "Case pro reduce end"
; case-pro-reduce-end
If ProYuzu250Enable = 1 Then
If IgnoreProfileFromRunEV = 1 Then
DEBUGVAR "Pro yuzu ongoing"
; concat-profile
If HasProYuzu250Concat = "true" Then
@ -32,6 +32,12 @@ Else
DEBUGVAR XMLProfilePreEvent
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
@ -40,6 +46,12 @@ 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