我不明白配置自定义销售报价的标签。在此代码段中:
<sales>
<quote>
<totals>
<custom>
<class>custom/quote_address_total_custom</class>
<before>grand_total,....</before>
<after>subtotal,shipping,...</after>
<render>....</render>
</custom>
</totals>
</quote>
</sales>
我想知道之前、之后和渲染标签的可能值是什么,以及检查自定义参数的连续性。在示例中您可以看到
<before>grand_total,....</before>
这是否意味着我的自定义报价稍后渲染 gran_total 计算???