{$smarty.const.TABLE_PRODUCT_NAME}:
{$product_info.name}
{$smarty.const.TABLE_PRODUCT_COST}, {$currency_name}:
{$product_info.PriceWithUnit}
{assign var="reg_types" value=""|GetRegTypes}
{if $reg_types}
{if $log ne ""}
{assign var="customer_reg_type" value=$log|getCustomerRegType}
{/if}
{if $log ne "" && $customer_reg_type}
{assign var="current_reg_type" value=$customer_reg_type}
{else}
{assign var="current_reg_type" value=$reg_types[0].reg_typeID}
{/if}
{else}
{/if}
{if $log}
{if $custgroup_name}
{if $discount}
{$smarty.const.STRING_DISCOUNT}:
{$discount}%
Итого:
{$product_info.PriceWithUnit_discount}
{/if}
{/if}
{$smarty.const.CUSTOMER_LOGIN}:
{$login}
{/if}
{if $smarty.const.CONF_FIO_FIELD_QUICK ne 0}
{/if}
{if $smarty.const.CONF_EMAIL_FIELD_QUICK ne 0}
{/if}
{section name=i loop=$additional_fields}
{if $additional_fields[i].reg_field_quick ne 0}
{/if}
{/section}
{if $smarty.const.CONF_ORDER_COMMENT_FIELD_QUICK ne 0}
{$smarty.const.STRING_ORDER_COMMENT}:
{/if}
{if $smarty.const.CONF_ADDRESSFORM_ADDRESS_QUICK ne 0}
{if $smarty.const.CONF_ADDRESSFORM_ADDRESS_QUICK eq 2}*{/if} {$smarty.const.CUSTOMER_ADDRESS}:
{/if}
{if $smarty.const.CONF_ENABLE_CONFIRMATION_CODE eq 1 && !$log}
{/if}