Magento configuration

Error loging
set_core_config_data "dev/log/active" "0"
/var/www/var/log/exception.log
/var/www/var/log/system.log

Disable review
System > Configuration > Advanced
Mage_Review: Disabled

Disable wishlist
vi /var/www/magento/app/design/frontend/default/modern/template/catalog/product/list.phtml
helper('wishlist')->isAllow()) : ?>

Disable compare
vi /var/www/magento/app/design/frontend/default/modern/template/catalog/product/list.phtml
getAddToCompareUrl($_product)): ?>

Disable wishlist and compare
uncomment ul class="add-to"

Enable Exception printing
cp ./errors/local.xml.sample ./errors/local.xml

Enhanced Admin Products Grid
http://www.magentocommerce.com/magento-connect/WDCA/extension/748/enhan…
/var/www/pear install magento-community/TBT_Enhancedgrid

Mass Product Relater
http://www.magentocommerce.com/magento-connect/WDCA/extension/549/mass-…
/var/www/pear install magento-community/Mass_Product_Relater

Change min. password length
edit /var/www/app/code/core/Mage/Customer/Model/Customer/Attribute/Backend/Password.php

# change default catalog list mode to list
set_core_config_data "catalog/frontend/list_mode" "list-grid"

Payment
# bankpayment
set_core_config_data "payment/bankpayment/sort_order" "-10"
set_core_config_data "payment/bankpayment/bank_accounts" 'a:6:{s:14:"account_holder";a:2:{i:0;s:0:"";i:1;s:25:"YOUR_COMPANY_INC";}s:14:"account_number";a:2:{i:0;s:0:"";i:1;s:10:"123 123 12";}s:9:"sort_code";a:2:{i:0;s:0:"";i:1;s:10:"444 555 60";}s:9:"bank_name";a:2:{i:0;s:0:"";i:1;s:17:"DKB";}s:4:"iban";a:2:{i:0;s:0:"";i:1;s:27:"DE 1111 2222 3333 4444 5555";}s:3:"bic";a:2:{i:0;s:0:"";i:1;s:8:"PBXKAAFF";}}'

# install
./pear install magento-community/CashOnDelivery

# configure
set_core_config_data "payment/cashondelivery/active" "1"
set_core_config_data "payment/cashondelivery/shippingallowspecific" "1"
set_core_config_data "payment/cashondelivery/shippingspecificcountry" "DE"
set_core_config_data "payment/cashondelivery/inlandcosts" "3.5"
set_core_config_data "payment/cashondelivery/customtext" "zusätzlich € 2,- Zustellgebühr bei Übergabe"
set_core_config_data "payment/cashondelivery/title" "Nachnahme"

Links
http://www.mxperts.de/magento-14x-was-erwartet-uns/
http://www.magentocommerce.com/wiki/modules_reference/english/mage_admi… - Email Variables