Metapackage to install a set of modules that will improve the configuration of your store for websites that are running in Argentina.
Current included modules are:
- Mugar_ArgentinaRegions
- Mageplaza_SocialLogin
- Mageplaza_SpanishArgentinaLanguagePack
- MercadoPago_Core
- Strategery_Infinitescroll
Use composer to install Mugar Argentina Setup metapackage.
composer require watts25/magento2-setup
Then you'll need to activate the included modules.
bin/magento module:enable Mugar_ArgentinaRegions
bin/magento setup:upgrade
bin/magento cache:clean
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request