Prev: natural language processing (nlp) (was: natural text / human text analysis)
Next: natural language processing (nlp) (was: natural text / humantext analysis)
From: "Ali Reza Sajedi" on 17 Mar 2010 10:55 Hello all, Does anybody know a good open source bookshop/bookstore system written in php+mysql? Google and sourceforge search didn't yield good results. Any hint would be very much appreciated. Ali
From: Tommy Pham on 17 Mar 2010 14:49 On Wed, Mar 17, 2010 at 7:55 AM, Ali Reza Sajedi <arsajedi(a)khanehjou.com> wrote: > Hello all, > > Does anybody know a good open source bookshop/bookstore system written in > php+mysql? > > Google and sourceforge search didn't yield good results. > > Any hint would be very much appreciated. > > Ali > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Sounds like you're looking for an e-commerce solution. Did you search for 'open source e-commerce' ?
From: "O. Lavell" on 17 Mar 2010 15:22 Tommy Pham wrote: > Ali Reza Sajedi wrote: >> Hello all, >> >> Does anybody know a good open source bookshop/bookstore system written >> in php+mysql? > Sounds like you're looking for an e-commerce solution. You mean a webshop? > Did you search for 'open source e-commerce' ? It could be that a bookshop has specific requirements that a generic webshop application can't meet. Sorry, Ali, I can't help you either.
From: "Ali Reza Sajedi" on 17 Mar 2010 15:48 Hello all, Thanks very much for your kind feedback sofar. I know of many shop and cms systems written in php. However, what I am looking for is a system developed specifically for books. And, as mentioned hier such a system has its own specific requirements that other generic systems do not meet. Ali ----- Original Message ----- From: "O. Lavell" <olavell(a)xs4all.nl> To: <php-general(a)lists.php.net> Sent: Wednesday, March 17, 2010 8:22 PM Subject: Re: [PHP] open source bookshop > Tommy Pham wrote: >> Ali Reza Sajedi wrote: > >>> Hello all, >>> >>> Does anybody know a good open source bookshop/bookstore system written >>> in php+mysql? > >> Sounds like you're looking for an e-commerce solution. > > You mean a webshop? > >> Did you search for 'open source e-commerce' ? > > It could be that a bookshop has specific requirements that a generic > webshop application can't meet. > > Sorry, Ali, I can't help you either. > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php
From: Tommy Pham on 17 Mar 2010 16:06
On Wed, Mar 17, 2010 at 12:48 PM, Ali Reza Sajedi <arsajedi(a)khanehjou.com> wrote: > Hello all, > > Thanks very much for your kind feedback sofar. > > I know of many shop and cms systems written in php. > > However, what I am looking for is a system developed specifically for books. > > And, as mentioned hier such a system has its own specific requirements that > other generic systems do  not meet. > > Ali > > ----- Original Message ----- From: "O. Lavell" <olavell(a)xs4all.nl> > To: <php-general(a)lists.php.net> > Sent: Wednesday, March 17, 2010 8:22 PM > Subject: Re: [PHP] open source bookshop > > >> Tommy Pham wrote: >>> >>> Ali Reza Sajedi wrote: >> >>>> Hello all, >>>> >>>> Does anybody know a good open source bookshop/bookstore system written >>>> in php+mysql? >> >>> Sounds like you're looking for an e-commerce solution. >> >> You mean a webshop? >> >>> Did you search for 'open source e-commerce' ? >> >> It could be that a bookshop has specific requirements that a generic >> webshop application can't meet. The only thing that books differ from a general webshop / e-commerce is ISBN and authors. In any case, a good e-commerce solution should have UPC/ISBN since every product is identified by UPC/ISBN regardless of the industry. So what I suggest is look for a good open source e-commerce solution that has most of the features you're looking for and just implement additional fields in the db for ISBN, authors, publishers (manufacturers?) and some additional php code. It beats writing an e-commerce from scratch and helps you better understand that solution you're implementing. >> >> Sorry, Ali, I can't help you either. >> >> -- >> PHP General Mailing List (http://www.php.net/) >> To unsubscribe, visit: http://www.php.net/unsub.php > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > |