|
| 1 | +FireGento_MageSetup |
| 2 | +===================== |
| 3 | +MageSetup configures a shop for a national market. It's the international variant and successor of [GermanSetup](https://github.com/firegento/firegento-germansetup). |
| 4 | + |
| 5 | +Currently supported countries: Austria, France, Germany, Italy, Russia, Switzerland, United Kingdom. More to follow. |
| 6 | + |
| 7 | +Build Status |
| 8 | +------------ |
| 9 | +* Latest Release: [](https://travis-ci.org/firegento/firegento-magesetup) |
| 10 | +* Development Branch: [](https://travis-ci.org/firegento/firegento-magesetup) |
| 11 | + |
| 12 | +Facts |
| 13 | +------ |
| 14 | +- Version: check [config.xml](https://github.com/firegento/firegento-magesetup/blob/master/src/app/code/community/FireGento/MageSetup/etc/config.xml) |
| 15 | +- Extension key: FireGento_MageSetup |
| 16 | +- [Extension on GitHub](https://github.com/firegento/firegento-magesetup/) |
| 17 | + |
| 18 | +Description |
| 19 | +------------ |
| 20 | +Central features of MageSetup are: |
| 21 | + |
| 22 | +* Setting of important configuration settings |
| 23 | +* Predefined tax settings and tax classes for shipping from several countries to worldwide destinations |
| 24 | +* Assign new tax classes to all products (configurable) |
| 25 | +* Creation of email templates based on the local language pack. Legal texts can be added to some templates automatically. |
| 26 | +* Creation and Activation of Checkout Agreements. Agreements can be shown at customer registration instead of or additional to the checkout. They can be required or not. |
| 27 | +* Creation of default CMS pages like imprint, terms and conditions, privacy, shipping, payment methods. |
| 28 | +* Create email templates, cms pages and blocks as well as checkout agreements for store views with a different language as well |
| 29 | +* Possibility to add tax and/or shipping info to all prices |
| 30 | +* Automatical generation of meta data to products |
| 31 | +* Saving of every status change of newsletter subscriptions |
| 32 | +* Presets are configurable via xml files for every country seperately |
| 33 | + |
| 34 | +Requirements |
| 35 | +------------ |
| 36 | +- PHP >= 5.3.0 |
| 37 | + |
| 38 | +Compatibility |
| 39 | +-------------- |
| 40 | +- Magento >= 1.6 |
| 41 | + |
| 42 | +Installation |
| 43 | +----------------------- |
| 44 | +Please create the desired websites and store view as well as install any language packs before running MageSetup. |
| 45 | + |
| 46 | +Copy all files from the src/ folder to your magento directory in order to install the MageSetup module. |
| 47 | +After you have installed the module, you should clear the cache and log off from admin panel. When you log on again, you should see the following hint: |
| 48 | + |
| 49 | + MageSetup has been installed. Click here to set up your pages, blocks, emails and tax settings. |
| 50 | + |
| 51 | +If you don't see that hint, please check that the configuration setting **System -> Configuration -> Developer -> Template Settings -> Allow Symlinks** is enabled. |
| 52 | + |
| 53 | +On the linked page, you can make the desired settings and then click "Run MageSetup" on the top or bottom right. The adjustments will be made. |
| 54 | + |
| 55 | +Support |
| 56 | +------- |
| 57 | +If you encounter any problems or bugs, please create an issue on [GitHub](https://github.com/firegento/firegento-magesetup/issues). |
| 58 | + |
| 59 | +Contribution |
| 60 | +------------ |
| 61 | +Any contribution to the development of MageSetup is highly welcome. The best possibility to provide any code is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests). |
| 62 | + |
| 63 | +Developer |
| 64 | +--------- |
| 65 | +FireGento Team |
| 66 | +* Website: [http://firegento.com](http://firegento.com) |
| 67 | +* Twitter: [@firegento](https://twitter.com/firegento) |
| 68 | + |
| 69 | +Licence |
| 70 | +------- |
| 71 | +[GNU General Public License, version 3 (GPLv3)](http://opensource.org/licenses/gpl-3.0) |
| 72 | + |
| 73 | +Copyright |
| 74 | +--------- |
| 75 | +(c) 2011-2013 FireGento Team |
0 commit comments