Neuigkeiten
  • Die modified eCommerce Shopsoftware ist kostenlos, aber nicht umsonst.
    Spenden
  • Damit wir die modified eCommerce Shopsoftware auch zukünftig kostenlos anbieten können:
    Spenden
  • Thema: Alle Boxen im Bestellprozeß ausblenden

    Talismann

    • Mitglied
    • Beiträge: 160
    • Geschlecht:
    Re: Alle Boxen im Bestellprozeß ausblenden
    Antwort #30 am: 09. März 2013, 10:00:54
    Dank der Hilfe von sv.brueck

    habe ich nun den checkout auf der ganzen Seite - zumindest bis jetzt den oberen Bereich. Vielen, Vielen Dank hier nochmals für die Hilfe!

    Hier nun die Änderungen, damit es auch jemand anderem, der evtl. einmal das Problem haben sollte hilft.

    In der styleshett css wurde folgendes unterhalb .main_content eingefügt bzw. geändert:

    Code: CSS  [Auswählen]
    .main_content {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: normal;
            color: #000000;
            text-decoration: none;
    }
    #contentfull {
    width:920px;
    padding:0 8px;
    margin-bottom:15px;
    }
    #contenttopfull {
            margin: 0px;
            padding: 0px;
            height: 48px;
            width: 911px;
            background-attachment: scroll;
            background-image: url(bilder/contenttopfull.jpg);
            background-repeat: no-repeat;
            background-position: left top;
    }
    #contentmiddlefull {
            background-attachment: scroll;
            background-image: url(bilder/contentmiddlefull.jpg);
            background-repeat: repeat-y;
            background-position: left top;
            margin: 0px;
            padding: 0px;
            width: 911px;
            z-index: 1;
    }
    #contentbottomfull {
            margin: 0px;
            padding: 0px;
            height: 9px;
            width: 911px;
            background-attachment: scroll;
            background-image: url(bilder/contentbottomfull.jpg);
            background-repeat: repeat-y;
            background-position: left top;
    }

    In der index.html wurde folgendes unterhalb vom content eingefügt bzw. geändert.

    Code: CSS  [Auswählen]
    <div id="content">
    <div id="contenttop"><div id="breadcrumb">{$navtrail}</div></div>
    <div id="contentmiddle"><div class="shopcontent">
    {if strstr ($smarty.server.PHP_SELF, 'index')}
    {if $smarty.get.cPath==null and $smarty.get.manufacturers_id==''}
    {if $BANNER}{$BANNER}{/if} {/if} {/if} {$main_content}</div></div>
    <div id="contentbottom"><img src="{$tpl_path}bilder/contentbottom.jpg" alt="" width="678" height="9" border="0" /></div>
    {else}
    <div id="contentfull">
    <div id="contenttopfull"><div id="breadcrumb">{$navtrail}</div></div>
    <div id="contentmiddlefull"><div class="shopcontent">
    {if strstr ($smarty.server.PHP_SELF, 'index')}
    {if $smarty.get.cPath==null and $smarty.get.manufacturers_id==''}
    {if $BANNER}{$BANNER}{/if} {/if} {/if} {$main_content}</div></div>
    <div id="contentbottomfull"></div>
    {/if}

    Grüße
    Michael

    Talismann

    • Mitglied
    • Beiträge: 160
    • Geschlecht:
    Re: Alle Boxen im Bestellprozeß ausblenden
    Antwort #31 am: 09. März 2013, 10:13:34
    Hallo Sven,
    so nun bräuchte ich noch einmal eine kleine Hilfe zum nächsten Punkt. Wäre super, wenn du mir hier auch helfen könntest.

    Der Footer ist nun noch in der alten Breite. Ich denke, das man hier auch wieder fast die selben Änderungen in der stylesheet.css sowie in der index.html vorgenommen werden müssen.

    Ich werde hier einmal posten wie ich das ändern würde - die Frage ist dann nur noch wo das hinkommt.

    Hier einmal die css

    Code: CSS  [Auswählen]
    #footertopfull {
            margin: 0px;
            padding: 0px;
            height: 47px;
            width: 911px;
            background-attachment: scroll;
            background-image: url(bilder/footertopfull.jpg);
            background-repeat: no-repeat;
            background-position: left top;
    }
    #footermiddlefull {
            background-attachment: scroll;
                background-image: url(bilder/footermiddlefull.jpg);
            background-repeat: repeat-y;
                background-position: left top;
            overflow:hidden;
            margin: 0px;
            padding: 0px;
            width: 911px;
            z-index: 1;
    }
    #footerbottomfull {
            margin: 0px;
            padding: 0px;
                height: 9px;
            width: 911px;
                background-attachment: scroll;
            background-image: url(bilder/footerbottomfull.jpg);
            background-repeat: repeat-y;
                background-position: left top;
    }

    Ist das denn so richtig? oder muss darüber wie im content z.B. das contentfull hier z.B. das footercontent? Weiterhin habe ich hier die Frage, wo das dann in der styleshett.css hinkommt.

    In der index.html denke ich müsste es so gemacht werden:

    Code: PHP  [Auswählen]
    <div id="footertopfull">&nbsp;</div>
    <div id="footermiddlefull"><div class="footercontent">{$box_CONTENT}{$box_INFORMATION}{$box_NEWSLETTER}</div></div>
    <div id="footerbottomfull"></div>

    Ist das denn so richtig? Muss da dann noch etwas vornedran und oder hintendran? Und vor allen Dingen wo muss das in der index.html eingefügt werden?
    37 Antworten
    16402 Aufrufe
    04. Juni 2012, 00:02:40 von WayneTsun
    6 Antworten
    3195 Aufrufe
    28. Oktober 2010, 11:28:30 von Iamex
    2 Antworten
    3052 Aufrufe
    26. November 2017, 16:45:53 von Q
    2 Antworten
    3472 Aufrufe
    03. März 2011, 13:43:53 von chris755
               
    anything