Closed
Description
Preconditions
- Have Magento 2.1. (with PHP 7)
- Install the sample data and create a new store view
- Go to any product and create a custom option as a dropdown with some options (for global)
Steps to reproduce
- Switch to another store view
- Change the name of the custom option and the name of the values
- Save
Expected result
- The global scope and the store view should have different values
Actual result
- The global scope and the store view both have the label / option labels of the store view
This is not related to the old display bug, it's actually possible to set the values for different store views, but they don't get saved correctly.
This is a critical issue for us, sadly because we need to be able to translate custom options.