Re: Shopping cart

From: "Andrus" <kobruleht2(at)hot(dot)ee>
To: "Jonathan Bond-Caron" <jbondc(at)openmv(dot)com>, "'Thomas Guettler'" <hv(at)tbz-pariv(dot)de>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Shopping cart
Date: 2008-10-22 14:16:45
Message-ID: 6FA144CA454B47ED85301017BDFC31F9@andrusnotebook
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jonathan,

Thank you.

> For PHP, your best option is http://www.magentocommerce.com/ --
> http://svn.magentocommerce.com/source/branches/1.1

Magento is only for MySql.

My shopping cart must get products and add orders to existing PostgreSQL
database.
So I must re-write some parts of any shopping cart.

Only shopping cart which has PostgreSql support seems to be Drupal module
Ubercart (http://www.ubercart.org/)
pointed by Ivan.
Amout of work adding existing PostgrSql database support to MySql or
PostgreSql cart PHP code is probably not much different.
However all other solutions require hosting separate MySql database which
probably increases support cost a lot.

So is'nt it best to use Drupal+Ubercart ?

Andrus.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thom Brown 2008-10-22 14:59:07 Storing questionnaire data
Previous Message Andrus 2008-10-22 13:58:06 Re: How to get schema name which violates fk constraint