Jump to content

[Solved] In what file and line does Prestashop update "date_upd" for product?


Crazy-P

Recommended Posts

look in classes\Product.php

I found it also in this file:

 $fields['date_add'] = pSQL($this->date_add);
 $fields['date_upd'] = pSQL($this->date_upd);

 

maybe download windows grep so you are able to search for fields more easily. I use DW CS5 for searching.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...