Hi All, In the cart page by default we have to cli...
# suitecommerce
d
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
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
@Steve Goldberg the itemoption we are using is a free-form text will there be an impact in this case as well?
s
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
d
sure, Thanks Steve