[TYPO3-shop] Marker Substitution

Franz Holzinger franz at fholzinger.com
Tue Jan 15 08:21:56 CET 2008


Hello Lukas,

> I created a custom database field called tx_keeperpoints_keeperpoints in
> the table tt_products.
> In the single view the marker 
> ###PRODUCT_TX_KEEPERPOINTS_KEEPERPOINTS### is only substituted with the
> correct value when I am logged in as Backend User.
> Not logged in I see the marker (unsubstituted).

You must also call the function
tx_div2007_alpha::loadTcaAdditions_fh001('myextkey');
of the div2007 extension.

This is necessary to retrieve the whole TCA of a table for the FE.

- Franz



More information about the TYPO3-project-tt-products mailing list