Hello! Is there a native way to display Sales Orde...
# suitecommerce
e
Hello! Is there a native way to display Sales Order line item column fields to SuiteCommerce Purchase Details? For example, I'm trying to display the "EXPECTED SHIP DATE" to the SC Purchase Details. I tried adding this field to the SC Configuration's "Item options and custom transaction column fields" but it doesn't seem to work 😅
s
First of all, the configuration setting you're using is for item options. These are things that user selects to tailor their product selection: colour, size, etc. These are typically tied to matrix children or to custom transaction line fields or item options. So, in short, this is not the correct place to put those. Secondly, how is expected ship date calculated? When is it calculated? Is it dynamic based on the users details (eg their location)? Etc. If so, you are talking about a reasonably complex customisation because this is not a static field on the item record, but rather than that is dynamically generated on the fly based on user selection.
e
got it, thanks Steve!
l
Hi @Echo, By default, SuiteCommerce doesn’t expose Sales Order line-level fields like Expected Ship Date on Purchase Details pages. It usually requires a custom extension or backend service override to pass and render that data properly. We’ve done similar customizations—happy to help you get it working. Feel free to reach out: https://lstconsultancy.com/contact/ or email me at suraj.tambe@lstconsultancy.com.