VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: ebiznis.org on June 07, 2013, 14:31:43 PM

Title: [solved] Custom code in product description
Post by: ebiznis.org on June 07, 2013, 14:31:43 PM
Hello,

please, is there any way how to include custom code to product description? For example some php echo.

So far we did:
1. set no filtering on global configuration
2. set editor for super user to no editor
3. installed and activated phpdirect plugin
4. tried to remove tags in tagblacklist array input.php in libraries/joomla/filter

But still our code in product description is by seeing on frontpage commented.

Any idea?
Title: Re: Custom code in product description
Post by: ebiznis.org on June 07, 2013, 14:38:22 PM
Quote from: ebiznis.org on June 07, 2013, 14:31:43 PM
Hello,

please, is there any way how to include custom code to product description? For example some php echo.

So far we did:
1. set no filtering on global configuration
2. set editor for super user to no editor
3. installed and activated phpdirect plugin
4. tried to remove tags in tagblacklist array input.php in libraries/joomla/filter

But still our code in product description is by seeing on frontpage commented.

Any idea?


Problem solved!  We forgot Enable Joomla Plugin in vm configuration.