dynamicBody.php 813 Bytes
<tr>
    <td valign="middle">
        <a href="{{item_url}}">
            <img style="max-width: 51px; max-height: 50px; vertical-align: middle;" src="{{item_image}}" />
        </a>
    </td>
    <td width="10"></td>
    <td>
        <table cellspacing="0" cellpadding="0" border="0">
            <tr>
                <td><a href="{{item_url}}" style="text-decoration: none; color: #00aeef; font-size: 19px; font-family: calibri; font-weight: bold;">{{item_name}}</a></td>
            </tr>
            <tr>
                <td style="color: #333333; font-size: 16px; font-family: calibri;"><span style="font-weight: bold;">{{quantity}}шт</span> по цене <span style="font-weight: bold;">{{price}}  грн</span></td>
            </tr>
        </table>
    </td>
</tr>
<tr>
    <td height="10"></td>
</tr>