News:

Looking for documentation? Take a look on our wiki

Main Menu

featued products by manufacturer on manufacturer default page

Started by gamecat2300, May 09, 2012, 08:43:02 AM

Previous topic - Next topic

gamecat2300

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-=