card fix
This commit is contained in:
@@ -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("/")
|
||||
|
||||
Reference in New Issue
Block a user