DuxCommerce - an Orchard Core commerce module #16548
Replies: 5 comments 9 replies
-
will it be open sourced? |
Beta Was this translation helpful? Give feedback.
-
This is very nice, though any particular reason why you didn't instead contribute what you feel missing to Orchard Core Commerce? |
Beta Was this translation helpful? Give feedback.
-
@Piedone first thank you for dojo course. When I was comparing OrchardCore with Umbraco, your course made a difference. Without it, nothing would happen or I might go with Umbraco. Actually when I was watching your videos, I was dreaming about working for Lombiq some day. 😄 That's how impressed I was by the work you guys had done. There are a few reasons that I started this project instead of contributing to OrchardCore Commerce module. I highlight a couple of them here. When people ask me for advice on eCommerce solution, I always recommend Shopify because of its ease of use. The ideal solution I want to build is to hide all technical concepts like content fields, content parts, content types, etc, from end users. For example, if a user wants to enable stock tracking for a product, he should be able to do that by ticking a check box. He doesn't have to know product type or an inventory part and how to add inventory part to product type. I think this is a very fundamental difference. The second reason has to do with coding styles or taste. When I tried to understand Commerce module code, I was struggling because I felt I had to deal with two things at the same time, content management concepts and ecommerce logic. Ecommerce itself is complex enough and adding content management to it frustrated me. A lot of times its code was just over my head. With DuxCommerce, my goal is to deal with one of them at any given time. There are other reasons as well, but I leave them for another day. |
Beta Was this translation helpful? Give feedback.
-
I appreciate your efforts @duxonline let us know when you open source the project, moreover, I suggest to link it in Orchard Core Commerce and contribute to that project as @Piedone suggested unless there are some reasons to driver your project by your own of the community |
Beta Was this translation helpful? Give feedback.
-
@duxonline are there plans to open source this ? I like the UI and the simplicity. |
Beta Was this translation helpful? Give feedback.
-
Today I'm happy to introduce DuxCommerce - a complete Orchard Core ecommerce solution. I started this project to learn functional programming in Haskell and F# back to 2020 and had been working on the project on and off since then.
In 2022 I decided to migrate it to Orchard Core. It took much longer than I planned. Today I finally have the courage to share it with the community. Any feedback or question is welcome. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions