back to school & free children

This commit is contained in:
pichet 2023-05-02 14:00:40 +07:00
parent 16b91d7710
commit db7c6996dc
41 changed files with 800 additions and 12 deletions

View file

@ -330,10 +330,13 @@
EndIf
DEBUGVAR PromotionIDCurrentOrder
Var DiscountWithIdentifyState = "Invisible"
Var DiscountWithIdentifyState = "Enable"
DEBUGVAR Price5Active
DEBUGVAR EnableLiveness
DEBUGVAR DiscountWithIdentifyState
Var ChildrenFree = 0
If EnableLiveness = "true" Then
If CameraCount = 1 Then
@ -3297,8 +3300,8 @@
<State> DiscountWithIdentifyState </State>
<X> 285 </X>
<Y> 1785 </Y>
<Filename> Var( DirImage + "/bp_price5baht.png" ) </Filename>
<FilenamePress> Var( DirImage + "/bp_price5baht.png" )</FilenamePress>
<Filename> Var( DirImage + "/bp_childrenFree.png" ) </Filename>
<FilenamePress> Var( DirImage + "/bp_childrenFree.png" )</FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
@ -3490,7 +3493,8 @@
If SelectDrinkType = 1 Then
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml"
Open "ROOT/taobin_project/xml/page_identity_verification.xml"
;Open "ROOT/taobin_project/xml/page_identity_verification.xml"
Open "ROOT/taobin_project/xml/page_identityChildren_consent.xml"
EndIf
EndIf