Guest Posted November 18, 2002 Posted November 18, 2002 In Admin, I can look at products that were viewed. How can I clear this history after the cart goes live? Be gentle, I am new to database, but I do have PHPMyAdmin if that's the best way.
mattice Posted November 19, 2002 Posted November 19, 2002 In phpMyAdmin use UPDATE. UPDATE [LOW_PRIORITY] [iGNORE] tbl_name SET col_name1=expr1 [, col_name2=expr2, ...] [WHERE where_definition] [ORDER BY ...] [LIMIT #] so if you type UPDATE products_description SET products_viewed=0 you're the man. Mattice "Politics is the art of preventing people from taking part in affairs which properly concern them"
Guest Posted November 21, 2002 Posted November 21, 2002 Thanks, Mattice! By the way... can I be da woman instead of the man? :lol: Violet
Guest Posted September 13, 2004 Posted September 13, 2004 Where is this code located that logs products viewed? I would like to modify it so that visitors from our ip block are not logged. Thanks! B)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.