Files
kupshop/admin/templates/window/orders.user.tpl
2025-08-02 16:30:27 +02:00

10 lines
200 B
Smarty

{if $order->isClosed()}
{$closed = true}
{/if}
{if $body.acn == 'add' and not $body.duplicate}
{include 'window/orders.user.add.tpl'}
{else}
{include 'window/orders.user.edit.tpl'}
{/if}