[Typo3-shop] no products in ###email_plaintext_template###
Rick [Futuros]
typo3 at futuros.nl
Mon Sep 12 02:03:24 CEST 2005
In my emails (plain text) i dont see any details about the products i
ordered.
<!-- ###EMAIL_PLAINTEXT_TEMPLATE### begin
Subpart used as template for the order-emails
First line is used as subject for the mail.
-->
subject line
ORDER bevestiging
...
snip
...
1) Goederen:
<!-- ###ITEM_CATEGORY_AND_ITEMS### begin -->
<!-- ###ITEM_LIST### begin -->
Producten:
<!-- ###ITEM_SINGLE### begin-->
Product: ###PRODUCT_TITLE###
Prijs incl: ###PRICE_TAX### euro
Aantal: ###FIELD_QTY### = ###PRICE_TOTAL_TAX### euro
<!-- ###ITEM_SINGLE### end -->
<!-- ###ITEM_LIST### end -->
<!-- ###ITEM_CATEGORY_AND_ITEMS### begin -->
Subtotaal: ###PRICE_GOODSTOTAL_TAX### euro
...
snip
...
<!-- ###EMAIL_PLAINTEXT_TEMPLATE### end -->
All the markers get substitued only the part between ###ITEM_LIST### stays
empty. Or to be exact i get 4 empty lines.
I don't get why this is happening because the getBasket function is also
used for others templates and then the output is okay.
I even substituted my markers for the standard template with the
plain_text_email markers but the problem stays.
Anybody an idea what the problem is?
More information about the TYPO3-project-tt-products
mailing list