simplcommerce / SimplCommerce

A simple, cross platform, modulith ecommerce system built on .NET
http://www.simplcommerce.com
Apache License 2.0
4.21k stars 1.59k forks source link

Websites use SimplCommerce #762

Closed thiennn closed 5 years ago

thiennn commented 5 years ago

SimplCommerce is my hobby project. I build it just because I want to practice my coding skill and for fun. I don't use it for business. 3 years have passed and now SimpleCommerce has more than 34 modules :D However, I am losing motivation to develop new features for it and I also don't have much free time recently.

To stay motivated, I would like to know how much SimplCommerce is useful for the community. So if you are able to utilize it to build real websites, please add your website url in a comment below. Thanks, I promise that SimplCommerce will always free as it is. Don't worry, there is no problem if you cannot share it because of some reasons.

KettuDevelopment commented 5 years ago

At this time I use it at www.testshop.nero-flavours.de But it don't work 100% In 1-2 weeks the URL will change and we go online with a real shop. For German followers I will add "sofotrüberweisung.de" payment module and will post it.

Thank you for your great work!

MarshalOfficial commented 5 years ago

SimplCommerce is my hobby project. I build it just because I want to practice my coding skill and for fun. I don't use it for business. 3 years have passed and now SimpleCommerce has more than 34 modules :D However, I am losing motivation to develop new features for it and I also don't have much free time recently.

To stay motivated, I would like to know how much SimplCommerce is useful for the community. So if you are able to utilize it to build real websites, please add your website url in a comment below. Thanks, I promise that SimplCommerce will always free as it is. Don't worry, there is no problem if you cannot share it because of some reasons.

@thiennn Hi bro, I am preparing SimpleCommerce for a business project and website will be online soon as possible these days, but i have some small issues that i have created issues for them, but no body help me, i will appreciate if you help me in these hard few days that i want to publish a small commerce for my client, Thanks, https://github.com/simplcommerce/SimplCommerce/issues/created_by/MarshalOfficial

thiennn commented 5 years ago

@MarshalOfficial I am sorry because I am very busy recently so that I cannot support all your issues. However for some specific needs you might have to do it by yourself, the code is open you modify it for your need

MarshalOfficial commented 5 years ago

@thiennn Sure bro, Thank you, I feel your condition and busy time,

ytong3 commented 5 years ago

I come across SimplCommerce while doing research for a project. Just subscribed to this issue, as I am also interested in seeing how it is used in real world. Anyway, I appreciate your being open and sharing your knowledge and code. At least, I would like to give you my moral support and appreciation!

IamGanesh19 commented 5 years ago

I am planning to use it for an online fashion portal. Will share the URL once it is up and running. In the process of creating the website, I have written a payment provider for India. Will create a PR for it very soon.

jacek-gorgon commented 5 years ago

Found this project just now while looking for a simple ecommerce solution to integrate with our commercial product. Will review code the code and if it's a good fit, our team might be able to contribute a bit to the project :)

ghost commented 5 years ago

I can’t provide a link to a site now but we are currently working on migrating one of our client site which is based on another platform to your SimplCommerce. What make us decide to do the switch:

Front wise we won’t be using what SimplCommerce provide and use our Vue.js/Quasar front, to do so we are at the moment tweaking SimplCommerce to have a full API approach. We are hopping on having it work by the end of the month, going under test the next and maybe going live in june.

hederson commented 5 years ago

@thiennn I just forked your project and loved what I saw. I'm trying to put online my wife's store and I found in your project a great way to do that with simplicity. I'm planning to do that in a few weeks.

Thank you again, and dont give up.

PS: How can I help to develop this amazing project? PS2: I'm .net developer too. PS3: I'm from Brazil and I can develop local shipping and payment methods.

amohsyn commented 5 years ago

Hello @KettuDevelopment dear i have also a live website http://www.dressco.pk based on simplcommerce but i am facing very sluggish and painfully slow website loading almost it takes 4-5 min to complete every response. Even i reload the web it takes the same time no cashing help.

Please help me out solving this issue or could you please share your code please.

KettuDevelopment commented 5 years ago

Hey @amohsyn u have to check the service-timeout settings of your IIS App Pool. I solved this problem this way.

fhebel commented 5 years ago

Hi Thien,

thanks very much for the nice work.

I'm going to use simplcommerce for my wife's retail sales of exquisite Italian wines & olive oils. If that works out well I'll add another shop for exclusive silk suspenders.

Anyway, sometimes I have stupid newbie's questions. Where is the best place to ask them without bothering anybody?

Best regards,

Florian

TheFirstWhiteDream commented 5 years ago

Hi dear, As a beginner of. net core in China, I was lucky to see this project. It's great! I hope that the author can continue to maintain and update, or give it to a community for maintenance and upgrading. At the same time, I wish you every success in your career and happiness in your family.

andresclaros commented 5 years ago

Hi Thien, Great project, I use it to learn .net core and architecture. Thank you so much.

thiennn commented 5 years ago

Thank you for all the comments. I will back shortly

afernandes commented 5 years ago

It is used on some internal sites of the company and I intend to use on other sites in the future.

I use the metronic theme on the website frontend https://keenthemes.com/metronic/ https://keenthemes.com/metronic-v5.5.5/

On this particular site, I only use the wish list for now. (And that's great because simplCommerce is modular.) print print 2

jacek-gorgon commented 5 years ago

We have, in fact, adopted SimplCommerce in our solution. We're developing a heavily customized version for our internal needs and we'd like to port back possible bugfixes, etc., but due to the extent of those customizations, code bases will branch quite far and backporting might become impractical.

vtoxi commented 5 years ago

I'm working on the project. doing some customizations for my client. I'll share the link after it is deployed.

Thank you so much for your support. I love the project.

carlose18 commented 5 years ago

Hello @KettuDevelopment dear i have also a live website http://www.dressco.pk based on simplcommerce but i am facing very sluggish and painfully slow website loading almost it takes 4-5 min to complete every response. Even i reload the web it takes the same time no cashing help.

Please help me out solving this issue or could you please share your code please.

-- How did you solve this problem? public async Task ProductDetail(long id) { var product = _productRepository.Query() .Include(x => x.OptionValues) .Include(x => x.Categories).ThenInclude(c => c.Category) .Include(x => x.AttributeValues).ThenInclude(a => a.Attribute) .Include(x => x.ProductLinks).ThenInclude(p => p.LinkedProduct).ThenInclude(m => m.ThumbnailImage) .Include(x => x.ThumbnailImage) .Include(x => x.Medias).ThenInclude(m => m.Media) .FirstOrDefault(x => x.Id == id && x.IsPublished); } for example, is so slow. thanks

zhukovskyy commented 5 years ago

Hello @KettuDevelopment dear i have also a live website http://www.dressco.pk based on simplcommerce but i am facing very sluggish and painfully slow website loading almost it takes 4-5 min to complete every response. Even i reload the web it takes the same time no cashing help.

Please help me out solving this issue or could you please share your code please.

Sometimes it depends from IIS settings and from MS SQL database productivity...

fhebel commented 4 years ago

Shop for superb Italian wines (targeting EU customers), specialty Amarone Riserva & Recioto: www.italopassione.com

thiennn commented 4 years ago

@fhebel It's ok to remove or change the "Copyright © 2020 SimplCommerce" in the footer

fhebel commented 4 years ago

@thiennn Thanks a lot, mate!