Easy ecommerce store with Nextjs and any provider
Answered
Bartholomeas posted this in #help-forum
Hi! Im looking for best way to create ecommerce stores for my client. So.. im looking for any service/library that will handle my store logic by default (like shopify/woocommerce?). Something to be fun to integrate (i mean to not have legacy code, not be slow etc), and easily integratable with my Nextjs front. It also should be 'cheap' in usage for my end client (like lowest provisions etc..)
Do you have any ideas? I Found medusa js looks great but idk its perfect, my usecase will be to create ecommerce stores by myself (without big team), so i need backend logic to be already configured for me, without struggling with cart handling, payments etc..
Thanks!
Do you have any ideas? I Found medusa js looks great but idk its perfect, my usecase will be to create ecommerce stores by myself (without big team), so i need backend logic to be already configured for me, without struggling with cart handling, payments etc..
Thanks!
Answered by B33fb0n3
I like to use "stripe". With them you can do the payment transactions & the product handling
7 Replies
@Bartholomeas Hi! Im looking for best way to create ecommerce stores for my client. So.. im looking for any service/library that will handle my store logic by default (like shopify/woocommerce?). Something to be fun to integrate (i mean to not have legacy code, not be slow etc), and easily integratable with my Nextjs front. It also should be 'cheap' in usage for my end client (like lowest provisions etc..)
Do you have any ideas? I Found medusa js looks great but idk its perfect, my usecase will be to create ecommerce stores by myself (without big team), so i need backend logic to be already configured for me, without struggling with cart handling, payments etc..
Thanks!
I like to use "stripe". With them you can do the payment transactions & the product handling
Answer
@B33fb0n3 I like to use "stripe". With them you can do the payment transactions & the product handling
But with stripe i can handle just payments, i want entire store panel preconfigured for my client, where he will see his orders, stats etc
Like wocommerce panel or shopify panel
@Bartholomeas But with stripe i can handle just payments, i want entire store panel preconfigured for my client, where he will see his orders, stats etc
well, your customer could see the procceded checkout sessions. There will also be the shipping address and of course the products that are bought. They provide a full dashboard and if you want to use
stripe connect you can even configure, what they are allowed to dow8, so stripe offers entire store panel? I thought they just handle payments, and thats all 👀
You might want to take a look at this: https://stripe.com/connect