{company.companyName} Order Number: {order.ordernumber}
Customer Address:
{order.title} {order.forename} {order.surname}
{order.address1}
{order.address2}
{order.town}
{order.county}
{order.postcode}
{order.country}
{company.companyName}
{company.addressLine1}
{company.addressLine2}
{company.city}
{company.county}
{company.postcode}
{company.country}
Telephone: {company.telephone}
Web: {company.storeurl}
Email: {company.generalemail}
Email: Order Date: Order Number:
{order.email} {order.orderdate} {order.ordernumber}

<#loop:order.products#> <#/loop#>
Product Code Product Name Quantity Price Each Total Cost
{order.products.code} {order.products.name}
<#loop:order.products.extrafields#> <#if:order.products.extrafields.content:neq:blank#> <#if:order.products.extrafields.type:eq:USERINPUT#> {order.products.extrafields.title}: {order.products.extrafields.content}
<#/if#> <#if:order.products.extrafields.type:eq:SELECT#> {order.products.extrafields.title}: {order.products.extrafields.content}
<#/if#> <#if:order.products.extrafields.type:eq:CHECKBOXES#> {order.products.extrafields.title}: <#loop:order.products.extrafields.options#> {order.products.extrafields.options.option}, <#/loop#>
<#/if#> <#if:order.products.extrafields.type:eq:RADIOBUTTONS#> {order.products.extrafields.title}: {order.products.extrafields.content}
<#/if#> <#/if#> <#/loop#>
{order.products.qty} {order.products.price} <#if:order.products.ooPrice1:gt:0#>+({order.products.ooprice})<#/if#> {order.products.total}
Goods Total {order.totals.goods}
Shipping Total {order.totals.shipping}
Discount Total -{order.totals.discount}
Tax Total {order.totals.tax}
Order Total {order.totals.order}

If you have any questions regarding your order please telephone the number at the top right of this receipt or email {company.generalemail}