Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Deleting viewed products


Guest

Recommended Posts

Posted

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.

Posted

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"

Posted

Thanks, Mattice!

 

By the way... can I be da woman instead of the man?

 

:lol:

Violet

  • 1 year later...
Posted

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)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...