off topic - web shop

Started by stig eriksonover 19 years ago4 messagesgeneral
Jump to latest
#1stig erikson
stigerikson_nospam_@yahoo.se

Hi.
We are looking to open a small web shop. I looked around to see if there are any open source web shops.
Can anyone recommend any web shop system (free or non-free)?

thanks
stig

#2Benjamin Smith
ben@schoolpathways.com
In reply to: stig erikson (#1)
Re: off topic - web shop

On Monday 11 September 2006 11:30, stig erikson wrote:

Hi.
We are looking to open a small web shop. I looked around to see if there are

any open source web shops.

Can anyone recommend any web shop system (free or non-free)?

I'd guess you're looking for OSCommerce. (Sucks, but less so than most other
free alternatives)

Good luck!

-Ben

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

--
"I kept looking around for somebody to solve the problem.
Then I realized I am somebody"
-Anonymous

#3Sergiusz Jarczyk
sergiusz.jarczyk@qresc.com
In reply to: Benjamin Smith (#2)
Re: off topic - web shop

Hi

Benjamin Smith wrote:
[...]

I'd guess you're looking for OSCommerce. (Sucks, but less so than most other
free alternatives)

[...]
You can also check Interchange (www.icdevgroup.org). Although it's a way
more complicated than OSCommerce (in fact, IC is more an application
server than simple webshop), you can use the foundation demo to use as
your webshop base. With simple point-and-click you can configure payment
methods and gateways, build your stock, create content pages, change
HTML code that makes page templates etc. Of course, the database
abstraction layer fully supports PostgreSQL...

Sergiusz

#4Sim Zacks
sim@compulab.co.il
In reply to: Sergiusz Jarczyk (#3)
Re: off topic - web shop

I used Interchange to build a chinese auction website about 5-6 years
ago and it worked great.
A minor amount of scripting was needed for custom functions, but other
then that it worked "out of the box"

Sergiusz Jarczyk wrote:

Show quoted text

Hi

Benjamin Smith wrote:
[...]

I'd guess you're looking for OSCommerce. (Sucks, but less so than most
other free alternatives)

[...]
You can also check Interchange (www.icdevgroup.org). Although it's a way
more complicated than OSCommerce (in fact, IC is more an application
server than simple webshop), you can use the foundation demo to use as
your webshop base. With simple point-and-click you can configure payment
methods and gateways, build your stock, create content pages, change
HTML code that makes page templates etc. Of course, the database
abstraction layer fully supports PostgreSQL...

Sergiusz

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match