javierisc Posted November 5, 2006 Posted November 5, 2006 In my main page I always see the New Products but I want to display the Special Products instead. How can I do that? Tks
oschellas Posted November 5, 2006 Posted November 5, 2006 By default the index.php file loads the new product module (the else { code below in the file). You can change this code by replacing it by the code from the specials.php (note: a little coding experience required).
d4funky1 Posted November 5, 2006 Posted November 5, 2006 is there a way to dictate which category is shown???
oschellas Posted November 7, 2006 Posted November 7, 2006 You could make a copy of the new_products.php, name it to what you want and alter the sql query in that file to select a specific category. Define this new file in the filenames.php and include it in your index.php instead of the new products module. This way you alter a minumum of code.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.