Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • jamenagemonjardin Friend
    #165416

    Hello again 🙂

    I would like to use the module virtuemart_product_categories, which display a menu of all of our categories in the ja_menu. Is it possible, because i don’t see any position to put it at this place…

    Thank you for your help.

    http://www.jmj-test.com/

    Olivier

    khoand Friend
    #397221

    You add this code into templatesja_mesolite_iilayoutsblocksmainnav.php

    <?php if ($this->countModules('newposition')) { ?>
    <div id="ja-position">
    <jdoc:include type="modules" name="newposition" style="raw" />
    </div>
    <?php } ?>

    before

    <div id="ja-menunav">
    <?php if (($jamenu = $this->loadMenu())) $jamenu->genMenu (0); ?>
    </div>

    You set position of mod_product_categories module is newposition

    jamenagemonjardin Friend
    #397223

    Thank you very much. I have too much categories to do that, it isn’t good…I will change the base menu instead.

    Thank you again 🙂

    Olivier

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  jamenagemonjardin 13 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum