[TYPO3-shop] Invoice date
Franz Holzinger
franz at ttproducts.de
Sat Mar 7 13:08:49 CET 2009
Marko Minic a écrit :
> I would like to change date stamp in my tt_products template for Invoice to show current date instead of date of creation (order date). Is there any solution?
You can add your own markers in TypoScript:
plugin.tt_products {
marks {
MY_MARKER = my text
}
}
This will replace the marker ###MY_MARKER###
You can use stdWrap functionalities to do all sort of things and write
this into your setup for marks.
- Franz
More information about the TYPO3-project-tt-products
mailing list