As of version 2.1.14, you can use the following personalization fields in a product’s notification emails, in the Emails tab in the Studiocart settings, in the redirect URL field under the Order Confirmation tab, and in the URL field for GET webhooks.
- {customer_firstname}
- {customer_lastname}
- {customer_name}
- {customer_email}
- {customer_phone}
- {customer_address}
- {order_id}
- {order_list} – lists products purchased (main product and bump if present) on separate lines
- {order_inline_list} – comma-separated list of purchased products on one line
- {order_amount} – total amount spent
- {product_amount} – cost of the main product only
- {product_list} – lists the names of the products purchased
- {product_inline_list} – comma-separated list of purchased product names on one line
- {username} – the customer’s username if a new account was created (new user welcome email only)
- {password} – the customer’s password if a new account was created (new user welcome email only)
- {custom_XXX} – displays custom field information, replace “XXX” with the ID of your custom field
For versions prior to 2.1.14, the available fields are:
- {fname}
- {lname}
- {name}
- {email}
- {phone}
- {order_id}
Related: Available Shortcodes