VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: Muszti on May 03, 2015, 17:36:07 PM

Title: Loadposition in virtuemart description
Post by: Muszti on May 03, 2015, 17:36:07 PM
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.
Title: Re: Loadposition in virtuemart description
Post by: GJC Web Design on May 03, 2015, 22:36:18 PM
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');
         }
Title: Re: Loadposition in virtuemart description
Post by: Muszti on May 04, 2015, 07:48:40 AM
Thank you for the answer. Where sould I find that option in the vm settings?

Update: I found it thank you!