catalogue operations, db migr and so on.
pre release version.
This commit is contained in:
@@ -24,3 +24,8 @@ def get_order_item_list(cart: CartDTO):
|
||||
text += f"\n━━━━━━━━━━━━━━\n💰 Итого: {cart.total}₽"
|
||||
|
||||
return text
|
||||
|
||||
|
||||
def get_breadcrumps_path(products: list[Product]) -> str:
|
||||
products_str = f" -> {' -> '.join([x.name for x in products])}" if products else ""
|
||||
return f"<b>🏠 Каталог{products_str}</b>"
|
||||
|
||||
Reference in New Issue
Block a user