VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Tiger78 on March 26, 2017, 19:57:12 PM

Title: Global setting for sublayout disregarded
Post by: Tiger78 on March 26, 2017, 19:57:12 PM
Hello,

I have created a sublayout for producs in category  in VM 3.0.18 and it works fine:
template/html/com_virtuemart/sublayouts/products_eigene.php

After update to 3.2.0 the global setting (sublayout for products in category) to products_eigene.php is disregarded.
If I set this in menu item (vm category view) or in category directly, all works fine.

It would be quite time-intensive to change each category (400) individually.
Is there another solution, possibly in database directly?

Thanks a lot!

EDIT: Ok! I found out that the global setting becomes effective if I save the menu items to the categories again (no overwrite).