Code: Select all
<td colspan="2" valign="top">${$shipping}</td>if however i do not have the $ dollar sign in front of the shipping it does show up.
for example how i have it at the moment.
Code: Select all
print <<<HTMLEOF
<tr>
<td height="30" colspan="3" valign="middle"><!--DWLayoutEmptyCell--> </td>
<td colspan="2" valign="top"><strong>Freight:</strong> </td>
<td colspan="2" valign="top">{$shipping}</td>
</tr>
<tr>
<td height="30" colspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
<td colspan="2" valign="top" align="left"><strong>Total: </strong></td>
<td colspan="2" valign="top">{$totalCost}</td>
</tr>
HTMLEOF;