BV Commerce Forum
»
BV Commerce Support
»
General Support
»
Adding new Tags to Print Templates that tie to data
Rank: Member
Joined: 6/26/2008(UTC) Posts: 38
|
[3] Print Template[/3] We want the custom property to end up in the list of "Available Tags:" How do you add one? For example, the code to parse the tags resides in /BVadmin/Orders/PrintOrder.aspx.vb (among others I'd imagine) Code: Dim litTemplate As Literal = e.Item.FindControl("litTemplate")
If litTemplate IsNot Nothing Then litTemplate.Text = t.ReplacedTemplate(o) End If
This returns the raw Print Template, which contains tags such as "[[LineItem.SKU]]", already parsed to contain the values behind those tags for the given product. The code that does this lies behind DLLs. The question is - how do we add tags and pull extra elements into the final printed invoice? |
David Rodriguez Infinet Development, Inc. |
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.