Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <config>
- <sections>
- <carriers>
- <groups>
- <excellence translate="label" module="ship">
- <label>Excellence Shipping Module</label>
- <frontend_type>text</frontend_type>
- <sort_order>99</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>Enabled</label>
- <frontend_type>select</frontend_type>
- <source_model>adminhtml/system_config_source_yesno</source_model>
- <sort_order>1</sort_order>
- <show_in_default>1</show_in_default>
- <show_in_website>1</show_in_website>
- <show_in_store>1</show_in_store>
- </active>
- <title translate="label">
- <label>Title</label>
- <frontend_type>text</frontend_type>
- <sort_order>2</sort_order>
- <show_in_default>1</show_in_default>
- <show_in_website>1</show_in_website>
- <show_in_store>1</show_in_store>
- </title>
- <allowed_methods translate="label">
- <label>Allowed Methods</label>
- <frontend_type>multiselect</frontend_type>
- <source_model>Excellence_Ship_Model_Carrier_Excellence</source_model>
- <sort_order>170</sort_order>
- <show_in_default>1</show_in_default>
- <show_in_website>1</show_in_website>
- <show_in_store>0</show_in_store>
- <can_be_empty>1</can_be_empty>
- </allowed_methods>
- <price translate="label">
- <label>Price</label>
- <frontend_type>text</frontend_type>
- <sort_order>3</sort_order>
- <show_in_default>1</show_in_default>
- <show_in_website>1</show_in_website>
- <show_in_store>0</show_in_store>
- </price>
- <specificerrmsg translate="label">
- <label>Displayed Error Message</label>
- <frontend_type>textarea</frontend_type>
- <sort_order>4</sort_order>
- <show_in_default>1</show_in_default>
- <show_in_website>1</show_in_website>
- <show_in_store>1</show_in_store>
- </specificerrmsg>
- <sallowspecific translate="label">
- <label>Ship to Applicable Countries</label>
- <frontend_type>select</frontend_type>
- <sort_order>90</sort_order>
- <frontend_class>shipping-applicable-country</frontend_class>
- <source_model>adminhtml/system_config_source_shipping_allspecificcountries</source_model>
- <show_in_default>1</show_in_default>
- <show_in_website>1</show_in_website>
- <show_in_store>0</show_in_store>
- </sallowspecific>
- <specificcountry translate="label">
- <label>Ship to Specific Countries</label>
- <frontend_type>multiselect</frontend_type>
- <sort_order>91</sort_order>
- <source_model>adminhtml/system_config_source_country</source_model>
- <show_in_default>1</show_in_default>
- <show_in_website>1</show_in_website>
- <show_in_store>0</show_in_store>
- <can_be_empty>1</can_be_empty>
- </specificcountry>
- </fields>
- </excellence>
- </groups>
- </carriers>
- </sections>
- </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement