This is great! Congratulations on shipping!! You should add "Show HN " prefix to your title, since this looks like a show and tell. I checked out the demo site and the Admin Dashboard. Seems to have everything needed to host an ecommerce site... except, I didn't find any payment gateway integration. Even checked http://demo.simplcommerce.com/Admin#/configuration and didn't find it. Any plans to integrate payment gate…
SimplCommerce: Simple, cross-platform, modularized ecommerce system on .NET Core
11–20 of 24 posts
Re: SimplCommerce: Simple, cross-platform, modularized ecommerce system on .NET Core
#12Why is this relevant to the Hacker News crowd when it clearly states "prerequisite: SQL Server".
Re: SimplCommerce: Simple, cross-platform, modularized ecommerce system on .NET Core
#13there are almost all open-source ecommerce platforms
Re: SimplCommerce: Simple, cross-platform, modularized ecommerce system on .NET Core
#14Re: SimplCommerce: Simple, cross-platform, modularized ecommerce system on .NET Core
#15Re: SimplCommerce: Simple, cross-platform, modularized ecommerce system on .NET Core
#16the platform, also listed at https://www.ecommwar.com/ there are almost all open-source ecommerce platforms
Re: SimplCommerce: Simple, cross-platform, modularized ecommerce system on .NET Core
#17the platform, also listed at https://www.ecommwar.com/ there are almost all open-source ecommerce platforms
Re: SimplCommerce: Simple, cross-platform, modularized ecommerce system on .NET Core
#18This is great! Congratulations on shipping!! You should add "Show HN " prefix to your title, since this looks like a show and tell. I checked out the demo site and the Admin Dashboard. Seems to have everything needed to host an ecommerce site... except, I didn't find any payment gateway integration. Even checked http://demo.simplcommerce.com/Admin#/configuration and didn't find it. Any plans to integrate payment gate…
I second parent's suggestion here though, Stripe API is a great place to start.
Re: SimplCommerce: Simple, cross-platform, modularized ecommerce system on .NET Core
#19https://github.com/simplcommerce/SimplCommerce/blob/master/s...
Price, OldPrice, SpecialPrice, special price start and end dates properties are less than ideal for any non-trivial implementation. Prices should be driven by policies, not defined in the product itself (IMO.)
Re: SimplCommerce: Simple, cross-platform, modularized ecommerce system on .NET Core
#20Great stuff, I love seeing what people are building with .NET Core. I feel like I'm getting much closer to the point that I could confidently commit to building a greenfields project for a client in it. Are there any parts of the project you could highlight as being much harder or easier as a result of building it in .NET Core over, say, .NET 4.6?
1. entity framework core code first does not support table per type inheritance, which makes database migration necessary
2. some libraries do not support .NET Core yet