Virtuemart 3.0.9
Joomla 3.4.4
I'm looking for the php file(s) to edit the home page layout. I am specifically looking to edit the rows that show Featured, Top Ten, Latest products, ect....
Can someone please direct me to these files?
THX!!!
they are all rendered (as is the indiv. prods on cat displays) by com_virtuemart\sublayouts\products.php
you need to over ride this
http://docs.virtuemart.net/tutorials/templating-layouts/199-sublayouts.html
Thank you. This part regarding sub-layouts I I understand. Specifically I am trying to locate the DIV that outputs the title headings for Featured Products, Latest Products, ect.. to accomplish something I cannot do within the Language file. I am looking for the file that has <div class="featured-view"><h4>"HEADING"</h4></div> and <div class="topten-view"><h4>"HEADING"</h4></div>
Do you know which file(s) I should look at to edit these DIV's?
Thank You!
where I said...
<div class="<?php echo $type ?>-view">
<h4><?php echo $productTitle ?></h4>