chickendippers Posted January 3, 2008 Share Posted January 3, 2008 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 0 Quote Link to comment Share on other sites More sharing options...
Si Posted January 3, 2008 Share Posted January 3, 2008 Cool. Hadn't thought of that. Implementing it now. Thanks for sharing it. Si 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted January 4, 2008 Share Posted January 4, 2008 well done. I'd really like to see FPay ID as a standard field rather than an "extra" and just hidden if the client doesnt have any items using that gateway. A 2nd field is going to be needed for d/d originator reference, as thats per client rather than per product as well. 0 Quote Link to comment Share on other sites More sharing options...
chickendippers Posted January 4, 2008 Author Share Posted January 4, 2008 I'm sure there's a way to hide it using if commands, but I don't know enough about php. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.