... und dan hab ich mich mal hingehockt und das korrigiert - hier ist es mit integriertem Mindestbestellwert-Modul, und integriertem Gutscheinmodul .. aber das ist zu finden ...
Code:
{config_load file="$language/lang_$language.conf" section="shopping_cart"}
<div align="center">
<table id="Tabelle_01" width="95%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<img src="{$tpl_path}img/main_01.jpg" width="13" height="51" alt=""></td>
<td width="100%" background="{$tpl_path}img/main_02.jpg" class="pageHeading">
{#heading_cart#}</td>
<td>
<img src="{$tpl_path}img/main_03.jpg" width="15" height="51" alt=""></td>
</tr>
<tr><td background="{$tpl_path}img/main_04.jpg"></td><td bgcolor="#FFFFFF">{$MODULE_gift_cart}
</td><td background="{$tpl_path}img/main_06.jpg"></td></tr>
{if $info_message!=''}
<tr><td background="{$tpl_path}img/main_04.jpg"></td><td bgcolor="#FFFFFF">{$info_message}
</td><td background="{$tpl_path}img/main_06.jpg"></td></tr>
{/if}
{if $cart_empty==true}
<tr><td background="{$tpl_path}img/main_04.jpg"></td><td bgcolor="#FFFFFF">{#text_empty#}
</td><td background="{$tpl_path}img/main_06.jpg"></td></tr>
<tr><td background="{$tpl_path}img/main_04.jpg"></td><td bgcolor="#FFFFFF">{$BUTTON_CONTINUE}
</td><td background="{$tpl_path}img/main_06.jpg"></td></tr>
{else}
{if $checkout_minimum_value_message_1!=''}<tr><td background="{$tpl_path}img/main_04.jpg"></td>
<td bgcolor="#FFFFFF">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="main" style="border: 1px solid; border-color: #ff0000;" bgcolor="#FFCCCC"><div align="center">{$checkout_minimum_value_message_1} {$checkout_minimum_value_db} {$checkout_minimum_value_message_2}</div></td>
</tr>
</table>
</td><td background="{$tpl_path}img/main_06.jpg"></td></tr>
{/if}
<form name="cart_quantity" action="{$FORM_ACTION}" method="post">
{$HIDDEN_OPTIONS}
<tr><td background="{$tpl_path}img/main_04.jpg"></td><td bgcolor="#FFFFFF">{$MODULE_order_details}
</td><td background="{$tpl_path}img/main_06.jpg"></td></tr>
<tr><td background="{$tpl_path}img/main_04.jpg"></td><td bgcolor="#FFFFFF">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="left">{$BUTTON_RELOAD}</div></td>
<td><div align="right">{$BUTTON_CHECKOUT}</div></td>
</tr>
</table>
</td><td background="{$tpl_path}img/main_06.jpg"></td></tr>
</form>
{/if}
<tr>
<td>
<img src="{$tpl_path}img/main_07.jpg" width="13" height="19" alt=""></td>
<td width="100%" background="{$tpl_path}img/main_08.jpg">
</td>
<td>
<img src="{$tpl_path}img/main_09.jpg" width="15" height="19" alt=""></td>
</tr>
</table>
</div>
.. das ist mein pers?nlicher Beitrag zum Thema "Template erstellen mit MS-Frontpage - ist zwar aus einem anderen thread - aber klappt wenigstens!
Biddesch?n!