Created
September 27, 2015 15:36
-
-
Save jahvi/55e9f87b86f873c30d88 to your computer and use it in GitHub Desktop.
Option configuration for Limit Minimum Order extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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