Item purchase

This commit is contained in:
Artyom Ashirov
2024-11-19 05:01:13 +03:00
parent 626435a3de
commit 6fa273f0b6
5 changed files with 674 additions and 562 deletions

View File

@@ -370,6 +370,10 @@ export default class AdminProductHandler {
text: 'No products for this location',
markup: {
inline_keyboard: [
[{
text: '📥 Import Products',
callback_data: `add_product_${locationId}_${categoryId}_${subcategoryId}`
}],
[{text: '« Back', callback_data: `prod_category_${locationId}_${categoryId}`}]
]
}

File diff suppressed because it is too large Load Diff