diff --git a/app/code/community/Meanbee/Shippingrules/etc/config.xml b/app/code/community/Meanbee/Shippingrules/etc/config.xml index abb3ad4..e6cb145 100644 --- a/app/code/community/Meanbee/Shippingrules/etc/config.xml +++ b/app/code/community/Meanbee/Shippingrules/etc/config.xml @@ -2,7 +2,7 @@ - 2.7.4 + 2.7.5 @@ -93,6 +93,7 @@ flag 1 1 + 0 diff --git a/app/code/community/Meanbee/Shippingrules/etc/system.xml b/app/code/community/Meanbee/Shippingrules/etc/system.xml index e8816d4..15b95e5 100644 --- a/app/code/community/Meanbee/Shippingrules/etc/system.xml +++ b/app/code/community/Meanbee/Shippingrules/etc/system.xml @@ -93,6 +93,26 @@ 1 1 + + + select + 100 + shipping-applicable-country + adminhtml/system_config_source_shipping_allspecificcountries + 1 + 1 + 0 + + + + multiselect + 101 + adminhtml/system_config_source_country + 1 + 1 + 0 + 1 + diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..6adb648 --- /dev/null +++ b/composer.json @@ -0,0 +1,16 @@ +{ + "name": "meanbee/magento-shipping-rules", + "description": "Magento 1 extension that uses the power of the promotion rules system to create flat rate shipping methods based on conditions", + "homepage": "https://www.meanbee.com/magento-extensions/meanbee-shipping-rules.html", + "type": "magento-module", + "version": "2.7.5", + "authors": [ + { + "name": "Meanbee", + "email": "hello@meanbee.com" + } + ], + "require":{ + "magento-hackathon/magento-composer-installer":"^3.0.0" + } +}