MYS: add special video case in temple
This commit is contained in:
parent
62b864a8e7
commit
84e83f6ea2
7 changed files with 69 additions and 30 deletions
|
|
@ -28,6 +28,9 @@ Var PromotionOreoToppingFreeEnable = 0
|
|||
; Pay later mode
|
||||
Var EnablePayLaterMode = 0
|
||||
|
||||
; Slide show Video
|
||||
Var UseSlideShowVideo = 0
|
||||
|
||||
If SystemDateMonthInt = 6 Then
|
||||
If SystemDateDayInt >= 15 Then
|
||||
Var ProThaiTeaEnable = 1
|
||||
|
|
@ -75,6 +78,16 @@ If BoxID = 177746 Then
|
|||
Var EnablePayLaterMode = 1
|
||||
|
||||
;Var AdvertiseProfile = "00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00"
|
||||
|
||||
Var UseSlideShowVideo = 1
|
||||
EndIf
|
||||
|
||||
If BoxID = 210037 Then
|
||||
Var UseSlideShowVideo = 1
|
||||
EndIf
|
||||
|
||||
If BoxID = 200002 Then
|
||||
Var UseSlideShowVideo = 1
|
||||
EndIf
|
||||
|
||||
;If BoxID = Something Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue