diff --git a/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl index ce570cb64..b573ed582 100755 --- a/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl @@ -133,6 +133,24 @@ {l s='Print order'} + {if Configuration::get('PS_ORDER_RETURN')} + + + {if $order->hasBeenShipped()} + {l s='Return products'} + {elseif $order->hasBeenPaid()} + {l s='Standard refund'} + {else} + {l s='Cancel products'} + {/if} + + {/if} + {if $order->hasInvoice()} + + + {l s='Partial refund'} + + {/if}