Index: branches/1.0.x/units/sections/e_product_tp.php =================================================================== diff -u -N -r12914 -r12973 --- branches/1.0.x/units/sections/e_product_tp.php (.../e_product_tp.php) (revision 12914) +++ branches/1.0.x/units/sections/e_product_tp.php (.../e_product_tp.php) (revision 12973) @@ -8,15 +8,15 @@ */ class EProductTagProcessor extends ProductsTagProcessor { - /** * Adding custom processing to existing Field method * * @param Array $params * @return string */ - function Field($params) + function FormattedField($params) { + // get from parent $o = parent::Field($params); // do some custom stuff here