Advertisement
Guest User

system.xml

a guest
Jul 2nd, 2012
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.63 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <config>
  3.     <sections>
  4.         <carriers>
  5.             <groups>
  6.                 <excellence translate="label" module="ship">
  7.                     <label>Excellence Shipping Module</label>
  8.                     <frontend_type>text</frontend_type>
  9.                     <sort_order>99</sort_order>
  10.                     <show_in_default>1</show_in_default>
  11.                     <show_in_website>1</show_in_website>
  12.                     <show_in_store>1</show_in_store>
  13.                     <fields>
  14.                         <active translate="label">
  15.                             <label>Enabled</label>
  16.                             <frontend_type>select</frontend_type>
  17.                             <source_model>adminhtml/system_config_source_yesno</source_model>
  18.                             <sort_order>1</sort_order>
  19.                             <show_in_default>1</show_in_default>
  20.                             <show_in_website>1</show_in_website>
  21.                             <show_in_store>1</show_in_store>
  22.                         </active>
  23.                         <title translate="label">
  24.                             <label>Title</label>
  25.                             <frontend_type>text</frontend_type>
  26.                             <sort_order>2</sort_order>
  27.                             <show_in_default>1</show_in_default>
  28.                             <show_in_website>1</show_in_website>
  29.                             <show_in_store>1</show_in_store>
  30.                         </title>
  31.                         <allowed_methods translate="label">
  32.                             <label>Allowed Methods</label>
  33.                             <frontend_type>multiselect</frontend_type>
  34.                             <source_model>Excellence_Ship_Model_Carrier_Excellence</source_model>
  35.                             <sort_order>170</sort_order>
  36.                             <show_in_default>1</show_in_default>
  37.                             <show_in_website>1</show_in_website>
  38.                             <show_in_store>0</show_in_store>
  39.                             <can_be_empty>1</can_be_empty>
  40.                         </allowed_methods>
  41.                         <price translate="label">
  42.                             <label>Price</label>
  43.                             <frontend_type>text</frontend_type>
  44.                             <sort_order>3</sort_order>
  45.                             <show_in_default>1</show_in_default>
  46.                             <show_in_website>1</show_in_website>
  47.                             <show_in_store>0</show_in_store>
  48.                         </price>
  49.                         <specificerrmsg translate="label">
  50.                             <label>Displayed Error Message</label>
  51.                             <frontend_type>textarea</frontend_type>
  52.                             <sort_order>4</sort_order>
  53.                             <show_in_default>1</show_in_default>
  54.                             <show_in_website>1</show_in_website>
  55.                             <show_in_store>1</show_in_store>
  56.                         </specificerrmsg>
  57.                         <sallowspecific translate="label">
  58.                             <label>Ship to Applicable Countries</label>
  59.                             <frontend_type>select</frontend_type>
  60.                             <sort_order>90</sort_order>
  61.                             <frontend_class>shipping-applicable-country</frontend_class>
  62.                             <source_model>adminhtml/system_config_source_shipping_allspecificcountries</source_model>
  63.                             <show_in_default>1</show_in_default>
  64.                             <show_in_website>1</show_in_website>
  65.                             <show_in_store>0</show_in_store>
  66.                         </sallowspecific>
  67.                         <specificcountry translate="label">
  68.                             <label>Ship to Specific Countries</label>
  69.                             <frontend_type>multiselect</frontend_type>
  70.                             <sort_order>91</sort_order>
  71.                             <source_model>adminhtml/system_config_source_country</source_model>
  72.                             <show_in_default>1</show_in_default>
  73.                             <show_in_website>1</show_in_website>
  74.                             <show_in_store>0</show_in_store>
  75.                             <can_be_empty>1</can_be_empty>
  76.                         </specificcountry>
  77.                     </fields>
  78.                 </excellence>
  79.             </groups>
  80.         </carriers>
  81.     </sections>
  82. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement