Discussions
Display MSRP based on options
We're using one of the NetSuite item templates. We use matrix items and I have modified the template to display the MSRP from the parent item. We need to display the MSRP based on the options selected like sales price does. Where do I need to put my code to refresh the MSRP when the options change? We have MSRP in pricelevel1 so I currently use <%=getCurrentAttribute('item','pricelevel1')%>, but this accesses the parent item. How do I access the child item according to the options selected?
I'm new to NetSuite and HTML so I would appreciate any help you can give.