Configuration
Magento\Catalog\Helper\Product\Configuration
What it does
This helper class retrieves and formats product configuration options for configurable items like quote items or order items.
Developers use it to display custom options (like text inputs, file uploads, dropdowns) that customers selected when adding products to their cart.
It's commonly used in checkout, cart, and order displays to show the customer's product customizations in a properly formatted way.
Public Methods
- getCustomOptions()
- getOptions()
- getFormattedOptionValue()