Hi All, In the cart page by default we have to click on "edit" to make any changes to item options. However for quantity we can just click on + to make the change. Is it possible to make item options editable on cart page as well just like quantity?
s
Steve Goldberg
03/18/2021, 10:58 AM
Not out of the box. The customisation required for this would be likely doable but I am imagining significant performance issues if the customer were to have many items in their cart.
d
Durgasree
03/18/2021, 11:29 AM
@Steve Goldberg the itemoption we are using is a free-form text will there be an impact in this case as well?
s
Steve Goldberg
03/18/2021, 11:31 AM
If it's only a text field then it'll probably be OK. The performance issues I am envisioning is the fact that you are telling the items API to load the options for every matrix child for every product. If you're just changing a custom transaction line, then it shouldn't be so bad