VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: gamecat2300 on May 09, 2012, 08:43:02 AM

Title: featued products by manufacturer on manufacturer default page
Post by: gamecat2300 on May 09, 2012, 08:43:02 AM
Hi,

We are in need of modifying the layout of the manufacturer page. We would like to include featured products from that manufacturer in their initial default page.

The idea is to show a bio of the manufacturer with the featured products from them on that page.

something like:

get this->manufacturer-> to return that manufacturers featured products... then something like:

$BrowseTotalFeatProducts = 0;

foreach ( $this->products as $product ) {
   $BrowseTotalFeatProducts ++;
}


I'm a code 'tard and would love any help to get manufacturers featured products on that page.

Any ideas?

=-s-=