xml - Localization in the hmc structure -
i have problem. have part of hmc.xml structure:
<type name="order" mode="append"> <!-- lollo --> <organizer> <search mode="append"> <condition attribute="versionid" operator="is null" /> </search> <editor mode="append"> <tab name="positions_and_prices" position="0" mode="append"> <section name="original_totals" position="1" mode="append"> <listlayout> <attribute name="subtotaloriginal" descriptionattribute="currency" labelwidth="530" width="124"> <doubleeditor> <parameter key="align" value="right"/> </doubleeditor> </attribute> <attribute name="totaldiscountsoriginal" descriptionattribute="currency" labelwidth="530" width="124"> <doubleeditor> <parameter key="align" value="right"/> </doubleeditor> </attribute>
i translate section original_totals. tried adding code
section.original_totals=originaltotals
but nothing happens. how can reference section? here there screenshot of structure:
in hmc.xml reference original_totals should section.original_totals leading to: name="section.original_totals". if overwrite/extend existing functionality , not sure how declare code habit original files, in case hmc.xml in hmc extension.
Comments
Post a Comment