Adding Module in Virtuemart Page

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Jul 19, 2012 7:08 am
Reply with quote
Report this post
Hi,

I am trying to add the modules on the sidebar position in the virtuemart pages to show only the sub-categories of the parent category, but i am not finding that pages in it. Can you Please help me. Below is the link to the website I am working on with BikeStore Template and also the example of the site i am trying to achieve.

Developing Website
http://www.idealbeautyproducts.com/dev/ ... /wellbeing

Example Website with Sidebar trying to achieve
http://www.cultbeauty.co.uk/skin_care_anti-ageing.php
User avatar
Fresh Boarder

teitbite
Tue Jul 24, 2012 11:17 am
Reply with quote
Report this post
Hi

All views can be find in /html/com_virtuemart and a code to triger module position in it can be:

Code: Select all
      <?php
         $modules =& JModuleHelper::getModules('new_position_name');
         foreach ($modules as $module) {
            echo JModuleHelper::renderModule($module);
         }
      ?>

User avatar
Moderator


cron