我已向Google Analytics模塊添加了一個字段。 (所以這個問題是一個普遍的一個,在這種情況下與分析模塊)已將Magento get字段添加到Google Analytics代碼
看起來像這樣(的system.xml)
<another_code translate="label">
<label>Another code</label>
<frontend_type>text</frontend_type>
<sort_order>10</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<fields>
<active translate="label">
<label>Enable</label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_yesno</source_model>
<sort_order>10</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</active>
<account translate="label">
<label>Account Id</label>
<frontend_type>text</frontend_type>
<sort_order>20</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</account>
</fields>
</another_code>
這工作得很好,得到的加入到數據庫中。但是...
如何在前端獲得它?什麼是下一個步驟,如果我想獲得<label>Account Id</label>
謝謝!這一個幫助我在多個層面上:-) –