Advertisement
BinaryBird

System.xml

Dec 28th, 2011
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.12 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <config>
  3.     <sections>
  4.         <catalog module="catalog">
  5.             <show_in_store>1</show_in_store>
  6.             <groups>
  7.                 <stopcheckout>
  8.                     <label>Stop Checkout</label>
  9.                     <sort_order>766</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.                         <disable_ext>
  15.                             <label>Disable Extension</label>
  16.                             <frontend_type>select</frontend_type>
  17.                             <source_model>adminhtml/system_config_source_yesno</source_model>
  18.                             <sort_order>10</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.                         </disable_ext>
  23.                     </fields>
  24.                 </stopcheckout>            
  25.             </groups>
  26.         </catalog>
  27.     </sections>
  28. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement