{* order confirmation *} {if $order_success}
{$after_processing_html} {/if} {else} {if $orderSum eq NULL}
{$smarty.const.ADMIN_PAYMENT_ERROR}{if $payment_error ne 1}: {$payment_error}{/if} {/if}
|
||||||||||
|
{$smarty.const.STRING_SHIPPING_TYPE}:
{$orderSum.shipping_name|replace:"<":"<"}
{$smarty.const.STRING_TARGET_SHIPPING_ADDRESS}:
{$orderSum.shipping_address|replace:"<":"<"|replace:"<br>":"
"}
{$smarty.const.STRING_PAYMENT_TYPE}:
{$orderSum.payment_name|replace:"<":"<"}
{$smarty.const.STRING_BILLING_ADDRESS}:
{$orderSum.billing_address|replace:"<":"<"|replace:"<br>":"
"}