Store templates for Telegram and MAX
A catalogue, a product card, a cart and a checkout. Products live in a table inside the app — edited from a phone or pulled from your own spreadsheet — and card payments go through your own merchant account.
1 template in this section
Products live in a table
The catalogue is drawn from rows rather than from layout: adding an item means adding a row from a phone. Products can also be pulled from your own spreadsheet or from an address serving JSON.
Payment goes to your own account
Cards are taken by your merchant account: YooKassa or T-Bank. The money reaches you directly, the receipt is issued there and refunds are made in its cabinet.
The order arrives in a messenger
A placed order lands in your Telegram as it is sent and stays in the submissions archive in the editor — no separate system to run.
Questions about this template
- How is this different from a shop on a website?
- The app opens inside Telegram and MAX, signing in happens by itself with no password, and sharing it means forwarding a message. It does not work from a browser: there a visitor sees an explanation and a way to your bot.
- How large can the catalogue be?
- Lists are drawn in pages, so thousands of rows are normal. The upper bound comes from the plan and how many table records it allows.