Loading...
Navigation überspringen
Bitte beachte, dass sich diese Dokumentation auf die neuste Version dieser Erweiterung bezieht. Wenn eine ältere Version eingesetzt wird, kann diese abweichen. Die jeweils passende Dokumentation befindet sich im Dokumentation-Verzeichnis der Erweiterung.

Email Konfiguration

Hier findest Du eine Übersicht über die Konfigurations-Möglichkeiten für E-Mails im TYPO3 Shop by coding.ms.

E-Mail Einstellungen

Die Basiseinstellungen für Empfänger- und Absender E-Mail-Adresse wird im TypoScript Setup festgelegt. Du kannst die Einstellungen über eine individuelle Konstanten Datei überschreiben.

Mögliche Einstellungen sind:Email Empfänger Name Gib hier den Namen des Empfängers/ Empfangsstelle an.Email Empfänger E-Mail Adresse Gib hier die E-Mail Adresse des Empfängers / Empfangsstelle an.Email Absender Name Gib hier den Namen des Absenders / Absendestelle an.Email Absender E-Mail Adresse Gib hier die E-Mail Adresse des Absenders / Absendestelle an.Email Typ Gib hier an, ob die Email als Plaintext (plain) oder HTML (html) ausgeliefert werden soll.Email Footer Text Hier hast Du die Möglichkeit einen optionalen Text im Footer der E-Mail anzugeben.Email-Betreff Hier hast Du die Möglichkeit, den Betreff für verschiedene Checkout-Typen festzulegen.

Einträge in einer individuellen Konstanten Datei

themes.configuration.extension.shop {
    # customsubcategory=shop_email=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.subcategory_email
    email {
        from {
            # cat=shop/shop_email/; type=string; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.email_from_email
            email = mail@domain.com
            # cat=shop/shop_email/; type=string; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.email_from_name
            name = TYPO3 Shop-Extension
        }
        to {
            # cat=shop/shop_email/; type=string; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.email_to_email
            email = mail@domain.com
            # cat=shop/shop_email/; type=string; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.email_to_name
            name = TYPO3 Shop-Extension
        }
        cc {
            # cat=shop/shop_email/; type=string; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.email_cc_email
            email =
            # cat=shop/shop_email/; type=string; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.email_cc_name
            name = TYPO3 Shop-Extension
        }
        # cat=shop/shop_email/; type=options[LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.email_format_option_plain=plain,LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.email_format_option_html=html]; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.email_format
        format = html
        templates {
            onInvoice {
                # cat=shop/shop_email/; type=string; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.email_on_invoice_subject_customer_confirmation
                subjectCustomerConfirmation = Shop Product OnInvoice
                # cat=shop/shop_email/; type=string; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.email_on_invoice_subject_order
                subjectOrder = Shop Product OnInvoice (Admin)
            }
            prePayment {
                # cat=shop/shop_email/; type=string; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.email_pre_payment_subject_customer_confirmation
                subjectCustomerConfirmation = Shop Product PrePayment
                # cat=shop/shop_email/; type=string; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.email_pre_payment_subject_order
                subjectOrder = Shop Product PrePayment (Admin)
            }
            request {
                # cat=shop/shop_email/; type=string; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.email_request_subject_customer_confirmation
                subjectCustomerConfirmation = Shop Product Request
                # cat=shop/shop_email/; type=string; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.email_request_subject_request
                subjectRequest = Shop Product Request (Admin)
            }
            sepa {
                # cat=shop/shop_email/; type=string; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.email_sepa_subject_customer_confirmation
                subjectCustomerConfirmation = Shop Product SEPA
                # cat=shop/shop_email/; type=string; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.email_sepa_subject_order
                subjectOrder = Shop Product SEPA (Admin)
            }
            revocation {
                # cat=shop/shop_email/; type=string; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.email_revocation_subject_request
                subjectRequest = Revocation Request
                # cat=shop/shop_email/; type=string; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.email_revocation_subject_submitted_admin
                subjectSubmittedAdmin = Revocation Received
                # cat=shop/shop_email/; type=string; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.email_revocation_subject_submitted_customer
                subjectSubmittedCustomer = Revocation Submitted
            }
        }
    }
    checkout {
        # customsubcategory=shop_checkout_oninvoice=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.subcategory_checkout_oninvoice
        onInvoice {
            # cat=shop/shop_checkout_oninvoice/20; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_oninvoice_attach_product_files_to_admin_email
            attachProductFilesToAdminEmail = 0
            # cat=shop/shop_checkout_oninvoice/25; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_oninvoice_attach_product_files_to_customer_email
            attachProductFilesToCustomerEmail = 0
            # cat=shop/shop_checkout_oninvoice/30; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_oninvoice_attach_invoice_to_admin_email
            attachInvoiceToAdminEmail = 1
            # cat=shop/shop_checkout_oninvoice/40; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_oninvoice_attach_invoice_to_customer_email
            attachInvoiceToCustomerEmail = 1
            # cat=shop/shop_checkout_oninvoice/60; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_oninvoice_attach_delivery_note_to_admin_email
            attachDeliveryNoteToAdminEmail = 0
            # cat=shop/shop_checkout_oninvoice/70; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_oninvoice_attach_delivery_note_to_customer_email
            attachDeliveryNoteToCustomerEmail = 0
            # cat=shop/shop_checkout_oninvoice/90; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_oninvoice_attach_order_xml_to_admin_email
            attachOrderXmlToAdminEmail = 0
            email {
                customerConfirmation {
                    # cat=shop/shop_checkout_oninvoice/70; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_oninvoice_email_customer_confirmation_active
                    active = 1
                }
                order {
                    # cat=shop/shop_checkout_oninvoice/80; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_oninvoice_email_order_active
                    active = 1
                }
            }
        }
        # customsubcategory=shop_checkout_prepayment=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.subcategory_checkout_prepayment
        prePayment {
            # cat=shop/shop_checkout_prepayment/20; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_prepayment_attach_product_files_to_admin_email
            attachProductFilesToAdminEmail = 0
            # cat=shop/shop_checkout_prepayment/25; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_prepayment_attach_product_files_to_customer_email
            attachProductFilesToCustomerEmail = 0
            # cat=shop/shop_checkout_prepayment/30; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_prepayment_attach_invoice_to_admin_email
            attachInvoiceToAdminEmail = 1
            # cat=shop/shop_checkout_prepayment/40; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_prepayment_attach_invoice_to_customer_email
            attachInvoiceToCustomerEmail = 1
            # cat=shop/shop_checkout_prepayment/60; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_prepayment_attach_delivery_note_to_admin_email
            attachDeliveryNoteToAdminEmail = 0
            # cat=shop/shop_checkout_prepayment/70; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_prepayment_attach_delivery_note_to_customer_email
            attachDeliveryNoteToCustomerEmail = 0
            # cat=shop/shop_checkout_prepayment/90; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_prepayment_attach_order_xml_to_admin_email
            attachOrderXmlToAdminEmail = 0
            email {
                customerConfirmation {
                    # cat=shop/shop_checkout_prepayment/70; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_prepayment_email_customer_confirmation_active
                    active = 1
                }
                order {
                    # cat=shop/shop_checkout_prepayment/80; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_prepayment_email_order_active
                    active = 1
                }
            }
        }
        # customsubcategory=shop_checkout_request=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.subcategory_checkout_request
        request {
            # cat=shop/shop_checkout_request/20; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_request_attach_product_files_to_admin_email
            attachProductFilesToAdminEmail = 0
            # cat=shop/shop_checkout_request/25; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_request_attach_product_files_to_customer_email
            attachProductFilesToCustomerEmail = 0
            # cat=shop/shop_checkout_request/30; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_request_attach_invoice_to_admin_email
            attachInvoiceToAdminEmail = 0
            # cat=shop/shop_checkout_request/40; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_request_attach_invoice_to_customer_email
            attachInvoiceToCustomerEmail = 0
            # cat=shop/shop_checkout_request/60; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_request_attach_delivery_note_to_admin_email
            attachDeliveryNoteToAdminEmail = 0
            # cat=shop/shop_checkout_request/70; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_request_attach_delivery_note_to_customer_email
            attachDeliveryNoteToCustomerEmail = 0
            # cat=shop/shop_checkout_request/90; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_request_attach_order_xml_to_admin_email
            attachOrderXmlToAdminEmail = 0
            email {
                customerConfirmation {
                    # cat=shop/shop_checkout_request/70; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_request_email_customer_confirmation_active
                    active = 1
                }
                order {
                    # cat=shop/shop_checkout_request/80; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_request_email_order_active
                    active = 1
                }
            }
        }
        # customsubcategory=shop_checkout_sepa=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.subcategory_checkout_sepa
        sepa {
            # cat=shop/shop_checkout_sepa/20; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_sepa_attach_product_files_to_admin_email
            attachProductFilesToAdminEmail = 0
            # cat=shop/shop_checkout_sepa/25; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_sepa_attach_product_files_to_customer_email
            attachProductFilesToCustomerEmail = 0
            # cat=shop/shop_checkout_sepa/30; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_sepa_attach_invoice_to_admin_email
            attachInvoiceToAdminEmail = 1
            # cat=shop/shop_checkout_sepa/35; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_sepa_attach_sepa_mandate_to_admin_email
            attachSepaMandateToAdminEmail = 1
            # cat=shop/shop_checkout_sepa/40; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_sepa_attach_invoice_to_customer_email
            attachInvoiceToCustomerEmail = 1
            # cat=shop/shop_checkout_sepa/45; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_sepa_attach_sepa_mandate_to_customer_email
            attachSepaMandateToCustomerEmail = 1
            # cat=shop/shop_checkout_sepa/60; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_sepa_attach_delivery_note_to_admin_email
            attachDeliveryNoteToAdminEmail = 0
            # cat=shop/shop_checkout_sepa/70; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_sepa_attach_delivery_note_to_customer_email
            attachDeliveryNoteToCustomerEmail = 0
            # cat=shop/shop_checkout_sepa/90; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_sepa_attach_order_xml_to_admin_email
            attachOrderXmlToAdminEmail = 0
            email {
                customerConfirmation {
                    # cat=shop/shop_checkout_sepa/70; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_sepa_email_customer_confirmation_active
                    active = 1
                }
                order {
                    # cat=shop/shop_checkout_sepa/80; type=boolean; label=LLL:EXT:shop/Resources/Private/Language/locallang_constants.xlf:tx_shop_constants.checkout_sepa_email_order_active
                    active = 1
                }
            }
        }
    }
}

Einträge in einer individuellen Setup Datei

plugin.tx_shop {
    settings{
        email {
            from {
                name = {$themes.configuration.extension.shop.email.from.name}
                email = {$themes.configuration.extension.shop.email.from.email}
            }
            to {
                name = {$themes.configuration.extension.shop.email.to.name}
                email = {$themes.configuration.extension.shop.email.to.email}
            }
            format = {$themes.configuration.extension.shop.email.format}
            footer (
TYPO3  Shop Extension by coding.ms
www:   www.coding.ms
email: typo3@coding.ms
            )
        }
        basketOrder {
            orderOptions {
                onInvoice {
                    email {
                        customerConfirmation {
                            active = {$themes.configuration.extension.shop.checkout.onInvoice.email.customerConfirmation.active}
                            from {
                                name = {$themes.configuration.extension.shop.email.from.name}
                                email = {$themes.configuration.extension.shop.email.from.email}
                            }
                            to {
                                # Customer address data
                            }
                            subject = {$themes.configuration.extension.shop.email.templates.onInvoice.subjectCustomerConfirmation}
                        }
                        order {
                            active = {$themes.configuration.extension.shop.checkout.onInvoice.email.order.active}
                            from {
                                name = {$themes.configuration.extension.shop.email.from.name}
                                email = {$themes.configuration.extension.shop.email.from.email}
                            }
                            to {
                                name = {$themes.configuration.extension.shop.email.to.name}
                                email = {$themes.configuration.extension.shop.email.to.email}
                            }
                            subject = {$themes.configuration.extension.shop.email.templates.onInvoice.subjectOrder}
                        }
                    }
                }
                prePayment {
                    email {
                        customerConfirmation {
                            active = {$themes.configuration.extension.shop.checkout.prePayment.email.customerConfirmation.active}
                            from {
                                name = {$themes.configuration.extension.shop.email.from.name}
                                email = {$themes.configuration.extension.shop.email.from.email}
                            }
                            to {
                                # Customer address data
                            }
                            subject = {$themes.configuration.extension.shop.email.templates.prePayment.subjectCustomerConfirmation}
                        }
                        order {
                            active =  {$themes.configuration.extension.shop.checkout.prePayment.email.order.active}
                            from {
                                name = {$themes.configuration.extension.shop.email.from.name}
                                email = {$themes.configuration.extension.shop.email.from.email}
                            }
                            to {
                                name = {$themes.configuration.extension.shop.email.to.name}
                                email = {$themes.configuration.extension.shop.email.to.email}
                            }
                            subject = {$themes.configuration.extension.shop.email.templates.prePayment.subjectOrder}
                        }
                    }
                }
                request {
                    email {
                        customerConfirmation {
                            active = {$themes.configuration.extension.shop.checkout.request.email.customerConfirmation.active}
                            from {
                                name = {$themes.configuration.extension.shop.email.from.name}
                                email = {$themes.configuration.extension.shop.email.from.email}
                            }
                            to {
                                # Customer address data
                            }
                            subject = {$themes.configuration.extension.shop.email.templates.request.subjectCustomerConfirmation}
                        }
                        request {
                            active = {$themes.configuration.extension.shop.checkout.request.email.order.active}
                            from {
                                name = {$themes.configuration.extension.shop.email.from.name}
                                email = {$themes.configuration.extension.shop.email.from.email}
                            }
                            to {
                                name = {$themes.configuration.extension.shop.email.to.name}
                                email = {$themes.configuration.extension.shop.email.to.email}
                            }
                            subject = {$themes.configuration.extension.shop.email.templates.request.subjectRequest}
                        }
                    }
                }
                payPal {
                    email {
                        customerConfirmation {
                            active = {$themes.configuration.extension.shop.checkout.payPal.email.customerConfirmation.active}
                            from {
                                name = {$themes.configuration.extension.shop.email.from.name}
                                email = {$themes.configuration.extension.shop.email.from.email}
                            }
                            to {
                                # Customer address data
                            }
                            subject = {$themes.configuration.extension.shop.email.templates.payPal.subjectCustomerConfirmation}
                        }
                        order {
                            active = {$themes.configuration.extension.shop.checkout.payPal.email.order.active}
                            from {
                                name = {$themes.configuration.extension.shop.email.from.name}
                                email = {$themes.configuration.extension.shop.email.from.email}
                            }
                            to {
                                name = {$themes.configuration.extension.shop.email.to.name}
                                email = {$themes.configuration.extension.shop.email.to.email}
                            }
                            subject = {$themes.configuration.extension.shop.email.templates.payPal.subjectOrder}
                        }
                    }
                }
                payPalCheckout {
                    email {
                        customerConfirmation {
                            active = {$themes.configuration.extension.shop.checkout.payPalCheckout.email.customerConfirmation.active}
                            from {
                                name = {$themes.configuration.extension.shop.email.from.name}
                                email = {$themes.configuration.extension.shop.email.from.email}
                            }
                            to {
                                # Customer address data
                            }
                            subject = {$themes.configuration.extension.shop.email.templates.payPalCheckout.subjectCustomerConfirmation}
                        }
                        order {
                            active = {$themes.configuration.extension.shop.checkout.payPalCheckout.email.order.active}
                            from {
                                name = {$themes.configuration.extension.shop.email.from.name}
                                email = {$themes.configuration.extension.shop.email.from.email}
                            }
                            to {
                                name = {$themes.configuration.extension.shop.email.to.name}
                                email = {$themes.configuration.extension.shop.email.to.email}
                            }
                            subject = {$themes.configuration.extension.shop.email.templates.payPalCheckout.subjectOrder}
                        }
                    }
                }
                klarna {
                    email {
                        customerConfirmation {
                            active = {$themes.configuration.extension.shop.checkout.klarna.email.customerConfirmation.active}
                            from {
                                name = {$themes.configuration.extension.shop.email.from.name}
                                email = {$themes.configuration.extension.shop.email.from.email}
                            }
                            to {
                                # Customer address data
                            }
                            subject = {$themes.configuration.extension.shop.email.templates.klarna.subjectCustomerConfirmation}
                        }
                        order {
                            active = {$themes.configuration.extension.shop.checkout.klarna.email.order.active}
                            from {
                                name = {$themes.configuration.extension.shop.email.from.name}
                                email = {$themes.configuration.extension.shop.email.from.email}
                            }
                            to {
                                name = {$themes.configuration.extension.shop.email.to.name}
                                email = {$themes.configuration.extension.shop.email.to.email}
                            }
                            subject = {$themes.configuration.extension.shop.email.templates.klarna.subjectOrder}
                        }
                    }
                }
                stripe {
                    email {
                        customerConfirmation {
                            active = {$themes.configuration.extension.shop.checkout.stripe.email.customerConfirmation.active}
                            from {
                                name = {$themes.configuration.extension.shop.email.from.name}
                                email = {$themes.configuration.extension.shop.email.from.email}
                            }
                            to {
                                # Customer address data
                            }
                            subject = {$themes.configuration.extension.shop.email.templates.stripe.subjectCustomerConfirmation}
                        }
                        order {
                            active = {$themes.configuration.extension.shop.checkout.stripe.email.order.active}
                            from {
                                name = {$themes.configuration.extension.shop.email.from.name}
                                email = {$themes.configuration.extension.shop.email.from.email}
                            }
                            to {
                                name = {$themes.configuration.extension.shop.email.to.name}
                                email = {$themes.configuration.extension.shop.email.to.email}
                            }
                            subject = {$themes.configuration.extension.shop.email.templates.stripe.subjectOrder}
                        }
                    }
                }
            }
        }
    }
}

Override Email Templates

Du kannst die E-Mail-Templates überschreiben, indem Du folgendes in der ext_localconf.php deines Site-Packages hinzufügst:

$GLOBALS['TYPO3_CONF_VARS']['MAIL']['layoutRootPaths'][1707217385] = 'EXT:your_extension/Resources/Private/Templates/Email/';
$GLOBALS['TYPO3_CONF_VARS']['MAIL']['templateRootPaths'][1707217385] = 'EXT:your_extension/Resources/Private/Templates/Email/';
$GLOBALS['TYPO3_CONF_VARS']['MAIL']['partialRootPaths'][1707217385] = 'EXT:your_extension/Resources/Private/Partials/Email/';

Verwende als Array-Index einfach den aktuellen Timestamp, um sicher zu gehen das Dein Eintrag ganz oben liegt und somit als erstes genommen wird.

Eine Datei/Verzeicnis Struktur könnte wie folgt aussehen:

📄 your_extension/Resources/Private
├─ 📂 Partials
│  ├─ 📂 Email
│  │  ├─ 📄 OrderSummary.html
│  │  └─ 📄 OrderSummaryPlain.txt
└─ 📂 Templates
   └─ 📂 Email
      ├─ 📂 Checkout
      │  ├─ 📂 OnInvoice
      │  │  ├─ 📄 CustomerConfirmation.html
      │  │  ├─ 📄 CustomerConfirmation.txt
      │  │  ├─ 📄 Order.html
      │  │  └─ 📄 Order.txt
      │  ├─ 📂 PrePayment
      │  │  ├─ 📄 CustomerConfirmation.html
      │  │  ├─ 📄 CustomerConfirmation.txt
      │  │  ├─ 📄 Order.html
      │  │  └─ 📄 Order.txt
      │  ├─ 📂 Request
      │  │  ├─ 📄 CustomerConfirmation.html
      │  │  ├─ 📄 CustomerConfirmation.txt
      │  │  ├─ 📄 Order.html
      │  │  └─ 📄 Order.txt
      │  ├─ 📂 Klarna
      │  │  ├─ 📄 CustomerConfirmation.html
      │  │  ├─ 📄 CustomerConfirmation.txt
      │  │  ├─ 📄 Order.html
      │  │  └─ 📄 Order.txt
      │  ├─ 📂 PayPal
      │  │  ├─ 📄 CustomerConfirmation.html
      │  │  ├─ 📄 CustomerConfirmation.txt
      │  │  ├─ 📄 Order.html
      │  │  └─ 📄 Order.txt
      │  ├─ 📂 PayPalCheckout
      │  │  ├─ 📄 CustomerConfirmation.html
      │  │  ├─ 📄 CustomerConfirmation.txt
      │  │  ├─ 📄 Order.html
      │  │  └─ 📄 Order.txt
      │  └─ 📂 Stripe
      │     ├─ 📄 CustomerConfirmation.html
      │     ├─ 📄 CustomerConfirmation.txt
      │     ├─ 📄 Order.html
      │     └─ 📄 Order.txt
      ├─ 📂 Revocation
      │  ├─ 📄 Request.html
      │  ├─ 📄 SubmittedAdmin.html
      │  └─ 📄 SubmittedCustomer.html
      └─ 📂 ShopCustomer
         ├─ 📂 Message
         │  └─ 📄 DefaultMessage.html
         └─ 📄 Message.html
Letzte Änderung: 25.08.2026
Dokumentation
TYPO3 Shop Erweiterung

TYPO3 Shop by coding.ms

Ein umfangreicher Shop für TYPO3 zur Realisierung von Webshops, Online-Shops oder Payment-Subscriptions, vergleichbar mit tt_products, Cart oder Aimeos. Enthalten sind PayPal, PayPal-Checkout, Klarna, Stripe, Bookmarks, UPS-API, Rechnungs­erstellung, Backend-Modul, Vergleichsfunktion, Staffelpreise sowie Produktvarianten, Filter, Steuer- und Versandlogik für den praktischen Einsatz.

Menü

Kontaktanfrage

Du kannst uns jederzeit kontaktieren

Stop! Playing in the meantime?
Stop! Playing in the meantime?
Stop! Playing in the meantime?

Stop! Playing in the meantime?

Break the highscore

Press Start
Contact request
Screenreader label
Security question
C7J_________MPI______
C_X____5____G_____1D7
Q_T___ABB___D4E______
9_O____I____1_4___YIY
LT7_________M4R______