-
{orderNumber}Note
If the payment method uses the Orders API, then
{orderNumber}resolves to a number, for example: 12345.If the payment method uses the Payments API, then
{orderNumber}resolves to "Order" followed by a number, for example: Order 12345. -
{storeName} -
{cart.id} -
{order.reference} -
{customer.firstname} -
{customer.lastname} -
{customer.company}
-
<% allItems.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>