Ich habe den Shop tt_products 2.7.13 in meine Typo3 6.2.5 Installation 
eingebaut und konfiguriert. Es werden aber beim Abschluss der Bestellung leider 
keine E-Mails verschickt.
Über ein PowerMail Formular bzw. über den Testversand im Installtool funktioniert alles einwandfrei.
Ich habe auch schon versucht einige Extensions (zB. directmail und powermail) zu deaktivieren bzw 
andere Templates versucht. Immer mit dem selben Ergebnis, dass ich nach dem Button "Bestellung 
abschliessen" und der Meldung "Vielen Dank für Ihre Bestellung" keine E-Mails 
erhalte. Nicht an die Betreiber E-Mail und auch nicht an die Besteller E-Mail Adresse.
Am Linux Server findet sich auch kein Hinweis in der mailq bzw. im Maillog.


Template Constanten:
# tt_products plugin.tt_products.conf.tt_products.orderBy = sorting
# Seiten IDs
id_shoproot = 81
id_shopangebote = 107
id_shopkategorien = 107
id_shopdetail = 76
id_shopwarenkorb = 48
id_shopkontrolle = 78
id_shopabschliessen = 85
id_shopagb = 50
# folder IDs
id_shopsysprodukte = 107
id_shopsyskategorien = 107
plugin.tt_products.pid_list = {$id_shopsysprodukte}
plugin.tt_products.PIDstoreRoot = {$id_shoproot}
plugin.tt_products.PIDlistDisplay = {$id_shopkategorien}
plugin.tt_products.PIDbasket = {$id_shopwarenkorb}
plugin.tt_products.PIDitemDisplay = {$id_shopdetail}
plugin.tt_products.PIDpayment = {$id_shopkontrolle}
plugin.tt_products.PIDfinalize = {$id_shopabschliessen}
plugin.tt_products.PIDagb = {$id_shopagb}
plugin.tt_products.AGBtarget = _parent
# Email
plugin.tt_products.orderEmail_subject = Mein Webshop - Ihre Bestellung
plugin.tt_products.orderEmail_from = mein (at) meinwebshop.com
plugin.tt_products.orderEmail_fromName = Mein Webshop Webshop
plugin.tt_products.orderEmail_to = mein (at) meinwebshop.com
plugin.tt_products.domain = www.meinwebshop.at
orderEmail_toAddress = 1
# Template
plugin.tt_products.file.templateFile = fileadmin/template/products_css_de.html
# Grafik
plugin.tt_products.basketPic = fileadmin/template/images/shop_basket-big.gif
plugin.tt_products.maxW_list = 120
plugin.tt_products.maxW_single = 300
plugin.tt_products.maxW_popup = 550
plugin.tt_products.maxH_popup = 350
plugin.tt_products.maxW_basket = 60
# Diverses
plugin.tt_products.basketMaxQuantity = 20
plugin.tt_products.requiredInfoFields = name, address, city, zip, email
plugin.tt_products.htmlmail = 0
plugin.tt_products.limitImage = 1
plugin.tt_products.limit = 10
plugin.tt_products.update_code = 9854S157%3Ht
plugin.tt_products.color1 = #CCCCCC
plugin.tt_products.orderByItemNumberSg = 0
plugin.tt_products.loginUserInfoAddress = 0
plugin.tt_products.editLockedLoginInfo = 0
plugin.tt_products.orderEmail_order2 = 1
plugin.tt_products.showNotinStock = 0
plugin.tt_products.debug = 0
plugin.tt_products.ajaxDebug = 0
plugin.tt_products.orderEmail_toDelivery = 0
plugin.tt_products.getDiscountPrice = 0
plugin.tt_products.displayCurrentRecord = 0
plugin.tt_products.clickIntoBasket = 0
plugin.tt_products.quantityIsFloat = 0
plugin.tt_products.clickIntoList = 0
plugin.tt_products.clickItemsIntoSubmenu = 0
plugin.tt_products.alwaysAdvanceOrderNumber = 0
plugin.tt_products.usePageContentImage = 0
plugin.tt_products.NoSingleViewOnList = 0
plugin.tt_products.separateImage = 0
plugin.tt_products.email_notify_default = 1




Template Setup:
#tt_product Web Shop
plugin.tt_products.payment >
plugin.tt_products.payment {
 radio=0
 TAXpercentage=20
 10.title = Rechnung
 #20.title = Barzahlung
 #30.title = Nachnahme
 }
}
plugin.tt_products.shipping >
plugin.tt_products.shipping {
 radio=0
 TAXpercentage=20
 10.title = Standard
 }
}



weitere Extensions:
div2007 1.1.5
table 0.3.2
tsparser        0.2.1
static_info_tables 6.2.1
powermail 2.1.9
direct_mail 4.0.1
direct_mail_subscription 2.0.1
tt_address 2.3.5
imagecycle 2.7.7
seo_basics 0.9.0
ke_stats        1.2.0
...


_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an