Hi,
I've noticed that the creation date (field created_on in db table jos_virtuemart_products) of copied (cloned) products is taken from the original product. This seems incorrect to me.
Regards Petra
is it possible to change the creation date in the product..? would be nice to do it when adding a bunch of products..
is this already solved in any way? Because at this time i'm still experiencing problems with this.
If not, where can I find the file(s) which handles this copy action?
At the moment you can change this only in database.
There is a conflict with the security feature which prevents that the created_on is overwritten. Of course it is an error if it is taken from a cloned or child product. I agree it should be allowed for admins, but then we must readd it to all forms. This is an easy work, so if someone is doing it, adding the check for the permission is fast done.
Quote from: kkmediaproduction on October 07, 2012, 15:07:06 PMAt the moment you can change this only in database.
Where exactly?
I now, is a old thread but I don't like the incomplete replies. :(
Anyway, in the
virtuemart_products under
created_on
Quote
Anyway, in the virtuemart_products under created_on
yes