This commit is contained in:
2025-11-23 13:42:55 +02:00
parent 2f45a4af2f
commit 457d73045e

View File

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