@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
1 user says Thank You to Saguaros for this useful post
Thank you! everything solved now
We are experiencing the same error problem using the latest template version and VM 3.22
We are experiencing the same error problem using the latest template version and VM 3.2.2
Did you try my above suggestion?
hello i have the same problem, i tried your suggestion but there is the same problem
This topic contains 21 replies, has 6 voices, and was last updated by Saguaros 7 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum