taobin_project/inter/mys/xml/event/event_profile.ev
2024-09-16 17:11:48 +07:00

33 lines
810 B
Text

TRY "/mnt/sdcard/coffeevending/taobin_project/inter/mys/xml/event/tricker.ev"
Var XMLProfilePreEvent = XMLProfile
DEBUGVAR XMLProfile
STRCONTAIN "PromoYuzu250" XMLProfile HasProYuzu250Concat
STRCONTAIN "PromoReduced" XMLProfile IsProfileReduce
DEBUGVAR HasProYuzu250Concat
DEBUGVAR ProReducedPriceEnable
DEBUGVAR ProYuzu250Enable
If ProReducedPriceEnable = 1 Then
Else
; case-pro-reduce-end
If ProYuzu250Enable = 1 Then
; concat-profile
If HasProYuzu250Concat = "true" Then
Else
If IsProfileReduce = "true" Then
Else
CacheVarStr "put" XMLProfilePreEvent
Var XMLProfile = XMLProfile + "-"
Var XMLProfile = XMLProfile + "PromoYuzu250"
EndIf
EndIf
EndIf
EndIf