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
8 stars 28 forks source link

Add the possibility to disable the order detail tab via JS #182

Closed ctippler closed 4 weeks ago

ctippler commented 2 months ago

Currently the detail tab of at the order object is allways displayed, which is a little bit annoying when you dont use it.

With this PR we can disable in special use cases wth JS by setting

pimcoreBundleEcommerce.useOrderDetailTab = false;

markus-moser commented 4 weeks ago

Thanks a lot 👍