diff --git a/xml/page_payment.xml b/xml/page_payment.xml index 9f34937d..518d4264 100644 --- a/xml/page_payment.xml +++ b/xml/page_payment.xml @@ -92,6 +92,10 @@ Var PriceDrink = OriginalPrice + TOPPING_PRICE EndIf + If FromOreoDiscount11Pro = 1 Then + Var PriceDrink = OriginalPrice + TOPPING_PRICE + EndIf + If FromPowerUpPro = 1 Then Var PriceDrink = OriginalPrice EndIf diff --git a/xml/process/discount_from_promotion.ev b/xml/process/discount_from_promotion.ev index a60c1d54..04c2ba00 100644 --- a/xml/process/discount_from_promotion.ev +++ b/xml/process/discount_from_promotion.ev @@ -1,11 +1,11 @@ If FromOreoDiscount11Pro = 1 Then - Var OriginalPriceWithTopping = OriginalPrice + TOPPING_PRICE Var Seeker.VendingCode = "PMD11" - Var Seeker.CodeNumber = IDNum + Var Seeker.CodeNumber = "00000000" Var Seeker.CodeChannel = 1 + Var Seeker.FreeVendingCampaign = 0 Var Seeker.IntVendingCampaign = 11 - Var PriceDrink = OriginalPriceWithTopping + Var Seeker.VendingCampaignRI3 = 11 EndIf If FromMomCocoaPro = 1 Then