diff --git a/themes/default/order-detail.tpl b/themes/default/order-detail.tpl index a90b2ff0e..b583d1b14 100644 --- a/themes/default/order-detail.tpl +++ b/themes/default/order-detail.tpl @@ -86,26 +86,6 @@ {/if}
-

{l s='Order:'} {l s='#'}{$order->id|string_format:"%06d"}

-{if $carrier->id}

{l s='Carrier:'} {if $carrier->name == "0"}{$shop_name|escape:'htmlall':'UTF-8'}{else}{$carrier->name|escape:'htmlall':'UTF-8'}{/if}

{/if} -

{l s='Payment method:'} {$order->payment|escape:'htmlall':'UTF-8'}

-{if $invoice AND $invoiceAllowed} -

- - {if $is_guest} - id}&secure_key=$order->secure_key")}" >{l s='Download your invoice as a PDF file'} - {else} - id}")}" >{l s='Download your invoice as a PDF file'} - {/if} -

-{/if} -{if $order->recyclable && isset($isRecyclable) && $isRecyclable} -

 {l s='You have given permission to receive your order in recycled packaging.'}

-{/if} -{if $order->gift} -

 {l s='You requested gift-wrapping for your order.'}

-

{l s='Message:'} {$order->gift_message|nl2br}

-{/if}