We need to update our contact information in a customized stylesheet for the Pick Up Notification Email.
The stylesheet refers to:
xsl:value-of
select="translator:get-notification-value('notify.From', string($language), string($country), string($variant))"
We need to update the information that the stylesheet is retrieving but we cannot find where that information is being retrieved from.
If it helps to know, we are using OTM 4.5
Any help would be greatly appreciated!
Alejandro Barba
The stylesheet refers to:
xsl:value-of
select="translator:get-notification-value('notify.From', string($language), string($country), string($variant))"
We need to update the information that the stylesheet is retrieving but we cannot find where that information is being retrieved from.
If it helps to know, we are using OTM 4.5
Any help would be greatly appreciated!
Alejandro Barba
Comment