This commit is contained in:
2025-11-23 13:51:11 +02:00
parent 26842b7ed8
commit 28771d4c6a

View File

@@ -319,7 +319,7 @@ class Cart:
total += item['price'] total += item['price']
shipping_cost = 17 shipping_cost = 17
self.pret_total.value = f"Pret total (include pret transport): {total + shipping_cost}" self.pret_total.value = f"Pret total: {total + shipping_cost}\n(include pret transport)"
def on_go_back_button_click(self, e): def on_go_back_button_click(self, e):
self.page.go("/") self.page.go("/")