volvoman Posted November 16, 2004 Posted November 16, 2004 Each month my store automatically drops the listing of the products that i have uploaded and i have to reinstall them every month to get them to show up on the main page. How do i change this?? my store is at http://volvomotorsports.com/catalog Thank You
danmagicman7 Posted November 16, 2004 Posted November 16, 2004 Each month my store automatically drops the listing of the products that i have uploaded and i have to reinstall them every month to get them to show up on the main page. How do i change this??my store is at http://volvomotorsports.com/catalog Thank You <{POST_SNAPBACK}> It is coded so it only shows new products for that month. You could just get rid of it altogether by deleting it from index.php.
Guest Posted November 18, 2004 Posted November 18, 2004 Which lines exactly in index.php do I delete? I've tried deleting lines 117-122, but apparently that's not right. It doesn't seem to do anything when I delete them, so I think that's actually for the New Products box that was on the left that I deleted. But, I'd like to remove the New Products for "November" box. Thanks! Natalie
♥yesudo Posted November 18, 2004 Posted November 18, 2004 change: <?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> to: <?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> then ensure your hit refresh on your browser. Your online success is Paramount.
Guest Posted November 18, 2004 Posted November 18, 2004 Hi, Emmett! Thank you! I'll give it a whirl right now... Natalie
Eurcynia Posted November 19, 2004 Posted November 19, 2004 still not going away?? <{POST_SNAPBACK}> Try clear out everything in the /includes/modules/new_products.php file. I cleared out lines 14-43 and the damned thing is now gone! :) (I was just looking for the answer too, if you're running any of those simple template type programs, there might be a /includes/modules/new_products.php within the template if the above doesn't work.
♥yesudo Posted November 19, 2004 Posted November 19, 2004 any luck Natalie ? Your online success is Paramount.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.