VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: p.barg on March 23, 2012, 08:53:20 AM

Title: creation date of copied products
Post by: p.barg on March 23, 2012, 08:53:20 AM
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
Title: Re: creation date of copied products
Post by: harikjr on March 24, 2012, 01:57:14 AM
is it possible to change the creation date in the product..? would be nice to do it when adding a bunch of products..
Title: Re: creation date of copied products
Post by: Peter Pillen on October 07, 2012, 12:53:23 PM
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?
Title: Re: creation date of copied products
Post by: K&K media production on October 07, 2012, 15:07:06 PM
At the moment you can change this only in database.
Title: Re: creation date of copied products
Post by: Milbo on October 07, 2012, 15:10:12 PM
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.
Title: Re: creation date of copied products
Post by: oviliz on May 15, 2014, 11:15:05 AM
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
Title: Re: creation date of copied products
Post by: K&K media production on May 18, 2014, 23:25:32 PM
Quote
Anyway, in the virtuemart_products under created_on

yes