julianpuje Posted June 1, 2004 Share Posted June 1, 2004 This is the info returning from my Worldpay callback, anyone got any ideas on how i get this to show the customers name instead of all this code in the Merchants reference???? Thank you, your payment was successful Merchant's Reference: osCsid=ae8d2921adebb3f79b9a28ef13c09d84 WorldPay Transaction ID: 73014162 I don't know from this who's paid without checking my Worldpay statement. It looks like cookie info. Any help appreciated. Cheers Julian Quote A little knowledge is dangerous, I SHOULD KNOW. If Life Begins At 40, What ends???? Link to comment Share on other sites More sharing options...
julianpuje Posted June 1, 2004 Author Share Posted June 1, 2004 I can view the orders in admin, but it doesn't tell me any info relating to any of the callback info. Quote A little knowledge is dangerous, I SHOULD KNOW. If Life Begins At 40, What ends???? Link to comment Share on other sites More sharing options...
julianpuje Posted June 1, 2004 Author Share Posted June 1, 2004 The admin orders doesn't tell me much, only the name, how much and the date. If i sell (hopefully) say 15 items in one day, it will show me all the same date but no ref. Quote A little knowledge is dangerous, I SHOULD KNOW. If Life Begins At 40, What ends???? Link to comment Share on other sites More sharing options...
lilithfiend Posted July 4, 2004 Share Posted July 4, 2004 (edited) You can customise the Confirmation email that WorldPay sends to you, to include additional information. 1) Download the default email messages_*.properties file, from the following location: https://select.worldpay.com/global3/email/d...s_en.properties 2) Edit the file using a text editor (such as WordPad) 3) In the email template you will find under that under the section marked # Specific to merchant purchase receipts # a special fields for merchant's own additional information email.merchPurch.top= email.merchPurch.middle= email.merchPurch.bottom= 4) you can put as much as you like in them. If you want multiple lines you put "\n" as the line break into the message e.g. email.merchPurch.top=This is my first paragraph.\n\nA new line followed by a blank line precedes this paragraph\nmore stuff on a new line. There should be no literal carriage return in the message as this terminates it. 5) You will however notice that some shopper details already appear in the Merchant Confirmation Email (such as shopper Name and Address). However, it is possible to add additional shopper details and other transaction-specific information, including: a) any variables that are submitted in the original purchase token which are prefixed with either M_, MC_ or C_ b) almost all of what is stored about an authorized transaction on the Customer Management System (http://www.worldpay.com/admin) 6) To pass the customer's email address in the middle of the email you would need to add email.merchPurch.middle=Email: <WPDISPLAY ITEM=email> The list of Worldpay parameters can be found here: http://support.worldpay.com/kb/integration...sjig_10100.html Another example: Add shopper's email, fax, name, address, postcode, country: email.merchPurch.middle=Email: <WPDISPLAY ITEM=email> \n fax: <WPDISPLAY ITEM=fax> \n Name: <WPDISPLAY ITEM=name> \n Address: <WPDISPLAY ITEM=address> \n Post code: <WPDISPLAY ITEM=postcode> \n Country: <WPDISPLAY ITEM=country> 7) To add an MC_ variable (custom information) for example called MC_test though in the middle of the email, you would need to add email.merchPurch.middle=MC_test: <WPDISPLAY ITEM= MC_test> 8) Upload the modified messages_en.properties file under File Management for your installation id in the CMS Remember that changes in customisation can take about 2 hours to propagate across the servers and take effect when you do your tests. HTH, Pamela Edited July 4, 2004 by lilithfiend 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.
Note: Your post will require moderator approval before it will be visible.