Custom Stylesheet Datamodel
Hi there,
we are creating custom stylesheets for the Tender and Spot Bid emails. Simple adjustments, like removing fields etc., are working well. But I'm wondering where I can find the datamodel to add new columns. For example in the TENDERSHIPMENTSTOPHTML.xml I want to add the following columns from the Ship Unit:
- Length per Ship Unit
- Width per Ship Unit
- Height per Ship Unit
Based on the original Code, there is the notify Object (notify.UnitVolume for example..)
<td width="13%" bgcolor="#EEEEEE"><font face="Verdana, Arial, Helvetica" size="2" color="#000066"><b><xsl:value-of select="translator:get-notification-value('notify.UnitVolume', string($language), string($country), string($variant))"/></b></font></td>
0