{config_load file=$language_path section="general"} {config_load file=$language_path section="crm"} {config_load file=$language_path section="products"}
| {#reclamations_id#} | {#orders_id#} | {#status#} | {#type#} | {#reason#} | {#products_and_shipping#} | {#date#} |
|---|---|---|---|---|---|---|
{$o.RID} |
{$o.OID} |
{$o.STATUS} |
{$o.TYPE} | {$o.REASONS} |
{foreach name=innena item=op from=$o.products}
{$op.QTY} x {$op.PRODUCTS_NAME}
{if $op.PROPERTIES.0}
{/foreach}
{#product_properties#} {foreach from=$op.PROPERTIES item=property} {$property.property_title}: {$property.property_value} {if $property.input_span > 0} - {#input_span_value#}: {$property.input_span} {/if} {/foreach} {/if} {#shipping_address#}: {$o.address} |
{$o.DATE_CREATED_TITLE}: {$o.DATE_CREATED} {if $o.DATE_LAST_MODIFIED != ''} {$o.DATE_LAST_MODIFIED_TITLE}: {$o.DATE_LAST_MODIFIED} {/if} |