I want to start creating physical products that I would like to sell on my website. I’d like to use stripe for this as I’m just starting and they only take a % on each sale which is just great.
So I would need to be able to create products, with prices and being able to add them to a shopping cart, then able to check out through stripe.
Has anyone done this before and could anyone guide me on what I would need in order for me to code this?
Any help is appreciated!
If there are other, easier ways than using stripe, I’m all ears as well!
Initially, we also thought about a shopping cart experience, but that would involve quite some custom coding (e.g. assembling all the products, then creating a custom Stripe checkout,…).
So, we went the easy route and just set up products in Stripe, then generated a payment link, added some custom HTML cards in Ghost and well…here we are.
This has helped me tremendously when setting this up for my mother-in-law (but in the end, we decided it’s very unlikely for somebody to buy more than one product at the same time).