Pages kit + store kit + payment kit
I want to replicate this on arcblock pages kit. I have 2 questions:
- Is it possible to create this type of stores with the store kit?
- If it is not possible, how can I create it and integrate it with the payment kit?

8 replies
Somebody?
Hi, if you want to do a simple shop with Pages Kit and Payment Kit, here are the possible approach:
The above approach may require some coding.
Hi there,
Isn't there a way to use the store kit for this? I could create a component but it would require a filtering, tagging system that is already built in the store kit and would be harder to build. I'm planning to take the challenge but I will bother a lot asking questions hahaha
How can I 'manage' products in payment kit? what do you mean by that?
Store Kit is not designed for this purpose, it's just a simplified version of Blocklet Store.
If you have Payment Kit installed, you can check out: Payments --> Products
Payment Kit provides basic product/price management capabilities.
Thanks! this will make it I think. Could you point me out on the right article about how to work the back end of an app on Arcblock? lets say I build the store UI/UX how do I connect it so the tags and filters are worked in the back end?
For a typical blocklet with a backend (custom storage/api and business logic), you need:
create-blockletserve as a minimal starting point@blocklet/sdkif you want to manage users/passports in your backend: Blocklet SDK (Node.js)blocklet/js-sdkif you want to access blocklet runtime in your browser: Blocklet SDK (Browser)Thanks a lot Sir! I will go through all the documentation and let you know if I run into troubles (I'm sure I will since I'm not dev lol)