Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
                        </td>
                    </tr>
					<!-- PayPal Start -->                   
                    {hook key=checkout_tpl_form_total_lines_bottom}
					<!--
PayPal End -->                  </tfoot>
                <tbody>
                    {foreach name=aussen item=data from=$data}

...

Code Block
languagexml
                <p>{txt key=TEXT_TOTAL}: {$total.total.formated}</p>
                </div>
            </tr>
			<!--
PayPal Start -->              {hook key=email_send_order_rows_bottom}
			<!--
PayPal End -->         </table>
        </div>
        <div class="email_footer">{$_system_footer_html}</div>

...

Code Block
{/foreach}
{txt key=TEXT_TOTAL}: {$total.total.formated}

<!--
PayPal
Start --> 
{hook key=email_send_order_rows_bottom txt=1}
<!-- PayPal End -->
------------------------------------------------------------------------------------------------------------
{$_system_footer_txt}

...