Admin Product Preview
Posted: Sun Dec 15, 2024 10:51 am
Currently working on updating and testing Admin Side on Bootstrap 5.
This is nearing completion so heads up that release is on the horizon.
Part of this is has been a closer look at some Admin pages, specifically here, Product Preview.
That's the page view when you go to Catalog>Categories/Products, open a category folder and click that Eye icon in the table which opens catalog.php?cPath=x&pID=x&action=new_product_preview&read=only to currently see like this;
As is, this seems to be of little use.
We do use a similar preview page in another system we have, to be able to quickly see all data for an item, which is very useful.
Can only guess that was the original intended purpose of this but it currently does not do that.
Would see a very good use for it, if it was updated to output all data (everything that shows in all product edit tabs), including that which comes from 3rd party hooks/addons, if authors care to use it.
We've done some playing with it and have something, using Terms Addon to test an added hook call, that now shows like this:
Now this does output useful data in a meaningful way (without having to drill down into product edit) but, of course, another option is just to remove the page from core but that's a shame if there is use for it.
Thoughts?
This is nearing completion so heads up that release is on the horizon.
Part of this is has been a closer look at some Admin pages, specifically here, Product Preview.
That's the page view when you go to Catalog>Categories/Products, open a category folder and click that Eye icon in the table which opens catalog.php?cPath=x&pID=x&action=new_product_preview&read=only to currently see like this;
As is, this seems to be of little use.
We do use a similar preview page in another system we have, to be able to quickly see all data for an item, which is very useful.
Can only guess that was the original intended purpose of this but it currently does not do that.
Would see a very good use for it, if it was updated to output all data (everything that shows in all product edit tabs), including that which comes from 3rd party hooks/addons, if authors care to use it.
We've done some playing with it and have something, using Terms Addon to test an added hook call, that now shows like this:
Now this does output useful data in a meaningful way (without having to drill down into product edit) but, of course, another option is just to remove the page from core but that's a shame if there is use for it.
Thoughts?