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