Jeu 17 Sep |
|
If you enable Joomla Plugins via the VirtueMart Configuration this only enables them for the description etc of your flypage when it comes to the JoomlaWorks "Tabs & Slides" Plugin. A bit of extra code is required.
Open components\administrator\com_virtuemart\html\shop.product_details.php and go to the last line and replace as below - /* Finish and Print out the Page */ //echo $tpl->fetch( '/product_details/'.$flypage . '.php' ); /*Change to enable plugin in your product detail template*/ $template = $tpl->fetch( '/product_details/'.$flypage . '.php' ); $template = vmCommonHTML::ParseContentByPlugins( $template ); echo $template; ?> |
| LAST_UPDATED2 Read : 833 times |




























