This came from someone in the feature request thread, but has not solved
I am trying to add the product info and description to the step two template, because my ad links directly to step two from a different website it is important to display this info in step 2.
I have tried pasting this directly into the template, but it it won't work
<tr class="orderrow1"><td>{$LANG.orderproduct}</td><td>{$productinfo.groupname} - {$productinfo.name}</td></tr>
<tr class="orderrow2"><td>{$LANG.orderdesc}</td><td>{$LANG.orderdesc}</td></tr>
I have also tried this
<tr><td>{$LANG.orderproduct}</td><td>{$productinfo.groupname} - {$productinfo.name}</td></tr>
<tr><td>{$LANG.orderdesc}</td><td>{$LANG.orderdesc}</td></tr>
But it will only display the field titles
Product/Service -
Description Description
Anyone have an idea on how to make this work.
Thanks
Kirk