MODULES
...
eCommerce
Cart, Checkout, Shipping and O...

Payment Confirmation Emails

5min
use emails to send confirmation messages to customers, including a detailed breakdown of their basic payment submission prerequisites you have installed ecommerce module v1 1 4 or later check out modules overview to find out how you can install the latest version you have set up a basic payment form using the stripe payment gateway introduction you can now add details of a customer's basic payment form to workflow and autoresponder transactional emails give your client and the customer peace of mind, as well as valuable records for their safekeeping within the email, you can also access any fields that were submitted along with the original form learn more here dynamic content in workflow and autoresponder emails syntax add the following liquid tag to include the details of the customer's most recent order {% include 'ecommerce/payment details', layout 'default' %} in an email notification, this will always be based on the form that triggered the email only an payment generated by that form submission will be visible in this context this means that autoresponder emails will always show form submission data from the correct user layouts file structure you can use an existing layout, or create a new one in this file structure layouts/modules/module 14/payment/my layout liquid note unlike the similar order details layout, payment details is simpler, so there are no wrapper and item files developing the layout inside your email notification file, you'll have access to the form object {{form properties}} this contains the fields submitted with the form learn more here dynamic content in workflow and autoresponder emails you'll still have access to these fields throughout the payment details layouts inside your order details layout you'll find an item liquid and wrapper liquid file accessing payment details the item liquid file will have access to the this object, which will contain details about the payment {{this}} within this object, you'll have access to the following fields tag description example output {{this currency}} currency code gbp {{this currency symbol }} currency symbol £ {{this amount paid}} amount paid 100 {{this amount paid formatted}} amount paid formatted 1 00 {{this payment id}} stripe payment id pi