Skip to content

Instantly share code, notes, and snippets.

@jahvi
Created September 27, 2015 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jahvi/55e9f87b86f873c30d88 to your computer and use it in GitHub Desktop.
Save jahvi/55e9f87b86f873c30d88 to your computer and use it in GitHub Desktop.
Option configuration for Limit Minimum Order extension
<?xml version="1.0"?>
<config>
<sections>
<cataloginventory>
<groups>
<options>
<fields>
<min_total_qty translate="label">
<label>Minimum Qty Allowed in Shopping Cart</label>
<frontend_model>cataloginventory/adminhtml_form_field_minsaleqty</frontend_model>
<backend_model>cataloginventory/system_config_backend_minsaleqty</backend_model>
<sort_order>60</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>0</show_in_website>
<show_in_store>0</show_in_store>
</min_total_qty>
</fields>
</options>
</groups>
</cataloginventory>
</sections>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment