View Single Post
  #7  
Old 05-21-2011, 05:25 PM
 
paulzie paulzie is offline
 

Newbie
  
Join Date: Mar 2011
Posts: 1
 

Default Re: Easy way to show all products on store home page?

on home.php
after require './auth.php';

you can set a category for homepage

if (!isset($cat)) {
$cat = "250";
}

__________________
Current version: 4.4.2
Extra Fields
Reply With Quote