Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

PayPal

Featured Replies

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

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>

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.

  • Author

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

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.