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

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
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 that knows what they a

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

Re: [PHP] Shopping Cart

2006-10-28 Thread Ed Lazor
Be specific in stating what prior research has been done so that we may help, if possible. Point noted. Helping out further, you'll find that this rule applies to almost all mailing lists. 2) We don't owe you anything. If you decide to go elsewhere for help don't expect us to feel guilt

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 (

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
Cron for the mailing list has done its magic, so we can move this off the php-general list, i'm sure much to the relief of all those _not_ interested in this lot ;) Please visit http://avoir.uwc.ac.za/mailman/listinfo/phpcart-devel to subscribe. --Paul On Tue, 2006-08-22 at 10:24 -0700, Ryan A

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
--- Richard Lynch <[EMAIL PROTECTED]> wrote: > 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

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 A

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

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
On Fri, May 13, 2005 8:26 pm, mayo said: > 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. There are approximately 247 other PHP shopping

Re: [PHP] Shopping Cart Solutions

2003-09-24 Thread Didier McGillis
bigger and better, but its a great starting place. This is will get you a site up and running, but this is pretty much framework. http://share.whichever.com/index.php?SCREEN=freetrade From: "Stephan Becker" <[EMAIL PROTECTED]> Reply-To: <[EMAIL PROTECTED]> To: <[EMAIL PROT

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
loads at hotscripts.com http://www.hotscripts.com/PHP/Scripts_and_Programs/E-Commerce/index.html 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 ha

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
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 Best regards Ade Sourceguardian.com > -Original Message- > From: Charles Kline [mailto:[EMAIL PROTE

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

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

Re: [PHP] Shopping Cart

2003-02-10 Thread Sascha Braun
Shopping Carts are pretty easy to write. Just make a new table in your mysql DB and then write a session_id together with the sku and name, color, size, quantity and maybe customer_id into the the new shoppingcart table. When you want to show the shopping carts content just do an select from the

RE: [PHP] Shopping Cart Credit Card Verification

2003-01-01 Thread Jonathan Rosenberg \(Tabby's Place\)
The solution you choose for credit card verification depends on a number of things: - how much control you want over look & feel - whether you are rolling your own shopping cart I happen to use Authorize.Net, which allows you to control the entire process & maintain the look & feel

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 --

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

Re: [PHP] shopping cart question

2002-03-02 Thread Mika Tuupola
On Fri, 1 Mar 2002, Jon Feldhammer wrote: > The way I see it, there are three options for maintaining state in php. > I've already taken the route of keeping a random session id and putting it > into a database to track a user/cart. So the only variable i need to track > is the session id. The

RE: [PHP] Shopping cart search

2001-05-10 Thread Andrew Hill
You may wish to check here for comparsons: http://www.l-i-e.com/compare/ Plus, there was a discussion set up in onelist - phpcart. It's idle now but may be searchable. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access &

Re: [PHP] Shopping cart search

2001-05-10 Thread Todd Cary
Many thanks to all. Exactly what I need!! Todd -- Todd Cary Ariste Software [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 PRO

Re: [PHP] Shopping cart search

2001-05-10 Thread Steve Werby
"Todd Cary" <[EMAIL PROTECTED]> wrote: > Can someone pass on the URL for searching for PHP shopping cart programs > and shopping cart related questions. google.com? Or search the php list archives at http://marc.theaimsgroup.com/. > Many thanks... Here are some shopping carts written in PH

RE: [PHP] Shopping cart search

2001-05-10 Thread Jeff Oien
http://www.hotscripts.com/PHP/ Jeff Oien http://www.webdesigns1.com/php/ > Can someone pass on the URL for searching for PHP shopping cart programs > and shopping cart related questions. > > Many thanks... > > Todd > > -- > Todd Cary > Ariste Software > [EMAIL PROTECTED] > > > > -- >

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

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 ?

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

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-12 Thread Teodor Cimpoesu
Hi Alexander! On Thu, 11 Jan 2001, Alexander Wagner wrote: > Paul K Egell-Johnsen wrote: > > When in doubt, follow the stream... Check out this, Amazon uses cookies, > > Amazon does a lot of business. Do you really feel that Amazon misses out > > on a lot of customers? Do you know of any large we

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-11 Thread Michael Kimsal
Paul K Egell-Johnsen wrote: > Alexander Wagner wrote: > > > But did you know that for reasons of privacy it is officialy it is not > > allowed to set a cookie without asking in germany? (no one cares or even > > tries to enforce it, but thats not the point) Why don't they make it illegal to ru

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-11 Thread Paul K Egell-Johnsen
Alexander Wagner wrote: > But did you know that for reasons of privacy it is officialy it is not > allowed to set a cookie without asking in germany? (no one cares or even > tries to enforce it, but thats not the point) No, I didn't. I can see why, especially with the sneaky doubleclick stuff (i

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-11 Thread Alexander Wagner
Paul K Egell-Johnsen wrote: > What really irked me is that you've received advice about market > penetration of shops. Based on my experience it is only geeks/OSS people > who have any problem with cookies, and at the same time those are the > people who are experts and then deal out advice about

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-11 Thread Paul K Egell-Johnsen
JB wrote: > > I also forgot to mention. I am leaning towards using GET to send the session > ids. Many people have told me that customer penatration decreases, some > times significantly, when requiring cookies to use the cart. How would this > have an effect on my script? i will have to call the

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-11 Thread Paul K Egell-Johnsen
Alexander Wagner wrote: > > Paul K Egell-Johnsen wrote: > > When in doubt, follow the stream... Check out this, Amazon uses cookies, > > Amazon does a lot of business. Do you really feel that Amazon misses out > > on a lot of customers? Do you know of any large websites doing shopping > > carts w

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-11 Thread Michael Kimsal
Paul K Egell-Johnsen wrote: > JB wrote: > > > > I also forgot to mention. I am leaning towards using GET to send the session > > ids. Many people have told me that customer penatration decreases, some > > Which people? What facts do they have to support their claims? Is this a > bigger problem

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-11 Thread Alexander Wagner
Paul K Egell-Johnsen wrote: > When in doubt, follow the stream... Check out this, Amazon uses cookies, > Amazon does a lot of business. Do you really feel that Amazon misses out > on a lot of customers? Do you know of any large websites doing shopping > carts which doesn't rely on cookies? I don'

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-11 Thread Paul K Egell-Johnsen
JB wrote: > > I also forgot to mention. I am leaning towards using GET to send the session > ids. Many people have told me that customer penatration decreases, some Which people? What facts do they have to support their claims? Is this a bigger problem than distrust in credit card security? Is i

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-10 Thread Teodor Cimpoesu
Hi JB! On Wed, 10 Jan 2001, JB wrote: > ok, this all looks good, but then I again I am having a problem figuring out > that code you wrote below. the code i'm attempting to write isn't going to > be complex. there's maybe 10 or 15 items going to be sold. it would be very > rare if the customer ev

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-10 Thread JB
I also forgot to mention. I am leaning towards using GET to send the session ids. Many people have told me that customer penatration decreases, some times significantly, when requiring cookies to use the cart. How would this have an effect on my script? i will have to call the sessid in all of my

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-10 Thread JB
ok, this all looks good, but then I again I am having a problem figuring out that code you wrote below. the code i'm attempting to write isn't going to be complex. there's maybe 10 or 15 items going to be sold. it would be very rare if the customer ever had 1 or 2 things in their basket, let alone

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-10 Thread Paul K Egell-Johnsen
Jason Beebe wrote: > > Hey, > > I'm looking for little information from those who have coded their own shopping cart >apps. what would you say the best way to setup a cart would be? more specificly, the >method for adding items to the cart. > > say the user is broswing around. when they enter

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-10 Thread Teodor Cimpoesu
Hi Jason! On Wed, 10 Jan 2001, Jason Beebe wrote: > Hey, > > I'm looking for little information from those who have coded their own shopping cart >apps. what would you say the best way to setup a cart would be? more specificly, the >method for adding items to the cart. > eww, lost wrapping .