Also in category descriptions

You can also make an additional change in shop.browse.php to process bots in your category descriptions. Mine is modified so I don't have accurate line numbers, but in the section "CATEGORY DESCRIPTION" (around line 100 I'd guess), just before "echo $desc;" add:


//***** start : modifcation for mambot parsing
$plug_row->text = $desc;
$_MAMBOTS->trigger( 'onPrepareContent', array( &$plug_row, &$plug_params ), true );
$desc = $plug_row->text;
//***** end : modifcation for mambot parsing

I think!

Spice

Reply

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
9 + 1 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.