[Typo3-shop] no products in ###email_plaintext_template###
Rick - Futuros
typo3 at futuros.nl
Tue Sep 13 15:51:09 CEST 2005
Thanks for the quick response. But this function has no (relevant)
change since my version of ttproducts (2.2.3).
The template marker substitution happens in the function getBasket() and
this is where the problem probably is. But this function hasn't changed
much either.
I have 'analysed' this function but i can't find out why everything
works fine for templates like the basket and doesn't for
###EMAIL_PLAINTEXT_TEMPLATE### while the function does exactly the same
in both cases. Or doesn't it?
> function finalizeOrder($orderUid, $orderConfirmationHTML) {
>
> ...
>
>
> if (count($recipients)) { // If any recipients, then compile and send
> the mail.
> $emailContent=trim($this->getBasket('###EMAIL_PLAINTEXT_TEMPLATE###'));
>
More information about the TYPO3-project-tt-products
mailing list