- Issue created by @luksak
Commerce core provides the ability to add fields to order item types. That enables us to store additional information on a per order item basis. Those fields are added to the "add to cart form" also provided by commerce.
commerce_wishlist adds an "add to wishlist" button to the "add to cart" form. If the user enters values into those fields and adds the product variation to the wishlist, those values are not stored. Even worse: there is no way to modify those values after that.
We should find a way to store values of order item fields and set them if a wishlist item is added to the cart.
If possible, modifying those values would be nice as well.
Active
3.0
Code