|
%1%
{if !empty($action_data.params['workflow.settle_target_id'])}
{if $action_data.params['workflow.settle_target_id'] == shopHelper::decodeOrderId($order.id)}
{sprintf(_w('Administrator has settled your unsettled order %s.'), $order.id)}
{else}
{sprintf(_w('Administrator has settled your unsettled order %s by merging it with order %s.'), $order.id, shopHelper::encodeOrderId($action_data.params['workflow.settle_target_id']))}
{/if}
{else}
{sprintf(_w('Administrator has merged your order %s with an unsettled order.'), $order.id)}
{/if}
|
|