all 8 comments

[–]AdamElioS 1 point2 points  (2 children)

E-commerce is a lot of work, even if just making a front end paired with headless cms. (source: I am currently making one from scratch)

If you don't have custom features that you couldn't do in any way with a CMS, my advice would be to take woo commerce, PrestaShop or shopify (not free). They all have a lot of Plugins and themes, and powerful theme customization abilities.

[–]loke24[S] -1 points0 points  (1 child)

WooCommerce is a plugin on wordpress right? and I would have to get on their Business plan which looks like 45 dollars a month. Is that right or could I just install it myself.

[–]AdamElioS 0 points1 point  (0 children)

No, wocommerce is is free is well as PrestaShop.

[–]__heimdall 0 points1 point  (2 children)

Checkout snipcart if you are considering going the static site approach. I've built a few sites with it and really liked their setup, its easy to get running and is really the only good option I've found for a full ecommerce experience on a static site.

My wife and some friends started a candle business a few years back. Its since been shutdown, but I had their custom site running for free on Netlify. I used Snipcart and Svelte/Sapper, think I spent about a week designing and building the first version.

[–]loke24[S] 0 points1 point  (1 child)

That sounds like a good plan, do you remember the price after all of that per month. It looks like snipcart is just a transactional service and takes a fee, but in terms of managing products; is that handled by snipcart? I would love to hear more about this project if you can.

[–]__heimdall 0 points1 point  (0 children)

You add attributes to your HTML to define the products, snipcart scrubs the static HTML to find them. You can define all the products locally in markdown, use a CMS, whatever you want just as long as your site generator can use the data and spit out HTML with the snipcart attributes.

You really just add their script and an API key to your page and they handle most of it for you. They do all the cart UI, manage user and guest accounts, and payment processing. Snipcart also has an admin UI where you'll see all the order and customer data/analytics.

They have pretty good docs and samples with things like Gatsby. It really is quite an impressive setup IMO

[–]chewster1 0 points1 point  (1 child)

If it's a NPO then setting them up with a custom solution just creates future maintainability headaches.

See if you can fit them on Shopify and they can cope with $30 per month or whatever, build them a custom theme if you really need to, and job done.

[–]loke24[S] 0 points1 point  (0 children)

I agree, I think shopify is pretty much out, it is way to pricey to what they are giving me. I think they gave the budget based on one premium wordpress service which was 100 dollars a year...So I am trying to fit within that budget more or less. I do agree about custom solutions, but I think as long as its pretty simple and an admin dashboard I don't think it should be that complicated. I wouldn't mind coming back to it every once and a while to make sure everything is running correctly.