MYS: add promotion Yuzu price 250

This commit is contained in:
Pakin 2024-09-16 17:11:48 +07:00
parent ac05554539
commit d55ed66d6e
35 changed files with 15306 additions and 365 deletions

View file

@ -0,0 +1,33 @@
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