Re: [PHP] Re: Shopping Cart

2009-05-20 Thread Stuart
2009/5/20 Gary : > Sorry, I dont know what is going wrong here...this is sopposed to be a new > subject... For the love of $DEITY, give up! ;-) To answer your question you're probably best looking at what their chosen CC handler offers. If you needed to track multiple items on the site then it's

[PHP] Re: Shopping Cart

2009-05-20 Thread Gary
Sorry, I dont know what is going wrong here...this is sopposed to be a new subject... ""Gary"" wrote in message news:6b.85.16801.e5bf3...@pb1.pair.com... > 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 > an

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

2002-10-17 Thread Tjoumaidis
You may find something in www.oscommerce.com Daniel Negron/Kbe wrote: > 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://

[PHP] Re: Shopping cart? Ahh!

2002-10-08 Thread Anup
Hey, I just took a look at you site. It seems you are not utilizing session variables. By having session variables, you can go back and forward with no problem. "Steve Jackson" <[EMAIL PROTECTED]> wrote in message 01c26ed4$5fa50e90$[EMAIL PROTECTED]">news:01c26ed4$5fa50e90$[EMAIL PROTECTED

[PHP] Re: shopping cart suggestions

2002-04-09 Thread phplists
Check out the cart at survivalherbs.com.. It's all just php... It uses a template for the page look (which hasn't been edited on that site yet). "Eugene Lee" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Apologies if this is an oft-repeated question, but coul

[PHP] Re: shopping cart question

2002-03-02 Thread Jon Feldhammer
Hmm I miss understood in the past how exactly php session handling was done. Thanks for the answer. Jon "Markas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > Why not use php's sessions, where php uses cookies for getting phpsessid, > and if no cookies are available, it automat

[PHP] Re: shopping cart question

2002-03-02 Thread Markas
Why not use php's sessions, where php uses cookies for getting phpsessid, and if no cookies are available, it automatically adds those id's to every href (you can manage that in php's conf file) Jon Feldhammer <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > The way I see it, there