THAI: fix topping selecting that disable

This commit is contained in:
thanawat saiyota 2025-03-19 13:37:32 +07:00
parent 06a715a674
commit 8f03f8d491
2 changed files with 140 additions and 35 deletions

View file

@ -380,9 +380,21 @@ If CART_COUNT = 0 Then
Var PopupToppingSelect = "Enable"
Var CustomOreoCheckState = "Enable"
Var CustomOvaltineCheckState = "Enable"
Var CustomCocoaCheckState = "Enable"
If toppingID6index2 = 321 Then
Var CustomOreoCheckState = "Enable"
Else
Var CustomOreoCheckState = "Disable"
EndIf
If toppingID6index3 = 322 Then
Var CustomCocoaCheckState = "Enable"
Else
Var CustomCocoaCheckState = "Disable"
EndIf
If toppingID6index4 = 323 Then
Var CustomOvaltineCheckState = "Enable"
Else
Var CustomOvaltineCheckState = "Disable"
EndIf
EndIf
EndIf
EndIf