Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • hoknight Friend
    #975540

    Hi,

    Can you help to check why the menu module does not display on the page that assigned on position sidebar-1?
    URL: http://shop.gcc.org.hk/list-orders.html

    Module ID: 134
    Menu ID: 241

    Thanks


    1. ScreenShot1234
    pavit Moderator
    #975578

    Hi

    Module doesn’t show because the page http://shop.gcc.org.hk/list-orders.html has no sidebar-1 position available but sidebar-2 , as you can see i assigned a duplicated module at that page in position sidebar-2 and it is showing now

    hoknight Friend
    #975580

    Is it possible add back the sidebar-1 position for this page?

    Saguaros Moderator
    #975581

    Hi @hoknight

    In this file: ROOT/templates/ja_playstore/html/com_virtuemart/orders/list.php

    I removed 2 wrong closing div here:

    ?php
    if (count($this->orderlist) == 0) {
      //echo vmText::_('COM_VIRTUEMART_ACC_NO_ORDER');
       echo shopFunctionsF::getLoginForm(false,true);
      ?>
        </div>
      </div>
      <?php
    } else {
     ?>

    and it’s showing fine on your site now.

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

This topic contains 3 replies, has 3 voices, and was last updated by  Saguaros 7 years, 7 months ago.

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