BV Commerce Forum
»
BV Commerce Support
»
Development
»
Administrator Receipt Template - How to add product modifier
Rank: Member
Joined: 1/30/2003(UTC) Posts: 25
|
Is there an easy way to add the product modifier to the administrator receipt print template? I don't see the field listed as an option in the template field. |
Kurt Simpson Happy Trails Motorcycle Products Boise, ID |
|
|
|
Rank: Member
Joined: 3/3/2006(UTC) Posts: 1,737
|
It's
[[LineItem.InputsAndModifiers]]
in the repeating section. Mine looks like this:
<tr> <td align=left valign=top>[[LineItem.Quantity]]</td> <td align=left valign=top>[[Product.Sku]]</td> <td align=left valign=top>[[Product.ProductName]]<br />[[LineItem.InputsAndModifiers]]<br />[[LineItem.ShippingStatus]]</td> <td align=right valign=top>[[LineItem.AdjustedPrice]]</td> </tr>
Gets you:
MAS220 Mayland mirror Size: Small 26"H x 48"W Glass: Flat mirror Wood/finish: Oak, Classic Mission Unshipped $595.95 1 $595.95
The formatting didn't survive cut/paste, but you get the idea... SKU, Product name, 3 modifiers, ship status, $, Quantity, $... looks better on the screen. |
Optimists invent airplanes, Pessimists buy parachutes. |
|
|
|
Rank: Member
Joined: 1/30/2003(UTC) Posts: 25
|
|
Kurt Simpson Happy Trails Motorcycle Products Boise, ID |
|
|
|
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.