THAI: add image coupon check_member2.xml
This commit is contained in:
parent
9959dc635c
commit
006891246d
2 changed files with 10 additions and 2 deletions
|
|
@ -620,7 +620,7 @@
|
||||||
Var CouponNameB = "/imgCoupon121.png"
|
Var CouponNameB = "/imgCoupon121.png"
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
If CouponTypeA = "135" Then
|
If CouponTypeB = "135" Then
|
||||||
Var CouponNameB = "/imgCouponMKP1.png"
|
Var CouponNameB = "/imgCouponMKP1.png"
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
@ -869,7 +869,7 @@
|
||||||
Var CouponNameB = "/imgCoupon121.png"
|
Var CouponNameB = "/imgCoupon121.png"
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
If CouponTypeA = "135" Then
|
If CouponTypeB = "135" Then
|
||||||
Var CouponNameB = "/imgCouponMKP1.png"
|
Var CouponNameB = "/imgCouponMKP1.png"
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -485,6 +485,10 @@
|
||||||
Var CouponNameA = "/imgCoupon121.png"
|
Var CouponNameA = "/imgCoupon121.png"
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
If CouponTypeA = "135" Then
|
||||||
|
Var CouponNameA = "/imgCouponMKP1.png"
|
||||||
|
EndIf
|
||||||
|
|
||||||
INT CouponExireA_D
|
INT CouponExireA_D
|
||||||
INT CouponExireA_Y
|
INT CouponExireA_Y
|
||||||
Var CouponExireA_Y = CouponExireA_Y + 0
|
Var CouponExireA_Y = CouponExireA_Y + 0
|
||||||
|
|
@ -552,6 +556,10 @@
|
||||||
Var CouponNameB = "/imgCoupon121.png"
|
Var CouponNameB = "/imgCoupon121.png"
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
If CouponTypeB = "135" Then
|
||||||
|
Var CouponNameB = "/imgCouponMKP1.png"
|
||||||
|
EndIf
|
||||||
|
|
||||||
INT CouponExireB_D
|
INT CouponExireB_D
|
||||||
INT CouponExireB_Y
|
INT CouponExireB_Y
|
||||||
Var CouponExireB_Y = CouponExireB_Y + 0
|
Var CouponExireB_Y = CouponExireB_Y + 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue