Open ultramegatom opened 4 years ago
sounds similar to https://github.com/pimcore/pimcore/issues/2263 right ?
yes - I do that for every project :)
imo it should be provided by the ecommerce framework bundle because you pretty much always need that
@ultramegatom I think the solution in pimcore/pimcore#2263 is very flexible and the implementation effort is minimal. I cannot imagine that you just want to use the feature to open order numbers. Most of the time you want to open other items as well, such as products, webusers, ... So you probably need a custom solution anyway.
@andreas-gruenwald
disagree.
products, webusers, ...
are project specific and should therefore be handled there.
ordernumber comes from the ecommerceframework and is always needed when activated.
I'm also not a huge fan of adding ordernumbers to the general dialog. You can and will have collisions with actual ordernumbers. If you are dealing with numeric ids you should have a separate dialog imo
Similar to Pimcores native function 'Open Data Object' the ecommerce framework should add a menu to quickly open an order by ordernumber.