Re: [PHP] Shopping Cart Discount System

2012-12-31 Thread Karl DeSaulniers
On Dec 31, 2012, at 3:51 PM, tamouse mailing lists wrote: On Mon, Dec 31, 2012 at 2:31 AM, Karl DeSaulniers > wrote: Hello Everyone, Hope all are well. Quick and hopefully painless question. Is there any examples on how to build a discount system into your shopping cart out there that anyone kn

[PHP] Re: [PHP-DB] Re: [PHP] Shopping Cart Discount System

2012-12-31 Thread Karl DeSaulniers
On Dec 31, 2012, at 3:36 AM, Ashley Sheridan wrote: Karl DeSaulniers wrote: Hello Everyone, Hope all are well. Quick and hopefully painless question. Is there any examples on how to build a discount system into your shopping cart out there that anyone knows of? I am using MySQL and PHP. I

Re: [PHP] Shopping Cart Discount System

2012-12-31 Thread Ashley Sheridan
Karl DeSaulniers wrote: >Hello Everyone, >Hope all are well. Quick and hopefully painless question. >Is there any examples on how to build a discount system >into your shopping cart out there that anyone knows of? >I am using MySQL and PHP. I have built one of my own so far, >but am having trou

Re: [PHP] Shopping cart question

2010-11-07 Thread Nathan Nobbe
On Fri, Nov 5, 2010 at 5:51 PM, Tommy Pham wrote: > > -Original Message- > > From: Nathan Nobbe [mailto:quickshif...@gmail.com] > > Sent: Friday, November 05, 2010 11:40 AM > > To: Jack > > Cc: PHP > > Subject: Re: [PHP] Shopping cart question >

RE: [PHP] Shopping cart question

2010-11-05 Thread Tommy Pham
> -Original Message- > From: Nathan Nobbe [mailto:quickshif...@gmail.com] > Sent: Friday, November 05, 2010 11:40 AM > To: Jack > Cc: PHP > Subject: Re: [PHP] Shopping cart question > > On Fri, Nov 5, 2010 at 12:30 PM, Jack wrote: > > > Hello All, >

RE: [PHP] Shopping cart question

2010-11-05 Thread Jack
On Fri, Nov 5, 2010 at 12:30 PM, Jack wrote: Hello All, I'm looking to build a DB with items that are considered more of a catalog on one side of a website, and then provide those same items including the same images, descriptions etc. to a shopping cart. I don't want to re-invent all of the b

Re: [PHP] Shopping cart question

2010-11-05 Thread Nathan Nobbe
On Fri, Nov 5, 2010 at 12:30 PM, Jack wrote: > Hello All, > > > I'm looking to build a DB with items that are considered more of a catalog > on one side of a website, and then provide those same items including the > same images, descriptions etc. to a shopping cart. > > I don't want to re-invent

[PHP] Shopping cart question

2010-11-05 Thread Jack
Hello All, I'm looking to build a DB with items that are considered more of a catalog on one side of a website, and then provide those same items including the same images, descriptions etc. to a shopping cart. I don't want to re-invent all of the basic shopping cart functionality and I'm not su

Re: [PHP] PHP Shopping Cart Recommendation

2009-08-24 Thread sono-io
The only e-commerce site I've worked on was based on OSCommerce. It's pretty good, easy to integrate new functionality into, and not too much trouble to style up to look the way you want with CSS. Thanks, Ash. I downloaded CRE Loaded, which is an off-shoot of osCommerce, and the latest

Re: [PHP] PHP Shopping Cart Recommendation

2009-08-21 Thread Ashley Sheridan
On Fri, 2009-08-21 at 08:06 -0700, sono...@fannullone.us wrote: > I'd like to get everyone's opinion on a good PHP shopping cart. We > need something that will handle a lot of similar items and can be > geared for an industrial site selling products from different &

[PHP] PHP Shopping Cart Recommendation

2009-08-21 Thread sono-io
I'd like to get everyone's opinion on a good PHP shopping cart. We need something that will handle a lot of similar items and can be geared for an industrial site selling products from different manufacturers. It needs to be PCI compliant and able to handle at least 5 su

Re: [PHP] Shopping Cart

2009-05-20 Thread Lists
Bob McConnell wrote: They are all going to the same place, so what is wrong? To address your question, credit cards are not easy. As soon as you set up a site to accept them you must conform to a number of security and interface requirements. If you have never done it before, either hire someone

RE: [PHP] Shopping Cart

2009-05-20 Thread Bob McConnell
o:gwp...@ptd.net] Sent: Wednesday, May 20, 2009 8:44 AM To: php-general@lists.php.net Subject: [PHP] Shopping Cart Sorry, the first three post was put in the wrong place... Not sure this is a direct PHP question, however I know I will get some answers here. I have a customer that I am bidding a

[PHP] Shopping Cart

2009-05-20 Thread Gary
Sorry, the first three post was put in the wrong place... Not sure this is a direct PHP question, however I know I will get some answers here. I have a customer that I am bidding a small project for. They want to be able to accept credit card payments for enrollment into a class. Their customer w

[PHP] Shopping Cart

2009-05-20 Thread Gary
Sorry, the first two posts was put in the wrong place... Not sure this is a direct PHP question, however I know I will get some answers here. I have a customer that I am bidding a small project for. They want to be able to accept credit card payments for enrollment into a class. Their customer w

[PHP] Shopping Cart

2009-05-20 Thread Gary
Sorry, the first post was put in the wrong place... Not sure this is a direct PHP question, however I know I will get some answers here. I have a customer that I am bidding a small project for. They want to be able to accept credit card payments for enrollment into a class. Their customer will fi

[PHP] Shopping Cart

2009-05-20 Thread Gary
Not sure this is a direct PHP question, however I know I will get some answers here. I have a customer that I am bidding a small project for. They want to be able to accept credit card payments for enrollment into a class. Their customer will fill out a form and pay via CC on the site. Is thi

Re: [PHP] Shopping Cart

2009-05-17 Thread tedd
At 10:37 AM +0100 5/16/09, Vernon St Croix wrote: Hi, I am pretty new to PHP and I am trying to create a shopping cart. Hi Vee: I'm new to brain surgery and every time I poke here, I see stars -- any idea of what's wrong? :-) If you are new to php, then find something simple to cut your

Re: [PHP] Shopping Cart

2009-05-16 Thread Shawn McKenzie
Darrel St Croix wrote: > Thanks for that. > > I have changed the code as you suggested, but there is an error on the while > loop. > > *Warning*: mysql_fetch_array(): supplied argument is not a valid MySQL > result resource in *C:\wamp\www\draft\basket.php* on line *46* > That's because $result

Re: [PHP] Shopping Cart

2009-05-16 Thread Daniel Brown
On Sat, May 16, 2009 at 05:37, Vernon St Croix wrote: > Hi, > > I am pretty new to PHP and I am trying to create a shopping cart. Just as a side note: in the future, please do not cross-post on multiple lists. For general questions, this is the right place. The PHP-DB list is just for datab

Re: [PHP] Shopping Cart

2009-05-16 Thread Darrel St Croix
Thanks for that. I have changed the code as you suggested, but there is an error on the while loop. *Warning*: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in *C:\wamp\www\draft\basket.php* on line *46* when code is changed as below while ($row = mysql_fetch_array

Re: [PHP] Shopping Cart

2009-05-16 Thread Ashley Sheridan
On Sat, 2009-05-16 at 10:37 +0100, Vernon St Croix wrote: > Hi, > > I am pretty new to PHP and I am trying to create a shopping cart. > > I keep on getting the below error when trying to show the shopping list. > > Any guidance that can be provided will be very much appreciated > > Fatal erro

[PHP] Shopping Cart

2009-05-16 Thread Vernon St Croix
Hi, I am pretty new to PHP and I am trying to create a shopping cart. I keep on getting the below error when trying to show the shopping list. Any guidance that can be provided will be very much appreciated Fatal error: Call to a member function query() on a non-object in C:\wamp\www\draft\b

Re: [PHP] Shopping Cart

2006-10-28 Thread Ed Lazor
ld have surprised him by filtering his attitude, focusing on the real issue, and responding with information about what you have researched up to this point. Speaking of which, I think that's where this thread is. Have you researched any of the options that come up from Googling &

Re: [PHP] Shopping Cart

2006-10-28 Thread Greg Maruszeczka
CK, With the obligatory chastisement and ensuing defensiveness out of the way :) you may want to check out Zen Cart (zen-cart.com) and see if it meets your requirements. Cheers, G -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Shopping Cart

2006-10-28 Thread CK
On Oct 28, 2006, at 8:52 AM, Stut wrote: CK wrote: I'm new to the list, and PHP. My assumption was others who have asked similar questions, would have, like myself, done research. So I thought no need to clarify. I'm aware these list are not a "do my homework" solution. However, having

Re: [PHP] Shopping Cart

2006-10-28 Thread Stut
CK wrote: I'm new to the list, and PHP. My assumption was others who have asked similar questions, would have, like myself, done research. So I thought no need to clarify. I'm aware these list are not a "do my homework" solution. However, having received a verbally abusive retort, when educat

Re: [PHP] Shopping Cart

2006-10-28 Thread CK
Hi, I'm new to the list, and PHP. My assumption was others who have asked similar questions, would have, like myself, done research. So I thought no need to clarify. I'm aware these list are not a "do my homework" solution. However, having received a verbally abusive retort, when educat

Re: [PHP] Shopping Cart

2006-10-28 Thread chris smith
I don't appreciate being scolded. Spend some time on the list and see how many times this question (or type of question) gets asked and how many people actually do *some* sort of work for themselves and you'll appreciate why people ask this straight away. If you had said "I found product X & Y

Re: [PHP] Shopping Cart

2006-10-28 Thread CK
Hi, Yes, I have and thought I was seeking the assistance of knowledgeable colleagues . The solution researched does not offer the desired features. I was not asking for code, but perhaps some solutions/ applications to explore. CK PS I don't appreciate being scolded. On Oct 27, 2006, a

Re: [PHP] Shopping Cart

2006-10-27 Thread Chris
CK wrote: Hi, A client has requested a cart with the following features, any leads on such a package, preferably open-source? Have you done any research at all? We're not going to do your work for you.. -- Postgresql & php tutorials http://www.designmagick.com/ -- PHP General Mailing List (

[PHP] Shopping Cart

2006-10-26 Thread CK
Hi, A client has requested a cart with the following features, any leads on such a package, preferably open-source? Is there a way to add things like: •Customer ratings to the cart? •Qualifying criteria: Is there a way to add that to the cart as a checkbox with descriptor? For example, i

RE: [PHP] Shopping cart

2006-08-23 Thread Chris W. Parker
Richard Lynch on Tuesday, August 22, 2006 10:30 AM said: > Guys, don't take this wrong but... > > How do you think all the other PHP shopping carts got started?... > > Pretty much the same way. > > So you really need to spend the next couple months figuring out wh

Re: [PHP] Shopping cart

2006-08-22 Thread Paul Scott
gt; Which brings us back (almost) to the original > > question... > > > > Which pre-packaged PHP shopping cart sucks least? > > Been trying one after the other, although there are > many contenters that deserve the prize for "which > sucks the most" still h

Re: [PHP] Shopping cart

2006-08-22 Thread Richard Lynch
On Tue, August 22, 2006 11:52 am, Robert Cummings wrote: > On Tue, 2006-08-22 at 09:22 -0700, Ryan A wrote: >> > Please sign up for an account and join the project >> > at >> > http://gforge2.uwc.ac.za/projects/phpcart/ >> > >> > I have started a mailing list, which should kick in >> > in a few hou

Re: [PHP] Shopping cart

2006-08-22 Thread Ryan A
.. > > Which pre-packaged PHP shopping cart sucks least? Been trying one after the other, although there are many contenters that deserve the prize for "which sucks the most" still have to sift through the muck to get to "which sucks the least"...and yes, i know, s

Re: [PHP] Shopping cart

2006-08-22 Thread Ryan A
> > Maybe APC (August php cart :D ) > > > > How about SPECS - Simple [PHP|Pluggable] E-Commerce > System. > > I have a few thoughts about this idea and will put > something together > later today. > > -Stut > "What's in a name? That which we call a rose by" :D Not really bothered

Re: [PHP] Shopping cart

2006-08-22 Thread Richard Lynch
And if you do NEED those 250,000 features completed in 30 days, you have no choice but to suck it up and use the least-evil of the carts out there. Which brings us back (almost) to the original question... Which pre-packaged PHP shopping cart sucks least? On Tue, August 22, 2006 11:13 am, Ryan

Re: [PHP] Shopping cart

2006-08-22 Thread Richard Lynch
Pretty much, yeah. And apparently the next thing not to do is to run out and start coding your own shopping cart for general release, as every damn one of them got started that way. :-) On Mon, August 21, 2006 3:18 pm, Gerry D wrote: > So if I understand you gentlemen correctly, these pre-builds

Re: [PHP] Shopping cart

2006-08-22 Thread Ryan A
> > Maybe APC (August php cart :D ) > > Obviously you don't run the APC op-code cache ;) :) you got me there Rob, dont have a clue about it. Sorry if I stepped on anyones toes. Cheers! Ryan -- - The faulty interface lies between the chair and the keyboard. - Creativity is great, but plag

Re: [PHP] Shopping cart

2006-08-22 Thread Ryan A
Hey, > > Hey, > > Signed up there, but how do i join the project? my > > username is "ryan" > > > > OK I have added you as a project admin. Thanks > > I think you might also want to change the project > > name... phpcart is just too common to think that > > someone else is not using for one o

Re: [PHP] Shopping cart

2006-08-22 Thread Stut
Ryan A wrote: Maybe APC (August php cart :D ) How about SPECS - Simple [PHP|Pluggable] E-Commerce System. I have a few thoughts about this idea and will put something together later today. -Stut -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/

Re: [PHP] Shopping cart

2006-08-22 Thread Paul Scott
> Hey, > Signed up there, but how do i join the project? my > username is "ryan" > OK I have added you as a project admin. > I think you might also want to change the project > name... phpcart is just too common to think that > someone else is not using for one of their products. > The proje

Re: [PHP] Shopping cart

2006-08-22 Thread Robert Cummings
On Tue, 2006-08-22 at 09:22 -0700, Ryan A wrote: > > > > > > Please sign up for an account and join the project > > at > > http://gforge2.uwc.ac.za/projects/phpcart/ > > > > I have started a mailing list, which should kick in > > in a few hours... > > > > --Paul > > > Hey, > Signed up there,

Re: [PHP] Shopping cart

2006-08-22 Thread Ryan A
> > Please sign up for an account and join the project > at > http://gforge2.uwc.ac.za/projects/phpcart/ > > I have started a mailing list, which should kick in > in a few hours... > > --Paul Hey, Signed up there, but how do i join the project? my username is "ryan" I think you might also

Re: [PHP] Shopping cart

2006-08-22 Thread Paul Scott
Please sign up for an account and join the project at http://gforge2.uwc.ac.za/projects/phpcart/ I have started a mailing list, which should kick in in a few hours... --Paul On Tue, 2006-08-22 at 08:47 -0700, Ryan A wrote: > > --- Paul Scott <[EMAIL PROTECTED]> wrote: > > > > > On Tue, 2006-

Re: [PHP] Shopping cart

2006-08-22 Thread Ryan A
--- Dan McCullough <[EMAIL PROTECTED]> wrote: > Another thing to remember is that you dont want to > get overwhelmed > with all the work when you are going to build your > own, a list of > 250,000 features will never get done, many have > tried, many have > failed, so plan what you need to start

Re: [PHP] Shopping cart

2006-08-22 Thread Ryan A
> I believe you can find those out there as well, most > of what you need > will be available out there, you will be able to > find them and then > take what you need to work it into your cart, > probably would be a good > idea to think of all the different pieces and then > find the different

Re: [PHP] Shopping cart

2006-08-22 Thread Ryan A
--- Paul Scott <[EMAIL PROTECTED]> wrote: > > On Tue, 2006-08-22 at 05:36 -0700, Ryan A wrote: > > It really looks like I will have to write this > myself > > :( > > We need to create a proper one, under a decent > licence as a community > damnit! Maybe even a generic PEAR object that can be >

Re: [PHP] Shopping cart

2006-08-22 Thread Dan McCullough
Another thing to remember is that you dont want to get overwhelmed with all the work when you are going to build your own, a list of 250,000 features will never get done, many have tried, many have failed, so plan what you need to start with and build the other features later. On 8/22/06, Dan McC

Re: [PHP] Shopping cart

2006-08-22 Thread Dan McCullough
I believe you can find those out there as well, most of what you need will be available out there, you will be able to find them and then take what you need to work it into your cart, probably would be a good idea to think of all the different pieces and then find the different examples/tutorials/

Re: [PHP] Shopping cart

2006-08-22 Thread Ryan A
Hey, > There are many payment processing > script/classes/examples available > that you could use. Just google around for your > gateway provider, > like PHP and Authorize.net, etc, or go to their site > and look for a > developer, API or something like that to see if they > have done some > exam

Re: [PHP] Shopping cart

2006-08-22 Thread Paul Scott
On Tue, 2006-08-22 at 05:36 -0700, Ryan A wrote: > It really looks like I will have to write this myself > :( We need to create a proper one, under a decent licence as a community damnit! Maybe even a generic PEAR object that can be customized/extended to connect to whatever gateway you need to?

Re: [PHP] Shopping cart

2006-08-22 Thread Dan McCullough
Commercial product that is good http://www.x-cart.com/ On 8/22/06, Ryan A <[EMAIL PROTECTED]> wrote: It really looks like I will have to write this myself :( I know it will be good for experience but like someone else has pointed out, I would rather work with someone elses code for the payment

Re: [PHP] Shopping cart

2006-08-22 Thread Dan McCullough
There are many payment processing script/classes/examples available that you could use. Just google around for your gateway provider, like PHP and Authorize.net, etc, or go to their site and look for a developer, API or something like that to see if they have done some examples. On 8/22/06, Ryan

Re: [PHP] Shopping cart

2006-08-22 Thread Ryan A
It really looks like I will have to write this myself :( I know it will be good for experience but like someone else has pointed out, I would rather work with someone elses code for the payment parts knowing that it has been totally debugged than getting screwed later on because I missed assigning

Re: [PHP] Shopping cart

2006-08-21 Thread Larry Garfield
There may be other canned solutions that are not as bad as OSCommerce. It's the only one I've worked with other than Drupal. I've worked with Drupal extensively, but haven't used its ecommerce modules extensively. But yes, I highly recommend OSCommerce as an example of how not to write a PHP

Re: [PHP] Shopping cart

2006-08-21 Thread Gerry D
So if I understand you gentlemen correctly, these pre-builds serve as examples how NOT to do it? Gerry On 8/20/06, Larry Garfield <[EMAIL PROTECTED]> wrote: On Sunday 20 August 2006 20:17, Gerry D wrote: > On 8/19/06, Larry Garfield <[EMAIL PROTECTED]> wrote: > > OSCommerce is crap. Don't both

Re: [PHP] Shopping cart

2006-08-20 Thread Larry Garfield
On Sunday 20 August 2006 20:17, Gerry D wrote: > On 8/19/06, Larry Garfield <[EMAIL PROTECTED]> wrote: > > OSCommerce is crap. Don't bother. > > Why do you say that, Larry? I may want to get into an app like that > because I think one of my clients is ready for it. What are the cons, > and what ar

RE: [PHP] Shopping cart

2006-08-20 Thread Peter Lauri
Agreed... -Original Message- From: Skip Evans [mailto:[EMAIL PROTECTED] Sent: Monday, August 21, 2006 8:25 AM To: Gerry D Cc: Larry Garfield; php-general@lists.php.net Subject: Re: [PHP] Shopping cart Granted, the shopping cart/credit card processing modules I've been required to

Re: [PHP] Shopping cart

2006-08-20 Thread Skip Evans
Granted, the shopping cart/credit card processing modules I've been required to write have not been massively complex, but I am still a bit baffled why so many fully qualified programmers automatically leap to Xcart, OSCommerce, and other such solutions when shopping carts are not at all diff

Re: [PHP] Shopping cart

2006-08-20 Thread Gerry D
On 8/19/06, Larry Garfield <[EMAIL PROTECTED]> wrote: OSCommerce is crap. Don't bother. Why do you say that, Larry? I may want to get into an app like that because I think one of my clients is ready for it. What are the cons, and what are my options? What are Drupal's limitations? TIA Gerry

Re: [PHP] Shopping cart

2006-08-20 Thread afan
While OSC is mentioned: I use OSC (actually CRE Loaded version: http://www.creloaded.com) for a last 2-3 years and installed several shoping carts. And, they, more or less, work fine. Though, what drives me nuts, instalation sometime goes wrong with missing file, or after patc I have manually to de

Re: [PHP] Shopping cart

2006-08-20 Thread Ryan A
Thanks, Will check it out. Am also looking at "viart shop", any insight from someone who has used it would be helpful. Cheers! Ryan --- Larry Garfield <[EMAIL PROTECTED]> wrote: > OSCommerce is crap. Don't bother. > > > > The Drupal CMS has a complete suite of ecommerce > modules that work

Re: [PHP] Shopping cart

2006-08-19 Thread Larry Garfield
OSCommerce is crap. Don't bother. The Drupal CMS has a complete suite of ecommerce modules that work with it. I've not worked with it recently, but if you just need a straightforward shopping cart it should be fine. http://drupal.org/ http://drupal.org/project/ecommerce All GPLed. On Sa

[PHP] Shopping cart

2006-08-19 Thread Ryan A
Hey, I have been long enough on this list to know this shopping cart question comes up real often and irritates a lot of folks, but sorry, I have checked google and hotscripts and it has come down to a recommendation from YOU guys as they are SO many options out there with each cart most of whi

RE: [PHP] Shopping Cart, security concerns

2005-05-15 Thread mayo
mayo Cc: 'php' Subject: RE: [PHP] Shopping Cart, security concerns On Sat, May 14, 2005 6:30 am, mayo said: > I have to say it's a pretty simple project. The don't want to keep any > information in a db. (!!??!!) Info will be sent to a merchant services > account and to

RE: [PHP] Shopping Cart, security concerns

2005-05-14 Thread Richard Lynch
On Sat, May 14, 2005 6:30 am, mayo said: > I have to say it's a pretty simple project. The don't want to keep any > information in a db. (!!??!!) Info will be sent to a merchant services > account and to the distributor which will process the form. > > Info will be kept in hidden fields and in > s

RE: [PHP] Shopping Cart, security concerns

2005-05-14 Thread mayo
else show page 1 as normal Thanks -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Saturday, May 14, 2005 1:54 AM To: mayo Cc: php Subject: Re: [PHP] Shopping Cart, security concerns On Fri, May 13, 2005 8:26 pm, mayo said: > I'm making my first sho

Re: [PHP] Shopping Cart, security concerns

2005-05-14 Thread Richard Lynch
ea... You can't absorb all the ins and outs of security overnight... Just my opinion. Perhaps you would be better served to install a pre-existing PHP shopping cart, and focus on making it secure and safe, rather than trying to write your own from scratch as well. -- Like Music? http://l-

[PHP] Shopping Cart, security concerns

2005-05-13 Thread mayo
I'm making my first shopping cart in PHP. I'm concerned about the security of my session variables, concerned about people altering data (lowering the price). Is there anything I should pay attention to. I've worked extensively with CF, this is my first foray into PHP. Thanks

[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

Re: [PHP] Shopping Cart Solutions

2003-09-24 Thread Didier McGillis
ECTED]> Subject: Re: [PHP] Shopping Cart Solutions Date: Wed, 24 Sep 2003 14:07:33 +0200 Well take a look into interchange. http://www.icdevgroup.org This Shop Engine has a nice demo catalog called foundation. Take it, adopt it and your set for the most of all things you want to achieve. Th

Re: [PHP] Shopping Cart Solutions

2003-09-24 Thread Didier McGillis
As everyone has said osCommerce is a good cart program, but if you need a serious customized solution then you are going to need to either spend your time foucsing on that app and get into it, or your going to want to find something a little less polished and more just foundation, not saying os

Re: [PHP] Shopping Cart Solutions

2003-09-23 Thread Becoming Digital
ecoming Digital www.becomingdigital.com - Original Message - From: "Chris W. Parker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "Charles Kline" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, 22 September, 2003 18:21 Subject:

Re: [PHP] Shopping Cart Solutions

2003-09-23 Thread pete M
ect, but I have used it Best regards Ade Sourceguardian.com -Original Message- From: Charles Kline [mailto:[EMAIL PROTECTED] Sent: 22 September 2003 21:10 To: [EMAIL PROTECTED] Subject: [PHP] Shopping Cart Solutions Anyone have suggestions for open source shopping cart apps in PHP? Thank

RE: [PHP] Shopping Cart Solutions

2003-09-22 Thread Chris W. Parker
Henrik Hudson on Monday, September 22, 2003 3:09 PM said: > My 2 cents. OSCommerce is great if you want to use it out of the box, > but we tried to extend it and alter some of it's functions and the > code is very obtuse and making changes in one spot can lead to > p

Re: [PHP] Shopping Cart Solutions

2003-09-22 Thread Henrik Hudson
On Monday 22 September 2003 15:42, Adrian Teasdale wrote: > Charles > > Try oscommerce.org - it's an open source app written in PHP that has a > fantastic community and is incredibly feature-rich. I'm not associated > with the project, but I have used it My 2 cents. OSCommerce is great if you wan

RE: [PHP] Shopping Cart Solutions

2003-09-22 Thread Adrian Teasdale
e [mailto:[EMAIL PROTECTED] > Sent: 22 September 2003 21:10 > To: [EMAIL PROTECTED] > Subject: [PHP] Shopping Cart Solutions > > > Anyone have suggestions for open source shopping cart apps in PHP? > > Thanks, > Charles > > -- > PHP General Mailing List

Re: [PHP] Shopping Cart Solutions

2003-09-22 Thread Ray Hunter
> Anyone have suggestions for open source shopping cart apps in PHP? Check out sourceforge.net...there are many there. Also try google and you will get tons of info. -- Ray -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Shopping Cart Solutions

2003-09-22 Thread Charles Kline
Anyone have suggestions for open source shopping cart apps in PHP? Thanks, Charles -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Shopping cart with Flash front end

2003-07-14 Thread Daniel Rychlik
This is off subject, but I was wondering if anyone has come across any white papers or sample .fla files I could look at to consider building a shopping cart in flash. Obviously I want to use PHP for my backend with a flash shopping cart front end. -Dan -- PHP General Mailing List (http://ww

RE: [PHP] a recommended FREE PHP shopping cart

2003-07-07 Thread Ralph Guzman
http://www.oscommerce.com -Original Message- From: Noah Solodky [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 1:54 PM To: [EMAIL PROTECTED] Subject: [PHP] a recommended FREE PHP shopping cart Hello can any one recommended a FREE PHP /MYSQL shopping cart,,that they have set

[PHP] a recommended FREE PHP shopping cart

2003-07-07 Thread Noah Solodky
Hello can any one recommended a FREE PHP /MYSQL shopping cart,,that they have set up themselves?? thanks so much -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] shopping cart and login system

2003-06-17 Thread Steve Jackson
AIL PROTECTED] Mobile +358 50 343 5159 > -Original Message- > From: electroteque [mailto:[EMAIL PROTECTED] > Sent: 15. kesäkuuta 2003 6:33 > To: olinux; Jeff Harris > Cc: Php-General > Subject: RE: [PHP] shopping cart and login system > > > yes i know

RE: [PHP] shopping cart and login system

2003-06-14 Thread electroteque
Message- From: Jeff Harris [mailto:[EMAIL PROTECTED] Sent: Sunday, June 15, 2003 1:31 PM To: olinux Cc: electroteque; Php-General Subject: Re: [PHP] shopping cart and login system On Jun 14, 2003, "olinux" claimed that: |hi | |--- electroteque <[EMAIL PROTECTED]> wrote: |> hi

Re: [PHP] shopping cart and login system

2003-06-14 Thread Jeff Harris
On Jun 14, 2003, "olinux" claimed that: |hi | |--- electroteque <[EMAIL PROTECTED]> wrote: |> hi there , i am about to build a shopping cart which |> will interact with a |> paypal payment system , the cart will use sessions |> to store the items and |> basket information before checking out and p

Re: [PHP] shopping cart and login system

2003-06-14 Thread olinux
hi --- electroteque <[EMAIL PROTECTED]> wrote: > hi there , i am about to build a shopping cart which > will interact with a > paypal payment system , the cart will use sessions > to store the items and > basket information before checking out and posting > to the paypal form , what > i'd like to

[PHP] shopping cart and login system

2003-06-13 Thread electroteque
hi there , i am about to build a shopping cart which will interact with a paypal payment system , the cart will use sessions to store the items and basket information before checking out and posting to the paypal form , what i'd like to know is would the cart require a login system to track users a

[PHP] Shopping cart question and FREE HOSTING OFFER

2003-03-18 Thread Ryan A
Hi people, I want to setup a shopping cart for an ecom site which sells baby clothese but I dont know which to pick, Agora or OSCommerce? any help appreciated, if possible please tell me why you picked the one you pick too... . Reciently I have purchased a larg

[PHP] Shopping cart question and FREE HOSTING OFFER

2003-03-18 Thread Ryan A
Hi people, I want to setup a shopping cart for an ecom site which sells baby clothese but I dont know which to pick, Agora or OSCommerce? any help appreciated, if possible please tell me why you picked the one you pick too... FREE HOSTING. . Reciently I have purchase

Re: [PHP] Shopping Cart

2003-02-10 Thread Sascha Braun
- Original Message - From: "Chris Cook" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 09, 2003 10:35 PM Subject: [PHP] Shopping Cart > Hello everybody, > > I am interested in designing a site with a shopping cart. I have several > years of prog

[PHP] Shopping Cart

2003-02-09 Thread Chris Cook
Hello everybody, I am interested in designing a site with a shopping cart. I have several years of programming experience in php and perl, but I have never made a shopping cart. I was looking into some of the already made shopping carts and was wondering what peoples' experiences have been wit

RE: [PHP] Shopping Cart Credit Card Verification

2003-01-01 Thread Jonathan Rosenberg \(Tabby's Place\)
t; Sent: Tuesday, December 31, 2002 01:55 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Shopping Cart Credit Card Verification > > > I sure hope this is the correct mailing list. I have been struggling with > this problem for quite some time. > Does anyone know a way to verify c

Re: [PHP] Shopping Cart Credit Card Verification

2002-12-30 Thread Maciek Ruckgaber Bielecki
see at http://verisign.com two services are available: payflo link & payflow pro regards, -- "Few are those who see with their own eyes and feel with their own hearts." Albert Einstein --

[PHP] Shopping Cart Credit Card Verification

2002-12-30 Thread Josiah Peters
I sure hope this is the correct mailing list. I have been struggling with this problem for quite some time. Does anyone know a way to verify credit card information in real time with your bank over the internet in say a shopping cart? Joey Peters

[PHP] Shopping Cart Rewrite

2002-12-05 Thread beno
Hi; PHP isn't my strong language so I need your help. I'm writing a patch to a shopping cart called fishcart < http://fishcart.org > The following code works well in another page. I pass the variable $related to the page that I'm patching: $fcrp=new FC_SQL; $fcrp->query("select relprod from

Re: [PHP] shopping cart, inventory control, point of sale system

2002-10-17 Thread Justin French
A web based interface is pretty slow for POS isn't it??? phpshop.org might be a good start on the other two... justin on 17/10/02 11:56 PM, Daniel Negron/KBE ([EMAIL PROTECTED]) wrote: > can anyone point me in the direction of a good system that will cover all 3 > of these points (Shopping Car

[PHP] shopping cart, inventory control, point of sale system

2002-10-17 Thread Daniel Negron/KBE
can anyone point me in the direction of a good system that will cover all 3 of these points (Shopping Cart, Inventory Control, and Point of Sale) ? Thank you, **DAN** -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Shopping cart? Ahh!

2002-10-08 Thread Steve Jackson
I have a shopping cart which starts with two categories. The links to each category both have a unique userID so that shopping information can be added to the cart. The problem I have is this: My user can add and remove as many of one category to his cart, but if he links back to the page with bo

  1   2   >