code beginner
12-05-2010, 06:38 AM
Hello,
I've been looking into 3rd party PHP shopping carts that you can buy/rent to use on an ecommerce site.
During checkout, every cart I've seen bumps the buyer to a 3rd party payment URL. Is there a way to prevent this?
For example, say you had a site called www.sneakersforsale.com. When you go to the checkout page to enter your credit card information, the cart will flip you to a site like:
www.paypal.com/user=?php=get=g!=133543
What can I do structurally so the checkout process stays in the store's actual site domain? Meaning, the credit card page will look something like:
http://www.sneakersforsale.com/checkout/php?=143&get=post
or maybe like a subdomain:
http://checkout.sneakersforsale.com/php?=x33=4df&=get
Is this a matter of getting a merchant account like authorize.net, or is it something else?
Thanks for any ideas.
P.S. (the above examples are not intended to be correct php code. i don't know how to code php very well, so I'm just putting fake code in there to show what I'm talking about)
I've been looking into 3rd party PHP shopping carts that you can buy/rent to use on an ecommerce site.
During checkout, every cart I've seen bumps the buyer to a 3rd party payment URL. Is there a way to prevent this?
For example, say you had a site called www.sneakersforsale.com. When you go to the checkout page to enter your credit card information, the cart will flip you to a site like:
www.paypal.com/user=?php=get=g!=133543
What can I do structurally so the checkout process stays in the store's actual site domain? Meaning, the credit card page will look something like:
http://www.sneakersforsale.com/checkout/php?=143&get=post
or maybe like a subdomain:
http://checkout.sneakersforsale.com/php?=x33=4df&=get
Is this a matter of getting a merchant account like authorize.net, or is it something else?
Thanks for any ideas.
P.S. (the above examples are not intended to be correct php code. i don't know how to code php very well, so I'm just putting fake code in there to show what I'm talking about)