VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: niosme on March 28, 2025, 13:35:10 PM

Title: Virtuemart Category Ovverides doesnt work as expected
Post by: niosme on March 28, 2025, 13:35:10 PM
When setting an ovveride for product from the category it doesnt always work and i dont know why.I added this to fix it

line:417
file:/public_html/components/com_virtuemart/views/productdetails/view.html.php
$layout = $this->category->category_product_layout!==$layout?$this->category->category_product_layout:$layout;