
10-03-2011, 07:36 AM
|
|
|
|
 eXpert
|
|
Join Date: May 2010
Posts: 307
|
|
|
Re: Adding Featured Products to a Static Page
Quote:
Originally Posted by dmpinder
The best way I found to do this method so far is to write conditional if statement in the pages.php file similar to the following:
Code:
if ($pageid == '10') { $cat="103"; };
include './featured_products.php';
Hope this helps
Darren
|
details,pls?
|
|