Adding Payment Options to Online Shop After Check-out

Asked By 10 points N/A Posted on -
qa-featured

I need to sell some items on the internet so I am currently developing a website in PHP, HTML, Mysql and WordPress. I need to incorporate a check-out into the webpage but I do not know how to go about it. Could you enumerate the process for building a check-out into a webpage? Please show me how to include a PayPal payment or a debit card payment option after check-out.

SHARE
Best Answer by Sharath Reddy
Best Answer
Best Answer
Answered By 590495 points N/A #190595

Adding Payment Options to Online Shop After Check-out

qa-featured

Adding PayPal as your payment option in your website is kind of easy but you need first to have a PayPal account and you must be using either a Business account or a Premium account. If you don’t have a PayPal account yet, visit PayPal Online Payment and then sign up for an account.

Since you want to use PayPal for receiving payments, click Get Started on the right side of the screen for “Receive payments with PayPal”. Follow the instructions until you complete your account. See image.

Once your account is created, you need to get your merchant account ID. Login to your PayPal account and then click Profile. See image.

Your Merchant account ID should appear at the bottom of the “My personal info” section. See image.

Next, you need to create your PayPal button. For the instructions and download, visit PayPal Payment Buttons. Once the button is created, insert the code into your website and you may now start selling. If you want to test the button first, make sure to follow all the instructions.

Answered By 10 points N/A #190597

Adding Payment Options to Online Shop After Check-out

qa-featured

Hello,

How are you? You should follow some steps to resolve your problem.

Step 1: Firstly open a PayPal account using your e-mail address. Now link your PayPal account to a bank to verify your account. Step 2 : After login to your account click on “Merchant Services” option.

Step 3 : Click “Buy Now” button on top of the page. Then click on “Create Button”. Now you have to insert html code to your webpage.

Step 4 : Open web design software through your web host or the html script if you want to design a website without software. If you want to use software select the html or script box and insert it where you want to see the button. Now copy and paste the html code from the paypal website to the html box.

Step 5 : Repeat steps 2 and 3 for other buttons for products on the website.

That is exactly it.

Moreen Jamnelly.

Related Questions