|
|||
|
Hallo,
habe/möchte die checkout_conformation.html leicht verändern. Mein Problem: Ich kann die Größe/Breite der {$PAYMENT_INFORMATION} nicht verkleinern. Anbei die entsprechende Stelle in checkout_confirmation.html: HTML-Code:
{if $PAYMENT_INFORMATION!=''}
<table width="90%" border="5" cellspacing="0" cellpadding="0">
<tr>
<td class="mainVersandTitle">{#text_payment_info#}</td>
</tr>
</table>
<table width="90%" border="0" cellspacing="0" cellpadding="4" bgcolor="#EBEBEB">
<tr>
<td class="main" style="border: 1px solid; border-color: #ffcccc;">{$PAYMENT_INFORMATION}</td>
</tr>
</table>
{/if}
Alle anderen Tabellen/Einträge lassen sich ohne Probleme entsprechend verändern. Wo liegt (mein) Fehler? Danke speiche |
![]() |
| Lesezeichen |
| Stichworte |
| checkoutconfirmationhtml |
| Themen-Optionen | |
| Ansicht | |
|
|