[PHP] shopping cart classes

2005-04-05 Thread madhuri sawant
Hi,
   I have to code shopping cart in php and I wanted to use shopping cart 
classes if available. I m confused using php classes ,I got from net after 
searching google as I want to use it for 2 3 carts. It would be very helpful to 
me, if anybody suggests me for ready available shopping cart php class and 
their links.

regards,
Madhuri



  
 

RE: [PHP] shopping cart classes

2001-02-16 Thread Thor M. Steindorsson

Seems to be good enough for NASA. :)

-Original Message-
From: Chris Lee [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 16, 2001 1:51 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] shopping cart classes


I found the same as you, I wrote some classes of my own. have you done much
with postgres ? Ive used mySQL alot here and am not happy with the
stability, postgres (beta) seems to be faster but havent used it in products
so cant comment on stability. Im curious.


--


Chris Lee
Mediawaveonline.com

em. [EMAIL PROTECTED]

ph. 250.377.1095
ph. 250.376.2690
fx. 250.554.1120




"Randall Perry" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I've checked out the shopping cart packages available for PHP and am not
> thrilled by any of them. Was wondering if there are a set of classes
> available that could be used to support a shopping cart. I'm interested in
> the 'back end' -- working with the actual data, rather than the front
end --
> the user interface. Want to build it with php + mySQL or PostgreSQL.
>
> I want complete freedom to build the interface but don't want to reinvent
> the wheel for credit card validation, online credit card processing,
> shipping calculation, etc.
>
>
> I've built a simple shopping cart for a site currently under construction.
> This uses a combination of javascript and php, and doesn't use database
> (less than 1 dozen items).
>
> You can see an example (excuse the mess) by going to:
>
> http://www.bhagavati.com/trial/mainframe.htm
>
> and clicking the 'order' link in the navbar frame at the top. HINT: close
> movie window as soon as it opens.
>
>
>
> Randy Perry
> sysTame
>
> Mac Consulting/Sales
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] shopping cart classes

2001-02-16 Thread Joe Stump

Odd - we serve millions of pages a day off of MySQL - solid as a rock. Hhm
wonder if that Quad SPARC has anything to do with it...

--Joe

On Fri, Feb 16, 2001 at 01:50:59PM -0800, Chris Lee wrote:
> I found the same as you, I wrote some classes of my own. have you done much
> with postgres ? Ive used mySQL alot here and am not happy with the
> stability, postgres (beta) seems to be faster but havent used it in products
> so cant comment on stability. Im curious.
> 
> 
> --
> 
> 
> Chris Lee
> Mediawaveonline.com
> 
> em. [EMAIL PROTECTED]
> 
> ph. 250.377.1095
> ph. 250.376.2690
> fx. 250.554.1120
> 
> 
> 
> 
> "Randall Perry" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I've checked out the shopping cart packages available for PHP and am not
> > thrilled by any of them. Was wondering if there are a set of classes
> > available that could be used to support a shopping cart. I'm interested in
> > the 'back end' -- working with the actual data, rather than the front
> end --
> > the user interface. Want to build it with php + mySQL or PostgreSQL.
> >
> > I want complete freedom to build the interface but don't want to reinvent
> > the wheel for credit card validation, online credit card processing,
> > shipping calculation, etc.
> >
> >
> > I've built a simple shopping cart for a site currently under construction.
> > This uses a combination of javascript and php, and doesn't use database
> > (less than 1 dozen items).
> >
> > You can see an example (excuse the mess) by going to:
> >
> > http://www.bhagavati.com/trial/mainframe.htm
> >
> > and clicking the 'order' link in the navbar frame at the top. HINT: close
> > movie window as soon as it opens.
> >
> >
> >
> > Randy Perry
> > sysTame
> >
> > Mac Consulting/Sales
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 

---
Joe Stump, PHP Hacker, [EMAIL PROTECTED] -o)
http://www.miester.org http://www.care2.com /\\
"It's not enough to succeed. Everyone else must fail" -- Larry Ellison _\_V
---


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] shopping cart classes

2001-02-16 Thread Chris Lee

I found the same as you, I wrote some classes of my own. have you done much
with postgres ? Ive used mySQL alot here and am not happy with the
stability, postgres (beta) seems to be faster but havent used it in products
so cant comment on stability. Im curious.


--


Chris Lee
Mediawaveonline.com

em. [EMAIL PROTECTED]

ph. 250.377.1095
ph. 250.376.2690
fx. 250.554.1120




"Randall Perry" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I've checked out the shopping cart packages available for PHP and am not
> thrilled by any of them. Was wondering if there are a set of classes
> available that could be used to support a shopping cart. I'm interested in
> the 'back end' -- working with the actual data, rather than the front
end --
> the user interface. Want to build it with php + mySQL or PostgreSQL.
>
> I want complete freedom to build the interface but don't want to reinvent
> the wheel for credit card validation, online credit card processing,
> shipping calculation, etc.
>
>
> I've built a simple shopping cart for a site currently under construction.
> This uses a combination of javascript and php, and doesn't use database
> (less than 1 dozen items).
>
> You can see an example (excuse the mess) by going to:
>
> http://www.bhagavati.com/trial/mainframe.htm
>
> and clicking the 'order' link in the navbar frame at the top. HINT: close
> movie window as soon as it opens.
>
>
>
> Randy Perry
> sysTame
>
> Mac Consulting/Sales
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] shopping cart classes

2001-02-16 Thread Randall Perry

I've checked out the shopping cart packages available for PHP and am not
thrilled by any of them. Was wondering if there are a set of classes
available that could be used to support a shopping cart. I'm interested in
the 'back end' -- working with the actual data, rather than the front end --
the user interface. Want to build it with php + mySQL or PostgreSQL.

I want complete freedom to build the interface but don't want to reinvent
the wheel for credit card validation, online credit card processing,
shipping calculation, etc.


I've built a simple shopping cart for a site currently under construction.
This uses a combination of javascript and php, and doesn't use database
(less than 1 dozen items).

You can see an example (excuse the mess) by going to:

http://www.bhagavati.com/trial/mainframe.htm

and clicking the 'order' link in the navbar frame at the top. HINT: close
movie window as soon as it opens.



Randy Perry
sysTame

Mac Consulting/Sales


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]