open source bookshop

open source bookshop

am 17.03.2010 15:55:38 von Ali Reza Sajedi

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

Re: open source bookshop

am 17.03.2010 19:49:34 von Tommy Pham

On Wed, Mar 17, 2010 at 7:55 AM, Ali Reza Sajedi 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' ?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: open source bookshop

am 17.03.2010 20:22:24 von olavell

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

Re: open source bookshop

am 17.03.2010 20:48:23 von Ali Reza Sajedi

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"
To:
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


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: open source bookshop

am 17.03.2010 21:06:16 von Tommy Pham

On Wed, Mar 17, 2010 at 12:48 PM, Ali Reza Sajedi
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 boo=
ks.
>
> And, as mentioned hier such a system has its own specific requirements th=
at
> other generic systems do  not meet.
>
> Ali
>
> ----- Original Message ----- From: "O. Lavell"
> To:
> 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
>
>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: open source bookshop

am 17.03.2010 21:26:58 von Tommy Pham

On Wed, Mar 17, 2010 at 1:06 PM, Tommy Pham wrote:
> On Wed, Mar 17, 2010 at 12:48 PM, Ali Reza Sajedi
> 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 bo=
oks.
>>
>> And, as mentioned hier such a system has its own specific requirements t=
hat
>> other generic systems do  not meet.
>>
>> Ali
>>
>> ----- Original Message ----- From: "O. Lavell"
>> To:
>> 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 writte=
n
>>>>> 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.
>

every product =3D every 'physical' product (not digital :p)

>>>
>>> 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
>>
>>
>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: open source bookshop

am 18.03.2010 05:22:57 von Kevin Kinsey

Ali Reza Sajedi 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.

SAM'S published a PHP book some years ago that had just
such an app in "demo" form, on CD, included. A big purple
book. The app was basically a shopping cart system, but
it was specifically for books. Might be a good way to
learn something and a good framework for further customization.

Given that it's a few years old, though, you'd want to
definitely do some reading on security best procedures
and changes since PHP 4....

As for the rest of the discussion, a bookshop could
easily be most of the standard cart-type apps. Since
they have only a few characteristics, it's much easier
than, for example, retail clothing ;-)

HTH,

Kevin Kinsey

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php