Re: [GENERAL] Shopping cart

2008-10-23 Thread Thomas Guettler
Andrus schrieb: > Thank you. > >> I know the OP wants to stick to a language he knows, but with django >> (Python), >> you have a quite good admin site. >> >> I guess the OP would be more fast with django, even if he needs to learn >> python on his way. > > Major stopper for python usage is lack of

Re: [GENERAL] Shopping cart

2008-10-23 Thread Andrus
Thank you. I know the OP wants to stick to a language he knows, but with django (Python), you have a quite good admin site. I guess the OP would be more fast with django, even if he needs to learn python on his way. Major stopper for python usage is lack of hosting. Where to find free hosting

Re: [GENERAL] Shopping cart

2008-10-23 Thread Thomas Guettler
Aarni schrieb: > As Jonathan said, the trick is not in getting the shop online but in the > management side of it all. The public shop interface is in fact only a small > proportion of the system. > Hi, I know the OP wants to stick to a language he knows, but with django (Python), you have a

Re: [GENERAL] Shopping cart

2008-10-23 Thread Aarni
On Wednesday 22 October 2008 18:39:53 Jonathan Bond-Caron wrote: > > If there's no time constraints, I'd do as someone mentioned and build it > yourself. Open source or even commercial e-commerce solutions tend to get > very complicated in trying to be 'flexible'. > > i.e. > CREATE TABLE shopping_c

Re: [GENERAL] Shopping cart

2008-10-22 Thread Andrus
I'm not sure / have not used either. Magento seems to use Zend_Db as the database abstraction so it seems like a matter of porting the schema. Ubercart does look simpler, go whatever you find more interesting or faster to do. This is interesting. If it better to modify Magento or Zend Cart (wh

Re: [GENERAL] Shopping cart

2008-10-22 Thread Jonathan Bond-Caron
On Wed Oct 22 10:16 AM, Andrus wrote: > 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. Wow that's too bad/sad for the mySQL only. At least they are using innoDB.

Re: [GENERAL] Shopping cart

2008-10-22 Thread Ivan Sergio Borgonovo
On Wed, 22 Oct 2008 15:42:48 +0300 "Andrus" <[EMAIL PROTECTED]> wrote: > > I think that anyway most of the popular prepackaged solutions > > don't support transactions in the DB. > Probably I do'nt need transactions. You don't need transactions as much as you don't need a database since you can

Re: [GENERAL] Shopping cart

2008-10-22 Thread Andrus
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 shoppin

Re: [GENERAL] Shopping cart

2008-10-22 Thread Jonathan Bond-Caron
On Wed Oct 22 07:01 AM, Andrus wrote: > > I have looked some PHP source code archives without success yet. > For PHP, your best option is http://www.magentocommerce.com/ -- http://svn.magentocommerce.com/source/branches/1.1 I've never used it but it's 'clean' code with commercial backing.

Re: [GENERAL] Shopping cart

2008-10-22 Thread justin
Andrus wrote: Thomas, http://www.satchmoproject.com/ But it is written in python. Not PHP or C#. Thank you. Unfortunately for me it seems that learning another language, Python + Django to support shopping cart is too much. Where to find Visual FoxPro, PHP or C#/mod_mono scripts for this?

Re: [GENERAL] Shopping cart

2008-10-22 Thread Andrus
Ivan, Thank you. I'm writing one especially based on postgresql but I'm still busy with the current client to put the source in such a shape that could be publicly published. What language are you using ? The ones I'm aware of are Zen Cart, OSCommerce, Ubercart and Ecommerce (last 2 for dru

Re: [GENERAL] Shopping cart

2008-10-22 Thread Grzegorz Jaƛkiewicz
you'll have problems finding anything like that, mainly because people usually write that stuff themselves. So just that python or whatever code as an example, and write your own lib. You might actually learn something while doing it too.

Re: [GENERAL] Shopping cart

2008-10-22 Thread Andrus
Thomas, http://www.satchmoproject.com/ But it is written in python. Not PHP or C#. Thank you. Unfortunately for me it seems that learning another language, Python + Django to support shopping cart is too much. Where to find Visual FoxPro, PHP or C#/mod_mono scripts for this? Those language

Re: [GENERAL] Shopping cart

2008-10-22 Thread Thomas Guettler
Hi, http://www.satchmoproject.com/ But it is written in python. Not PHP or C#. Thomas Andrus schrieb: > I'm looking for a open source PHP or C#/mod_modo/Apache shopping chart. > > PostgreSQL database should contain items and item pictures or pictures > should stored in separate files. > > Use

Re: [GENERAL] Shopping cart

2008-10-22 Thread Ivan Sergio Borgonovo
On Wed, 22 Oct 2008 12:22:21 +0300 "Andrus" <[EMAIL PROTECTED]> wrote: > I'm looking for a open source PHP or C#/mod_modo/Apache shopping > chart. > > PostgreSQL database should contain items and item pictures or > pictures should stored in separate files. > > User can pick items, enter quantiti