Is there any method that we can pass value from Ch...
# suitecommerce
b
Is there any method that we can pass value from Checkout page to Scriptable cart please? ie, We have added a text field in checkout page by editing the theme. And I want to get that text value in Scriptable Cart client script so that I can save that value to SO. How can I do this?
s
Use a transaction body or transaction column field
b
and update LiveOrderModel?
s
If using a body field it must be in the “web store” context, if a column then “store item”
b
how to set that field in theme/extension then?
s
and update LiveOrderModel?
I’m not sure I follow. Scriptable cart is triggered on particular cart events, so the model will be updated with whatever is sent back from NetSuite in response
how to set that field in theme/extension then?
Not sure I follow this at all. What do you mean? How do you implement a custom transaction body field?
b
I added a custom transaction body field in NetSuite UI checking Display in Website
Thank you for your help @Steve Goldberg but could you elaborate in detail please?
It’s probably easier just to use the extension and then hide the field from the checkout UI
b
Thank you @Steve Goldberg
netsuite halo 1