78 lines
No EOL
2.1 KiB
XML
78 lines
No EOL
2.1 KiB
XML
If BoostEnergyPro = 1 Then
|
|
If Seeker.CodeChannel = 1 Then
|
|
SAVELOG "[AFTER_COLLECT_POINT] BoostEnergyPro: Not get discount code because client use discount to buy drink."
|
|
Else
|
|
|
|
Var getDiscount = 0
|
|
If Seeker.selected_a_drink = "12-05-02-0148" Then
|
|
Var getDiscount = 1
|
|
EndIf
|
|
If Seeker.selected_a_drink = "12-05-02-0034" Then
|
|
Var getDiscount = 1
|
|
EndIf
|
|
If Seeker.selected_a_drink = "12-05-03-0034" Then
|
|
Var getDiscount = 1
|
|
EndIf
|
|
If Seeker.selected_a_drink = "12-05-02-0035" Then
|
|
Var getDiscount = 1
|
|
EndIf
|
|
If Seeker.selected_a_drink = "12-05-03-0035" Then
|
|
Var getDiscount = 1
|
|
EndIf
|
|
If Seeker.selected_a_drink = "12-05-02-0136" Then
|
|
Var getDiscount = 1
|
|
EndIf
|
|
If Seeker.selected_a_drink = "12-05-03-0136" Then
|
|
Var getDiscount = 1
|
|
EndIf
|
|
If Seeker.selected_a_drink = "12-05-02-0137" Then
|
|
Var getDiscount = 1
|
|
EndIf
|
|
If Seeker.selected_a_drink = "12-05-03-0137" Then
|
|
Var getDiscount = 1
|
|
EndIf
|
|
If Seeker.selected_a_drink = "12-05-02-0138" Then
|
|
Var getDiscount = 1
|
|
EndIf
|
|
If Seeker.selected_a_drink = "12-05-03-0138" Then
|
|
Var getDiscount = 1
|
|
EndIf
|
|
If Seeker.selected_a_drink = "12-05-02-0139" Then
|
|
Var getDiscount = 1
|
|
EndIf
|
|
If Seeker.selected_a_drink = "12-05-03-0139" Then
|
|
Var getDiscount = 1
|
|
EndIf
|
|
If Seeker.selected_a_drink = "12-05-02-0140" Then
|
|
Var getDiscount = 1
|
|
EndIf
|
|
If Seeker.selected_a_drink = "12-05-03-0140" Then
|
|
Var getDiscount = 1
|
|
EndIf
|
|
If Seeker.selected_a_drink = "12-05-02-0141" Then
|
|
Var getDiscount = 1
|
|
EndIf
|
|
If Seeker.selected_a_drink = "12-05-03-0141" Then
|
|
Var getDiscount = 1
|
|
EndIf
|
|
If Seeker.selected_a_drink = "12-05-02-0142" Then
|
|
Var getDiscount = 1
|
|
EndIf
|
|
If Seeker.selected_a_drink = "12-05-03-0142" Then
|
|
Var getDiscount = 1
|
|
EndIf
|
|
If Seeker.selected_a_drink = "12-05-02-0143" Then
|
|
Var getDiscount = 1
|
|
EndIf
|
|
If Seeker.selected_a_drink = "12-05-03-0143" Then
|
|
Var getDiscount = 1
|
|
EndIf
|
|
|
|
If getDiscount = 1 Then
|
|
Open "ROOT/taobin_project/xml/event/boost_energy/page_got_discount_code.xml"
|
|
EndIf
|
|
|
|
EndIf
|
|
EndIf
|
|
|
|
Open "ROOT/taobin_project/xml/page_lid_straw.xml" |