From 3d446651defaf27a6ae1f1716e111b4f9a69bdc2 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Tue, 10 Apr 2012 09:11:47 +0000 Subject: [PATCH] [-] BO : #PSTEST-1136 : Fix duplicate content git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14547 b9a71923-0436-4b27-9f14-aed3839534dd --- themes/default/order-detail.tpl | 20 -------------------- 1 file changed, 20 deletions(-) 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}