diff --git a/admin-dev/themes/default/template/controllers/orders/_customized_data.tpl b/admin-dev/themes/default/template/controllers/orders/_customized_data.tpl index 1a18959e9..aa43c31b8 100755 --- a/admin-dev/themes/default/template/controllers/orders/_customized_data.tpl +++ b/admin-dev/themes/default/template/controllers/orders/_customized_data.tpl @@ -23,7 +23,7 @@ * International Registered Trademark & Property of PrestaShop SA *} {if $product['customizedDatas']} - + @@ -152,5 +152,5 @@ {/foreach} {/foreach} - + {/if} diff --git a/admin-dev/themes/default/template/controllers/orders/_discount_form.tpl b/admin-dev/themes/default/template/controllers/orders/_discount_form.tpl index dc71b2c44..aec626895 100644 --- a/admin-dev/themes/default/template/controllers/orders/_discount_form.tpl +++ b/admin-dev/themes/default/template/controllers/orders/_discount_form.tpl @@ -23,54 +23,66 @@ * International Registered Trademark & Property of PrestaShop SA *} - -
+
+
+ - -
+
+
- -
+
+
{if $order->hasInvoice()} - -
+
+ {/if} -

-   - {l s='Cancel'} +

+ + + + {l s='Cancel'} +

+
diff --git a/admin-dev/themes/default/template/controllers/orders/_documents.tpl b/admin-dev/themes/default/template/controllers/orders/_documents.tpl index 320fc718c..f75665ac8 100644 --- a/admin-dev/themes/default/template/controllers/orders/_documents.tpl +++ b/admin-dev/themes/default/template/controllers/orders/_documents.tpl @@ -83,7 +83,10 @@ {/if} {elseif get_class($document) eq 'OrderSlip'} #{Configuration::get('PS_CREDIT_SLIP_PREFIX', $current_id_lang)}{'%06d'|sprintf:$document->id} - {/if} + {/if} + + {l s='See the document'} + @@ -106,14 +109,23 @@ {displayPrice price=$document->amount currency=$currency->id} {/if} - + {if get_class($document) eq 'OrderInvoice'} {if !isset($document->is_delivery)} {if $document->getRestPaid()} - {l s='Set payment form'} + + + {l s='Set payment form'} + {/if} - - + + {if $document->note eq ''} + + {l s='Add note'} + {else} + + {l s='Edit note'} + {/if} {/if} {/if} @@ -146,13 +158,13 @@ {/if} {foreachelse} - +

{l s='No documents are available'}

{if isset($invoice_management_active) && $invoice_management_active} - {l s='Generate invoice'} - - {l s='Generate invoice'} - + + + {l s='Generate invoice'} + {/if} diff --git a/admin-dev/themes/default/template/controllers/orders/_new_product.tpl b/admin-dev/themes/default/template/controllers/orders/_new_product.tpl index 40842f15a..cb7284b7f 100644 --- a/admin-dev/themes/default/template/controllers/orders/_new_product.tpl +++ b/admin-dev/themes/default/template/controllers/orders/_new_product.tpl @@ -22,29 +22,47 @@ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} - - - + + + - {l s='Product:'} -