Thursday, October 2, 2008

Change the last modification date on products in osCommerce

I've recently made a ton of changes to my existing site which include more information on the product info pages. I'd like to have these pages reindexed. I decided to change the last modification date on my sitemap for all the products. To do this I ran the following sql statement via phpadmin.

UPDATE `products` SET products_last_modified=now()

No comments: