Shadow-Lord Posted January 28, 2004 Share Posted January 28, 2004 How can I set which products show in New Products For January. Link to comment Share on other sites More sharing options...
mtimdog Posted January 28, 2004 Share Posted January 28, 2004 Three ways in your database, change the products date_added column (in either products or products_description) because the new products infobox does just that...it shows the newest products. Or, you can create your own info-box (docs in wiki, I'd suggest copying new products php pages), add a column in products table to show_product and a checkbox in admin linked to that column. Then change the sql query to only find products with a 1 in show_product column. 3. look for a contrib that does #2. Link to comment Share on other sites More sharing options...
Shadow-Lord Posted January 28, 2004 Author Share Posted January 28, 2004 Thanks will try NO. 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.