Disable topup with code if use coupon discount
This commit is contained in:
parent
4602410a91
commit
28782e173a
1 changed files with 6 additions and 0 deletions
|
|
@ -49,6 +49,10 @@
|
||||||
Var TopupWithCashState = "Disable"
|
Var TopupWithCashState = "Disable"
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
If Seeker.CodeChannel = 1 Then
|
||||||
|
Var TopupWithCodeState = "Disable"
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
</EventOpen>
|
</EventOpen>
|
||||||
<Timeout> 1000 </Timeout>
|
<Timeout> 1000 </Timeout>
|
||||||
|
|
@ -165,8 +169,10 @@
|
||||||
<Button>
|
<Button>
|
||||||
<X> 664 </X>
|
<X> 664 </X>
|
||||||
<Y> 1225 </Y>
|
<Y> 1225 </Y>
|
||||||
|
<State> TopupWithCodeState </State>
|
||||||
<Filename> Var( DirImage + "/bn_topup_with_code.png" ) </Filename>
|
<Filename> Var( DirImage + "/bn_topup_with_code.png" ) </Filename>
|
||||||
<FilenamePress> Var( DirImage + "/bp_topup_with_code.png" )</FilenamePress>
|
<FilenamePress> Var( DirImage + "/bp_topup_with_code.png" )</FilenamePress>
|
||||||
|
<FilenameDisable> Var( DirImage + "/bp_topup_with_code.png" )</FilenameDisable>
|
||||||
<Sound> "ROOT/sounds/codebuttom.wav" </Sound>
|
<Sound> "ROOT/sounds/codebuttom.wav" </Sound>
|
||||||
<Volume> SoundVolume </Volume>
|
<Volume> SoundVolume </Volume>
|
||||||
<EventClick>
|
<EventClick>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue