Ich habe die Lösung für mein Problem mittlerweile gefunden:
Man füge folgenden Code in die Datei shop.product_details.php ein (die letzten beiden zeilen sollten bereits vorhanden sein):
PHP-Code:
// start - enable "content type" plugin parsing
global $_MAMBOTS;
$_MAMBOTS->loadBotGroup( 'content' );
$row->text = $template;
$results = $_MAMBOTS->trigger( 'onPrepareContent', array( &$row, &$params, $page ), true );
$template = $row->text;
// end - enable "content type" plugin parsing
/* Finish and Print out the Page */
echo $template;
Gefunden habe ich es im Virtuemart-Forum: http://forum.virtuemart.net/index.php?topic=31964.0
Trotzdem danke für's Überlegen. Gruß.
Lesezeichen