VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: n3t on February 25, 2023, 03:51:47 AM

Title: VM4.0.12 Missing "media" parameter in mod_virtuemart_category config
Post by: n3t on February 25, 2023, 03:51:47 AM
Hi,

I found small bug in VM Category Module. In its helper $media = (int)$params->get('media', 0);
is used to detect if media should be loaded or not, but there is no "media" parameter in XML config for this module,
therefore only way how to display images in category module is to change layout to "wall", which has hordcoded support for media.

Pavel