Checkout does not support encoding Assembly Options names
ID: 378842
Backlog
Published on 5/6/2024
•
Last update on 5/6/2024
Summary
The name of assembly options are used in the API route. Thus, it is necessary to support the encoding of these names so as not to create problems in the URL with special characters, such as "/". When adding an assembly option with "/" in the cart, it simply doesn't get added and also doesn't notify the user.
Simulation
- Add a "/" into the assembly option name;
- Try adding a product with the assembly option;
- The item will be added to the cart without the assembly option.
Workaround
Remove "/" from the assembly option name.