pimcore / ecommerce-framework-bundle

Ecommerce Framework community bundle provides e-commerce functionality such as product listing and filtering, pricing, carts and checkouts for Pimcore.
https://pimcore.com/docs/platform/Ecommerce_Framework/
Other
11 stars 33 forks source link

[Ecommerce] Add open by ordernumber #87

Open ultramegatom opened 4 years ago

ultramegatom commented 4 years ago

Similar to Pimcores native function 'Open Data Object' the ecommerce framework should add a menu to quickly open an order by ordernumber.

weisswurstkanone commented 4 years ago

sounds similar to https://github.com/pimcore/pimcore/issues/2263 right ?

ultramegatom commented 4 years ago

yes - I do that for every project :)

imo it should be provided by the ecommerce framework bundle because you pretty much always need that

andreas-gruenwald commented 4 years ago

@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.

ultramegatom commented 4 years ago

@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