You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

With PayPal Express, users are able to complete the checkout process in very few steps. Customers can use the delivery and billing address information they have stored with PayPal, rather than re-entering it all again on your website. This makes checkout quicker, easier, and therefore more likely to be completed.

PayPal Express checkout can be implemented on BPD websites quickly and easily, using the guides below.  

Before beginning, have your PayPal Merchant credentials handy and ensure your CSS is up-to-date for PayPal Express:  

  1. Login to the CMS. 
  2. Navigate to Settings --> Settings.
  3. Select the PayPalExpress tab. 
  4. Populate the fields as follows: 
    1. PayPal Express Login URL = https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout
    2. PayPal Express Endpoint = https://api-3t.paypal.com/nvp
    3. PayPal Express Username = (Your PayPal Merchant username)
    4. PayPal Express Password = (Your PayPal Merchant password)
    5. PayPal Express Signature = (Your PayPal Merchant Signature)
  5. Click 'Update' to save.

Step-by-step guide (where Click & Collect not in use)

Add the PayPal Express button to the Product Detail page (optional). 

The 'Checkout with PayPal' button on the product detail page can behave in 1 of 2 ways: 

Option 1 -  add that product to the cart, then redirect to the PayPal site, or

Option 2 -  immediately redirect to the PayPal site with the current contents of the cart (e.g. the user must add the product to cart first).
 

Option 1

  1. Navigate to Content --> Standard Pages
  2. Select the Product Detail template. 
  3. Add the 'PayPalExpressButton' widget to the template.
  4. Click 'Edit' on the PayPalExpressButton widget to open configuration options.
  5. Ensure 'Display Button?' is unticked
  6. Click 'Save'
  7. Click 'Edit' on the Product Purchase Details widget to open configuration options. 
  8. Tick 'Show PayPal Express Checkout?'.
  9. Click 'Save'.

     

Option 2

  1. Navigate to Content --> Standard Pages
  2. Select the Product Detail template. 
  3. Add the 'PayPalExpressButton' widget to the template.
  4. Click 'Edit' on the PayPalExpressButton widget to open configuration options.
  5. Tick 'Display Button?'.
  6. Click 'Save'
  7. Click 'Edit' on the Product Purchase Details widget to open configuration options. 
  8. Ensure 'Show PayPal Express Checkout?' is unticked.
  9. Click 'Save'

     

 

Add the PayPal Express button to the Cart page 
  1. Navigate to Content --> Standard Pages.
  2. Select the Cart template. 
  3. Add the 'Cart PayPalExpress Button' widget to Zone BottomAfter (or other location consistent with your site's design).
     

 

PayPal Express is now implemented and ready for use!

 

Step-by-step guide (where Click & Collect is in use)

For sites using Click & Collect, implementation is slightly different. 

 

  • No labels