Hi
I need to edit the product details that appear on the category page. I want to add the manufacture about the product name.
I have created overrides of the Category and Product details page.
If I edit the productdetails/default.php I can add the manufacture name above the product title quite easily but adding <?php echo $this->product->mf_name; ?> above the product title.
But how can I get this above the product title on the browse page?
<?php echo $product->mf_name; ?>
The browse page
sublayouts/products.php
Ok I see that Joomla does not give me the option to create this as an override.
Now I can see where to make the changes. Thank You.
But is there a was I can create a override file so this is not overwritten with new updates?
You can override sublayouts. [joomlatemplate]/html/com_virtuemart/sublayouts/#####
Ok what I meant is that in the Joomla setting to create overides it doe not give the option to create this as a sub layout. I can manually create it if that is what will fix it.
Thank you.
David
Manually create the override. That's what I always do, so I end up building a library of override files for possible future use.
I did manually create the file and everything is working now.
Thank you