Field Type |
Description |
Notes |
Any field collected by the payment server in the pay forms can be used in an email except the users credit card information. If you do attempt to use the credit card number in your confirmation email it will appear with digits blocked out. example: 1234**78 The format to put any field into an email is [pnp_‘field name’]. You should be able to include any field that is passed to the pay scripts or that is collected by the pay scripts. Refer to the Integration documentation for a list of fields collected. |
Special Fields |
There will be fields added to this and changed occasionally. So check back here often.The shipping begin and end fields allow you to put a text area that contains shipping information into the email. If the customer orders an item that does not require shipping this text area will not be put into the confirmation email. You still need to put the normal shipping fields into this text area. [email_shipping_begin] ‘shipping fields here’ [email_shipping_end]The purchase table is a table listing of items purchased by the customer. This would be used with easycart. If the easycart field in your form is not equal to 1 this field will not be included. [email_purchase_table] |
Date Fields |
The date fields will insert todays date into the confirmation email. If you want to insert a date 15 days from now you can use [pnp_date+15], this will display the date 15 days from now. This is useful for membership plans. Such as a 14 day membership you could include a line in the confirmation email that tells them when their membership ends. [pnp_date] [pnp_date+#] [pnp_date-#] |