Edit File: product_info.post.tpl
{if $oi.returns_info} {if !$return_statuses}{assign var="return_statuses" value=$smarty.const.STATUSES_RETURN|fn_get_simple_statuses}{/if} <p class="shift-top"> <i title="{__("expand_sublist_of_items")}" id="on_ret_{$key}" class="hand cm-combination exicon-expand"></i> <i title="{__("collapse_sublist_of_items")}" id="off_ret_{$key}" class="hand hidden cm-combination exicon-collapse"></i> <a id="sw_ret_{$key}" class="cm-combination">{__("returns_info")}</a> </p> <table width="100%" class="table table-condensed table-no-bg hidden" id="ret_{$key}"> <thead> <tr> <th> {__("status")}</th> <th>{__("amount")}</th> </tr> </thead> <tbody> {foreach from=$oi.returns_info item="amount" key="status" name="f_rinfo"} <tr> <td>{$return_statuses.$status|default:""}</td> <td>{$amount}</td> </tr> {/foreach} </tbody> </table> {/if}
Back to File Manager