Skip to main content

Primary links

  • Home
  • AI
  • Kubernetes
  • Incus
  • Ansible
  • Terraform
  • OpenStack
  • Virtualization
  • Linux
  • SmartHome
  • HowTo

Misc

  • Linux
  • Hardware
  • Programming
    • Graphic
    • HTML / PHP / CMS
    • Java
    • PL / SQL
    • Magento
    • python
    • Asterisk
    • C / C++
    • JavaScript
    • Json
    • Magento
      • Cache
      • Configuration
        • Address fix
        • Breadcrumb
        • CMS extension
        • Category banner
        • Category mouse over
        • Currency exchange
        • Customer salutation
        • Customi Shop by
        • Delete order
        • Featured items
        • Fix PayPal bug
        • Footer
        • German tax
        • Google +1 Button
        • GoogleAnalytics fix
        • Image Sitemap
        • Language
        • Lightbox
        • Magento Cron
        • Magento SQLs
        • Magento
        • Magento product back button
        • Market Ready Germany
        • Move Cart to Header
        • Multistore 404 Fix
        • Newsletter import
        • NoRegion
        • PayPal
        • Price on request
        • Redirect language
        • Reflection
        • Remove Add to compare
        • Search by Category
        • Session timeout
        • Set featured products
        • Shadowbox
        • Terms and Conditions
        • Theme
        • Top category offer
        • Update core config data
        • Update footer year
        • Update free shipping
        • Upload field
        • VertNav
        • formal customer name
        • local.xml
        • magento_easy_flags
        • proceed to checkout button
        • recently viewed
        • wishlist
      • Database select
      • Delete unused product images
      • Erase credit card
      • Installation
      • Java Connector
      • Magento code snippet
      • mkMagentoDump.sh
      • snippets
    • OpenOffice / LibreOffice
    • Perl
    • Postfix
    • Regular Expression
    • TLA
    • Tomcat
    • Zenity
    • bash
    • find
    • git
    • ofbiz
    • wildfly
    • xml
  • Databases
  • Multimedia
  • Windows

Cloud

  • OpenStack
  • cloud-config
  • nextcloud

Virtualization

  • Virtualization
  • Incus
  • Docker
  • KVM
  • Kubernetes
  • LXC
  • LXD
  • QEMU
  • VMware
  • VirtualBox
  • multipass
  • podman
  • vagrant
  • XEN

Network

  • DNS
  • Firewall
  • Linux
  • OpenvSwitch
  • SSL
  • VLAN
  • VPN
  • iPXE
  • namespaces
  • nmcli
  • tcpdump

Storage

  • CEPH
  • DRBD
  • LVM
  • S3
  • ZFS
  • btrfs

Automation / CI/CD

  • Install
  • Ansible
  • GitLab
  • LLM
  • Preseed
  • Puppet
  • Terraform
  • Ubuntu autoinstall

Monitoring / Visualisation

  • Grafana
  • Icinga
  • Prometheus
  • Monitoring
  • ELK
  • mermaid
  • magento

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

Profiles GitHub StackOverflow LinkedIn Xing
Contact Imprint
© panticz 2026

Cookie-Einstellungen

Diese Website nutzt eingebettete Inhalte von Drittanbietern (z.B. YouTube, SoundCloud). Beim Laden dieser Inhalte werden Daten an die jeweiligen Anbieter übermittelt. Datenverarbeitungserklärung