Einzelnen Beitrag anzeigen
  #5  
Alt 04.09.06, 10:02
Darlok Darlok ist offline
Forum Zuschauer
 
Registriert seit: 18.08.06
Beiträge: 4

Setup:

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
#Warenkorb rechts ansprechen
MEHRWERT = COA
MEHRWERT.10 = CONTENT
MEHRWERT.10 {
table = tt_content
select.where = colPos = 2
select.orderBy = sorting
}

MEHRWERT.20 = < plugin.tt_products
MEHRWERT.20 {
templateFile = fileadmin/templates/minikorb.tmpl
code >
code = OVERVIEW
}
MEHRWERT.mainTemplate = TEMPLATE
MEHRWERT.mainTemplate {
    # Einspeisen des Inhalts aus dem Auto-Parser in das TEMPLATE cObject:
template =< plugin.tx_automaketemplate_pi1
    # Wähle nur den Inhalt zwischen den <body>-Tags
workOnSubpart = DOCUMENT_BODY
subparts.MEHRWERT < rechts.20
}

Konstanten:

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
plugin.tt_products.PIDuserFolder = 31
plugin.tt_products.loginUserInfoAddress = 1
plugin.tt_products.lockLoginUserInfo = 1
plugin.tt_products.PIDpayment = 9
plugin.tt_products.PIDfinalize = 10
plugin.domain = w007454c.dd10002.kasserver.com
plugin.tt_products.orderByCategoryTitle = 1
plugin.tt_products.showNotinStock = 0
plugin.tt_products.PIDstoreRoot = 41
plugin.tt_products.PIDbasket = 8
plugin.tt_products.PIDlistDisplay = 7
plugin.tt_products.PIDitemDisplay = 74
plugin.tt_products.currencySymbol = EUR
plugin.tt_products.PIDtracking = 11
plugin.tt_products.orderEmail_htmlmail = 1
Mit Zitat antworten