RE: [PHP] shopping cart and login system

2003-06-17 Thread Steve Jackson
Actually you can do it the way you suggest.
I'm in the process of doing it also.
I have yet to test the system but it should work provided that you
follow the PayPal system, I already have my cart working so I think I
just need another form like this one with the PHP variables as carried
from my previous cart session. Should be easy by the looks of it. (watch
for wrap):
http://www.paypal.com/cgi-bin/webscr?cmd=_help-exteloc=762unique_id=02
413source_page=_homeflow=

Steve Jackson
Web Development and Marketing Manager
Viola Systems Ltd.
http://www.violasystems.com
[EMAIL 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 about that but then the whole basket/cart system 
 is out of your hands i prefer to send the total with the 
 products and quantities or can you not do that ? if not i 
 guess adding the individual items to their basket is the only 
 way the IPN system is confusing aswell :|
 
 -Original 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 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 and
 | to prevent ppl from making dodgy orders ,
 |
 |if pure simplicity is a goal, i dont think you need a
 |login for customers. who cares if they add items and
 |then dont purchase. obviously they would not be able
 |to log in again to see the previous orders or current
 |order status but you could always implement later.
 
 Actually, to be more simple, for paypal paying customers, I 
 would use paypal's buy it now buttons. Let them deal with the 
 shopping carts and sessions. 
 http://www.paypal.com/cgi-bin/webscr?cmd=p/xcl/rec/singleitem-
intro-outside

--
Registered Linux user #304026.
lynx -source http://jharris.rallycentral.us/jharris.asc | gpg --import
Key fingerprint = 52FC 20BD 025A 8C13 5FC6  68C6 9CF9 46C2 B089 0FED
Responses to this message should conform to RFC 1855.



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
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-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 know is would the cart require a login
 system to track users and
 to prevent ppl from making dodgy orders , 

if pure simplicity is a goal, i dont think you need a
login for customers. who cares if they add items and
then dont purchase. obviously they would not be able
to log in again to see the previous orders or current
order status but you could always implement later.


 if not can a session easily be hijacked at all ? 

easily? i dont think so
can it be done? sure


 better still is there anyone out
 there who has intergrated
 their users with the paypal login, so say they login
 to your shopping cart
 to start making payments they are alreayd logged
 into paypal aswell this
 would be ideal :D

I'm sure you already tried hotscripts.com - maybe
paypal has a developer section similar to amazon? but
i would guess that they dont want people routing their
passwords thru other websites.


__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

-- 
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-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 posting
| to the paypal form , what
| i'd like to know is would the cart require a login
| system to track users and
| to prevent ppl from making dodgy orders ,
|
|if pure simplicity is a goal, i dont think you need a
|login for customers. who cares if they add items and
|then dont purchase. obviously they would not be able
|to log in again to see the previous orders or current
|order status but you could always implement later.

Actually, to be more simple, for paypal paying customers, I would use
paypal's buy it now buttons. Let them deal with the shopping carts and
sessions.
http://www.paypal.com/cgi-bin/webscr?cmd=p/xcl/rec/singleitem-intro-outside

-- 
Registered Linux user #304026.
lynx -source http://jharris.rallycentral.us/jharris.asc | gpg --import
Key fingerprint = 52FC 20BD 025A 8C13 5FC6  68C6 9CF9 46C2 B089 0FED
Responses to this message should conform to RFC 1855.



-- 
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-14 Thread electroteque
yes i know about that but then the whole basket/cart system is out of your
hands i prefer to send the total with the products and quantities or can you
not do that ? if not i guess adding the individual items to their basket is
the only way the IPN system is confusing aswell :|

-Original 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 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 and
| to prevent ppl from making dodgy orders ,
|
|if pure simplicity is a goal, i dont think you need a
|login for customers. who cares if they add items and
|then dont purchase. obviously they would not be able
|to log in again to see the previous orders or current
|order status but you could always implement later.

Actually, to be more simple, for paypal paying customers, I would use
paypal's buy it now buttons. Let them deal with the shopping carts and
sessions.
http://www.paypal.com/cgi-bin/webscr?cmd=p/xcl/rec/singleitem-intro-outside

--
Registered Linux user #304026.
lynx -source http://jharris.rallycentral.us/jharris.asc | gpg --import
Key fingerprint = 52FC 20BD 025A 8C13 5FC6  68C6 9CF9 46C2 B089 0FED
Responses to this message should conform to RFC 1855.



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php