Hello, I'm looking to add a new child view to the ...
# suitecommerce
c
Hello, I'm looking to add a new child view to the cart lines, in order to display line item specific information regarding inventory levels. I know we have access to the lines through the cart component, but I am unable to map the line number to the newly added child view. This seems like it would be a good use case for leveraging context data, but unfortunately it's not available in the cart view. The other option would be to use jQuery to inject HTML in the appropriate line, as the div id matches the cart line number, but this seems to go against best practice. We also want to avoid template modifications. Does anyone have experience displaying line item specific information within the cart lines or have a suggestion? Thank you.