I'm using VirtueMart 3.0.8. And Joomla! 3.4.1
The method loadposition {loadposition moduleplace} is not working in virtuemart.
Please tell me what code do I need to change in order to load a module in VM3 category description page.
have u enabled the content plugin in VM admin?
the code is already there if enabled
if (VmConfig::get('enable_content_plugin', 0)) {
shopFunctionsF::triggerContentPlugin($category, 'category','category_description');
}
Thank you for the answer. Where sould I find that option in the vm settings?
Update: I found it thank you!