Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • Saguaros Moderator
    #1037723

    @framos41: I can access with different mode in Filezilla client and also solved the issue on your site. Here is my tweak:

    • In the file: root/templates/ja_megastore/html/com_virtuemart/productdetails/default.php

    • At approx line 256, where there is condition to show child categories and I replaced:

      if (VmConfig::get('showCategory', 1)) {
      echo $this->loadTemplate('showcategory');
      }

    by this:

    if ($this->cat_productdetails)  {
    echo $this->loadTemplate('showcategory');
    }

    And it’s working now.

    Regards

    framos41 Friend
    #1037838

    Thank you! everything solved now

    CDCG Friend
    #1041834

    We are experiencing the same error problem using the latest template version and VM 3.22

    CDCG Friend
    #1041835

    We are experiencing the same error problem using the latest template version and VM 3.2.2

    Saguaros Moderator
    #1041921

    Did you try my above suggestion?

    doublemo Friend
    #1054037

    hello i have the same problem, i tried your suggestion but there is the same problem

    Saguaros Moderator
    #1054235

    You can create a new topic and share the credentials of your site so I will take a look.

Viewing 7 posts - 16 through 22 (of 22 total)

This topic contains 21 replies, has 6 voices, and was last updated by  Saguaros 6 years, 9 months ago.

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