Jump to content

FuturePay ID in Client Area


Recommended Posts

This'll be a handy one for those of you using WorldPay FuturePay agreements.

 

In order for your customers to update their credit card details they need to login to WorldPay's Shopper Management System. This requires a completely different set of login details. My experience shows that the majority of people aren't very good at keeping these particular login details, so they need to use the password recovery form - in order to use that you need to know your FuturePay ID.

 

This template tweak given to me by Matt will display the FuturePay ID on the My Details page. I found it super handy, so I thought I'd share it.

 

All you need to do is copy + paste the following code into your clientareadetails.tpl template file:

 

<p>Your FuturePay ID is: {php}
global $clientsdetails;
echo $clientsdetails["customfields2"];
{/php}</p>

 

Attached is a screenshot of my implementation.

Enjoy :)

futurepay4.JPG

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated