How to add a field in shipping method dhl in admin area in magento?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Admin config fields are added with system.xml field description. Look at this extension etc/system.xml and add your config field there

link|improve this answer
thanks! it works! Can you tell me how to display this field in front? – Aleksey Savitsky Sep 4 '11 at 14:14
the answer is the same, look at this extension front-end files and see how they are acquired in there – Anton S Sep 5 '11 at 6:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.