12. 03. 2009, 19:43

Mein Shop greift nicht auf das Template im fileadmin zu, er benutzt wie es aussieht, das normale Template aus der Ext.

Ich habe ihm den Weg in den Constants gewiesen
[TS]plugin.tx_commerce_p1.templateFile=fileadmin/category_product.tpl
plugin.tx_commerce_p2.templateFile=fileadmin/TEMP/shoppingcart.tmpl
plugin.tx_commerce_p3.AdminMailTemplateFile=fileadmin/TEMP/template_adminmail.tmpl
plugin.tx_commerce_p3.templateFile=fileadmin/TEMP/template_checkout.tmpl
plugin.tx_commerce_p3.UserMailTemplateFile=fileadmin/TEMP/template_usermail.tmpl
plugin.tx_commerce_p4.templateFile=fileadmin/TEMP/template_addresses.tmpl
plugin.tx_commerce_p5.templateFile=fileadmin/TEMP/
plugin.tx_commerce_p6.templateFile=fileadmin/TEMP/invoice.tmpl
[/TS]
Außerdem im Setup:
[TS]plugin.tx_commerce_pi3.adminmail.showCurrency = 1
plugin.tx_commerce_pi3.usermail.showCurrency = 1
plugin.tx_commerce_pi3.currency = EUR
plugin.tx_commerce_pi1.minRecords = 1
plugin.tx_commerce_pi1.maxRecords = 10

plugin.tx_commerce_lib.invoicePageId = 25
plugin.tx_commerce_lib.invoicePid = 25

plugin.tx_commerce_pi1._LOCAL_LANG.de{
pi_list_browseresults_first = erste
pi_list_browseresults_prev = << vorige
pi_list_browseresults_page = Seite
pi_list_browseresults_next = nächste >>
pi_list_browseresults_last = letzte
}

#plugin.tx_commerce_pi1.singleView.products.fields.images.file.maxW = 400

plugin{
tx_commerce_pi1{
templateFile=fileadmin/category_product.tpl
currency=EUR}
}

#tx_commerce_pi2{
# templateFile=fileadmin/TEMP/shoppingcart.tpl
#}

tx_commerce_pi3 {
templateFile=fileadmin/template_checkout.tpl
usermail {

showCurrency = 1
charset = iso-8859-1
encoding = 8bit
from = info@werbeagentur-enghardt.de

from_name = Werbeagentur Dan Enghardt
templateFile = {$plugin.tx_commerce_pi3.UserMailTemplateFile}
}


adminmail {
showCurrency = 1
charset = utf-8
encoding = 8bit

from = shop@werbeagentur-enghardt.de
from_name = Bestellung
mailto = info@werbeagentur-enghardt.de
templateFile = {$plugin.tx_commerce_pi3.AdminMailTemplateFile}
}
}
}

## Commerce Menue

INHALT = HMENU
INHALT{
special = userfunction
special.userFunc = user_tx_commerce_catmenu_pub->init
special.value=15

special{
// Kategorie fuer Startebene
category = {$plugin.tx_commerce_lib.catUid}
// zeige Producte
showProducts = 0
// PID fuer die Anzeige der Seite
overridePid = {$plugin.tx_commerce_lib.overridePid}
}
// Menuebenen
entryLevel=1
1 = TMENU
1 {
wrap = <ul>|</ul>
expAll = 0
noBlur = 1
NO.wrapItemAndSub = <li>|</li>
}
# weitere Ebenen
# ----> Alle folgenden sind identisch mit dieser
2 < .1
3 < .2

1.itemArrayProcFunc = user_tx_commerce_catmenu_pub->clear
2.itemArrayProcFunc = user_tx_commerce_catmenu_pub->clear
3.itemArrayProcFunc = user_tx_commerce_catmenu_pub->clear
}
[/TS]
Aber nichts interessiert ihn wirklich.

Wo könnte ich jetzt noch ansetzen?

[TS][/TS]