isotope / core

Core repository of Isotope eCommerce, an eCommerce extension for Contao Open Source CMS
https://isotopeecommerce.org
136 stars 107 forks source link

disabled attribute values just display the attribute ID in orders #1757

Open baumisimon opened 7 years ago

baumisimon commented 7 years ago

When a customer orders a product with an attribute (select-menu with options manager) and the selected attribute is disabled afterwards, the selected value isn't displayed in the order list in the backend (I can't test the frontend at the moment). Instead the ID of the attribute value is shown. disabledattribute The attribute value is disabled, because the product variant isn't available at the moment, so this value cannot be selected for new orders. But existing orders should show up correct.

aschempp commented 7 years ago

By "disabled" you mean its unpublished? Not deleted?

baumisimon commented 7 years ago

Yes, it's just unpublished, not deleted.

baumisimon commented 6 years ago

It's the same in the frontend for logged in users (Order Details module).