Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Brian Lord

Product Variations – Last Modified

Hi,

We need to add “Last Modified” to Product Variations view, but the field doesn’t appear to be available in the list. “Last Modified Author” is in there, so is “Date Published” so I find it odd I cannot add “Last Modified”.

Brian

1 month ago
Stefan van den Dungen Gronovius
Developer

Hi Brian,

You’re right, that would be useful. I’ve added the column for the next release.
It is quite easy to add it already for your current website.

You can change the following two files:

admin-columns-pro/addon/woocommerce/config/columns/product_variation.php
and
admin-columns-pro/addon/woocommerce/config/columns/shoporder/product_variation.php

You can add the following line in the list in order to load the modified date.

ACP\Column\Post\Modified::class,

1 month ago

You must be logged in to reply to this topic.