News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

display created_on, modified_on data

Started by sandomatyas, September 26, 2018, 11:51:53 AM

Previous topic - Next topic

sandomatyas

VM stores created_on/created_by/modified_on/modified_by data in the database but there's no outbut on the backend where I could check this data.
Could you please display this information in VM backend?

Studio 42

If you really need it, you can add an override in your admin template and render the informations you need.

sandomatyas

Quote from: Studio 42 on September 29, 2018, 00:02:21 AM
If you really need it, you can add an override in your admin template and render the informations you need.

... and after every single VM update I need to check what changed in the core. I think some information on the product edit page won't hurt anybody

Studio 42

Adding an override work most time many time and because the file do not exist by default, it's never deleted.
If a day it break something, removing the file override solve the problem.
I use this for some customer and is the safest way to not redo the work again.
Note that the override can have same problems in your site template and break more time that admin changes.