Subversion-Projekte lars-tiefland.ci

Revision

Revision 42 | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

{nocache}
<style>
        .left {
        display:none!important;
        }

        .right {
        display:none!important;
        }

        .content {
        /*margin-left:190px!important;
                width:650px!important;*/
        min-height:600px;
        background-color:#fff;
        }

        .box_middle_basket {
        padding:0!important;
        }

        .lastvisited_headline {
        display:none;
        }

        .lastvisited {
        display:none;
        }
</style>
<div class="">
        <div class="box_top">
                <h1>
            {assign var="abbruch" value=0}
            {if $meld|stristr:"abgebrochen"}
                 Kaufvorgang abgebrochen.
                 {assign var="abbruch" value=1}
            {else}
                             Vielen Dank f&uuml;r Ihren Einkauf.
            {/if}
                </h1>
        </div>
        <div class="bestellvorgang">
                <p style="padding:20px;">
                        {$meld}
                </p>
                {if $ini.trustedShops.shop_id && $abbruch==0}
                <table width="400" border="0" cellspacing="0" cellpadding="4">
                        <tr>
                                <td width="90">
                                        <form name="formSiegel" method="post" action="https://www.trustedshops.com/shop/certificate.php" target="_blank">
                                                <input type="image" src="/images/webelemente/siegel.gif" title="Trusted Shops G&uuml;tesiegel - Bitte hier G&uuml;ltigkeit pr&uuml;fen!">
                                                <input name="shop_id" type="hidden" value="{$ini.trustedShops.shop_id}">
                                        </form>
                                </td>
                                <td align="justify">
                                        <form id="formTShops" name="formTShops" method="post" action="https://www.trustedshops.com/shop/protection.php" target="_blank">
                                                <input name="_charset_" type="hidden" value="">
                                                <input name="shop_id" type="hidden" value="{$ini.trustedShops.shop_id}">
                                                <input name="email" type="hidden" value="{$smarty.session.SHOP.buy.Persdata.email}">
                                                <input name="amount" type="hidden" value="{$basketContent.basketSumme_brutto|number_format:2:". ":" "}">
                                                <input name="curr" type="hidden" value="EUR">
                                                <input name="paymentType" type="hidden" value="">
                                                <input name="KDNR" type="hidden" value="{$smarty.session.SHOP.buy.Persdata.ID}">
                                                <input name="ORDERNR" type="hidden" value="{$smarty.session.SHOP.buy.bestellID}">
                                                Als zus&auml;tzlichen Service bieten wir Ihnen den Trusted Shops K&auml;uferschutz an. Wir &uuml;bernehmen alle Kosten dieser Garantie, Sie m&uuml;ssen sich lediglich anmelden.
                                                <br>
                                                <br>
                                                <input type="submit" id="btnProtect" name="btnProtect" value="Anmeldung zum Trusted Shops K&auml;uferschutz">
                                        </form>
                                </td>
                        </tr>
                </table>
                {/if}
        </div>
</div>
{/nocache}