Web Hosting Talk







View Full Version : 2checkout.com users


paul-9cy
09-28-2001, 08:04 AM
I was wondering how many hosting companys use them. I signed up but am having problems as they dont allow you to add box's to the payment form. How did you get around this ?. I was thinking of redirecting the users to a formail page once they paid which has domain feilds etc and I just manualy check that they paid. Is anyone else doing this ?

reflexhost.com
09-28-2001, 11:45 AM
We use 2checkout. After the client has signed up, they are then redirected to our own form.
We then verify this, and setup their account.

mithilesh
09-28-2001, 02:45 PM
<<EDIT: Please read the thread title and first post>>

aurorac
09-29-2001, 10:15 AM
I use it with z555.com

You can pass the domain to 2checkout.com and then they will send it to your script after CC authorisation. Also they send user address and other data user supplies at CC authorisation phase.

Sincerely,
Serge

Chicken
09-29-2001, 11:27 PM
reflexhost and aurorac, did both of you guys not bother adding headers and footers to the order form, is that the default, or have they changed it so that you can't, or is that mainly to get hits to the affiliate program, or ??? These are all seperate questions, yet bunched into one long sentence. Sorry about that, I'll number them if it is too confusing...

reflexhost.com
09-30-2001, 05:02 AM
Actually, we thought the 2checkout order form looked soo stylish already... lol, just joking - its on the "to do" list, along with a few other things.

Matt

paul-9cy
09-30-2001, 08:02 AM
Originally posted by aurorac
I use it with z555.com

You can pass the domain to 2checkout.com and then they will send it to your script after CC authorisation. Also they send user address and other data user supplies at CC authorisation phase.

Sincerely,
Serge

I was wondering how exactly you did this, are you using some sort of script that does all this?.

MilkMan
09-30-2001, 01:06 PM
Originally posted by paul-9cy


I was wondering how exactly you did this, are you using some sort of script that does all this?.


I second that question :)

Lmax
09-30-2001, 01:51 PM
Originally posted by Chicken
reflexhost and aurorac, did both of you guys not bother adding headers and footers to the order form, is that the default, or have they changed it so that you can't, or is that mainly to get hits to the affiliate program, or ???

You can add your own header and footer. It's very easy, just upload them onto your own server and adjust some things in the 2chackout control panel. Works fine for me

Chicken
09-30-2001, 02:22 PM
That is what I had though, although seeing those two made me wonder if something changed, thankx...

aurorac
09-30-2001, 02:37 PM
Chicke: We left it unchanged just to show the customer he pays with 2checkout.com As we though it is better if he realizes it at moment he pays than find out a cherge and from 2checkout.com and makes a chargeback.

paul-9cy: 2 php scripts. One takes domain name and contract length and forms an URL as described in 2checkout reccuring billing section. Then script redirects the customer to that page.

Second script just takes parameters 2checkout sends to it. Nothing tricky.