virtuemart category layout problem
Rate this topic:
- GK User
- Sun Jun 25, 2017 3:02 pm
- Reply with quote
- Report this post
Hi,
in a fresh copy of joomla 3.7.2 and virtuemart 3.2.2 the problem is that is not showing virtuemat category layout. The mesage that is showing is "Call to a member function displayMediaThumb() on null". Anybody knows what is going on?
in a fresh copy of joomla 3.7.2 and virtuemart 3.2.2 the problem is that is not showing virtuemat category layout. The mesage that is showing is "Call to a member function displayMediaThumb() on null". Anybody knows what is going on?
-
- Fresh Boarder
- teitbite
- Tue Jun 27, 2017 8:26 am
- Reply with quote
- Report this post
Hi
Templates has not been updated to VM 3.2.2 yet.
I would advice to downgrade VM and wait for the updated template version.
Templates has not been updated to VM 3.2.2 yet.
I would advice to downgrade VM and wait for the updated template version.
-
- Moderator
- teitbite
- Fri Jun 30, 2017 1:53 pm
- Reply with quote
- Report this post
Hi
Apparently most of the VM updates cannot be covered for all templates at the same time, so a fix to this particular problem will be to edit html/com_virtuemart/productdetails/default.php and replace:
to:
Apparently most of the VM updates cannot be covered for all templates at the same time, so a fix to this particular problem will be to edit html/com_virtuemart/productdetails/default.php and replace:
- Code: Select all
if (VmConfig::get('showCategory', 1)) {
to:
- Code: Select all
if ($this->cat_productdetails) {
-
- Moderator
- GK User
- Fri Jun 30, 2017 2:51 pm
- Reply with quote
- Report this post
i'll try it. You are the best!
-
- Fresh Boarder
- teitbite
- Sat Jul 01, 2017 11:10 am
- Reply with quote
- Report this post
Hi
Ok. Please let me know how it worked.
Ok. Please let me know how it worked.
-
- Moderator
6 posts
• Page 1 of 1