Web Design Forum: PayPal - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

PayPal PayPal Rate Topic: -----

#1 User is offline   Kath 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 58
  • Joined: 05-April 10
  • Reputation: 0
  • Gender:Female
  • Location:Derbyshire
  • Experience:Beginner
  • Area of Expertise:Web Developer

Posted 05 April 2010 - 01:09 AM

I have just joined the forum as a new web designer. I recently had to turn down a project as the client wanted to have on-line payment via pay pal. Is this difficult to implement?

I would be very pleased to have more information

Thanks, Kath
0

#2 User is offline   TopShopper 

  • Expert
  • PipPipPipPip
  • Group: Members
  • Posts: 878
  • Joined: 21-July 09
  • Reputation: 14
  • Gender:Male
  • Location:Cardiff, UK
  • Experience:Intermediate
  • Area of Expertise:Coder

Posted 05 April 2010 - 08:39 AM

Hi and welcome.
Not difficult at all if you use the standard implementation.
In it's simplest, just develop a form something like this.
<form method="post" action="https://www.paypal.com/cgi-bin/webscr" name="PayCredit">
 	<div align="left">
 	<input type="submit" name="Submit" value="Pay through Secure Server at PayPal">
 	<input type="hidden" name="cmd" value="_xclick">
			<input type="hidden" name="business" value="<?php print $PPMerchantID?>">
 	<input type="hidden" name="item_name" value="Purchase from <?php print $MerchantName?>">
 	<input type="hidden" name="item_number" value="<?php print $FullInvoiceRef?>">
 	<input type="hidden" name="amount" value="<?php print $InvoiceTotalf?>">
 	<input type="hidden" name="currency_code" value="<?php print $PPCurrency?>">
			
		</div>
 	</form>

0

#3 User is offline   HogIT 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 283
  • Joined: 09-September 09
  • Reputation: 14
  • Gender:Male
  • Experience:Nothing
  • Area of Expertise:Designer

Posted 05 April 2010 - 08:41 AM

Providing you know how to code html then incorporating Paypal buttons / shopping cart is very straightforward.

All the techie stuff is explained on the paypal website with create code options.

They provide a sandpit facility for developers to test the code without going through the live interface.

Get yourself signed up to paypal with a seller account and get experimenting.


.... Topshopper just beat me to it.
0

#4 User is offline   markupmypage 

  • Dedicated Member
  • PipPip
  • Group: Members
  • Posts: 101
  • Joined: 28-March 10
  • Reputation: 5
  • Gender:Male
  • Location:USA
  • Experience:Advanced
  • Area of Expertise:Web Developer

Posted 05 April 2010 - 10:23 AM

If you know HTML and Scripting language (Server Side) it is very easy ,

Please refer this https://developer.paypal.com/

By Using above , you can create test account and test your work ,


Good Luck
0

#5 User is offline   Kath 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 58
  • Joined: 05-April 10
  • Reputation: 0
  • Gender:Female
  • Location:Derbyshire
  • Experience:Beginner
  • Area of Expertise:Web Developer

Posted 06 April 2010 - 06:51 PM

Thank you to everyone who advised me about Pay Pal. I will get experimenting.

I know html and css. Is it essential to know scripting language?

I will feedback in due course anything helpful I find out in trying this out.

Kath
0

#6 User is online   rallport 

  • Web Guru
  • PipPipPipPipPip
  • Group: Members
  • Posts: 3,814
  • Joined: 03-January 10
  • Reputation: 266
  • Gender:Male
  • Location:England, UK
  • Experience:Advanced
  • Area of Expertise:Web Developer

Posted 01 May 2010 - 06:26 PM

View Postseoexpart, on 28 April 2010 - 11:13 AM, said:

How can I pay my payment through Paypal account, for domain booking and hosting? <_<


Topshopper just gave you the exact code you could use for individual items.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users