raboese Posted April 3, 2009 Report Share Posted April 3, 2009 Hallo, für Sofortüberweisung.de als Zahlungsmethode muss ich das Logo von dieser firma einbinden. wo kann cih die tun ? bzw wie mache ich rechts eine neue box wo ich es reinmachen kann? Link to comment Share on other sites More sharing options...
amilo Posted April 3, 2009 Report Share Posted April 3, 2009 Für die neue Box gehst du in dein Template unter xtCore/boxes und legst dort die neue Box an. Danach fügst du die Box in der index.html dort ein, wo du sie haben möchtest. MfG. Hansen Link to comment Share on other sites More sharing options...
raboese Posted April 3, 2009 Author Report Share Posted April 3, 2009 und wie erstell ich die Box ? und füg die dann wie ein ? Link to comment Share on other sites More sharing options...
amilo Posted April 3, 2009 Report Share Posted April 3, 2009 Erstelle im Ordner boxes eine html Datei mit dem Namen "box_sofortueberweisung.html". Dort schreibst du folgenden Text rein: <h2 class="boxheader">Sofortüberweisung</h2> <div class="boxbody"> <br> <center><a href="{link page='content' params='coID=11'}"><img src="{$tpl_path}img/[COLOR="red"]xxx.gif[/COLOR]" alt="Sofortueberweisung"</center></a> <br> </div> Den roten Teil musst du dir noch selbst anpassen, je nachdem wie dein Bild heißt. Dann öffnest du deine index.html (xtdefault/index.html) Und suchst dort folgende Zeile: <div id="rightcol">[/code] In diese Zeile fügst du dann [color="green"]{box name=sofortueberweisung}[/color] ein, wo immer du die Box auch haben möchtest und fertig. MfG. Hansen Link to comment Share on other sites More sharing options...
raboese Posted April 3, 2009 Author Report Share Posted April 3, 2009 habe ne txt erstellt code eingefügt in html benannt etc.... habe die Index.html ausm root genommen is da srichtig ? dort find ich im code aber das div.... nich ? Link to comment Share on other sites More sharing options...
amilo Posted April 3, 2009 Report Share Posted April 3, 2009 Die index.html musst du aus /templates/deintemplate nehmen. In der Original index.html ist es Zeile 54. MfG. Hansen PS: Vergiß nicht, das Bild hoch zu laden Link to comment Share on other sites More sharing options...
raboese Posted April 3, 2009 Author Report Share Posted April 3, 2009 danke für die hilfe aber funzt nich: kommt auf der homepage: Warning: Smarty error: unable to read resource: "/xtCore/boxes/box_sofortueberweisung.html" in /var/www/web770/html/xtFramework/library/smarty/Smarty.class.php on line 1095 statt der box Link to comment Share on other sites More sharing options...
raboese Posted April 3, 2009 Author Report Share Posted April 3, 2009 das bild is im webspace root richtig so ? <h2 class="boxheader">Sofortüberweisung</h2> <div class="boxbody"> <br> <center><a href="{link page='content' params='coID=11'}"><img src="{$tpl_path}img/200x65px.gif" alt="Sofortueberweisung"</center></a> <br> </div> Link to comment Share on other sites More sharing options...
amilo Posted April 3, 2009 Report Share Posted April 3, 2009 Hast du "box_sofortueberweisung" oder "sofortueberweisung" in die index.html geschrieben? MfG. Hansen Link to comment Share on other sites More sharing options...
amilo Posted April 3, 2009 Report Share Posted April 3, 2009 <h2 class="boxheader">Sofortüberweisung</h2> <div class="boxbody"> <br> <center><a href="{link page='content' params='coID=11'}"><img src="{$tpl_path}img/200x65px.gif" alt="Sofortueberweisung"</center></a> <br> </div> Den Teil musst du noch raussnehmen, ich habe noch einen Content "Zahlungsmöglichkeiten", den du logischerweise nicht hast. MfG. Hansen Link to comment Share on other sites More sharing options...
raboese Posted April 3, 2009 Author Report Share Posted April 3, 2009 nur sofortueberweisung Link to comment Share on other sites More sharing options...
amilo Posted April 3, 2009 Report Share Posted April 3, 2009 Aber die Box heißt "box_sofortueberweisung"? MfG. Hansen Link to comment Share on other sites More sharing options...
raboese Posted April 3, 2009 Author Report Share Posted April 3, 2009 is drausen geht trotzdem nicht... <h2 class="boxheader">Sofortüberweisung</h2> <div class="boxbody"> <br> <center><img src="{$tpl_path}img/200x65px.gif" alt="Sofortueberweisung"</center> <br> </div> lautet der code Link to comment Share on other sites More sharing options...
raboese Posted April 3, 2009 Author Report Share Posted April 3, 2009 un din index hab ich stehen: <div id="rightcol">{box name=cart}{box name=loginbox}{box name=xt_bestseller_products type=user}{box name=sofortueberweisung}</div> muss die box...hmtl sein oder php als endung ? Link to comment Share on other sites More sharing options...
amilo Posted April 3, 2009 Report Share Posted April 3, 2009 Das ist auch richtig, aber der Name der Box in templates/deintemplate/boxes lautet auch wirklich "box_sofortueberweisung"? MfG. Hansen Edit: html Link to comment Share on other sites More sharing options...
raboese Posted April 3, 2009 Author Report Share Posted April 3, 2009 ich depp... hatte das in falschen ordner gemach jetzt ist box da.. aber bild fehlt.... in welches verzeichnis muss das ? Link to comment Share on other sites More sharing options...
amilo Posted April 3, 2009 Report Share Posted April 3, 2009 Das Bild muss nach templates/deintemplate/img Die Variable {$tpl_path} greift dein Template automatisch auf. MfG. Hansen Link to comment Share on other sites More sharing options...
raboese Posted April 3, 2009 Author Report Share Posted April 3, 2009 danke jetzt gehts..... http://www.druckerpatronenexpress.de/ ist meine domain. wie bekomme ich oben ein Logo rein so das der background erhalten bleibt ud kein weiserhintergrund ist ? Link to comment Share on other sites More sharing options...
amilo Posted April 3, 2009 Report Share Posted April 3, 2009 Der Hintergrund ist 1px breit und widerholt sich über die ganze Breite des Headers. Mache aus deinem Logo einfach eine .gif mit transparentem Hintergrund , dann passt das. MfG. Hansen Link to comment Share on other sites More sharing options...
raboese Posted April 3, 2009 Author Report Share Posted April 3, 2009 dank dir für die hilfe Link to comment Share on other sites More sharing options...
crazy_cat Posted April 30, 2010 Report Share Posted April 30, 2010 Erstelle im Ordner boxes eine html Datei mit dem Namen "box_sofortueberweisung.html". Dort schreibst du folgenden Text rein: <h2 class="boxheader">Sofortüberweisung</h2> <div class="boxbody"> <br> <center><a href="{link page='content' params='coID=11'}"><img src="{$tpl_path}img/[COLOR="red"]xxx.gif[/COLOR]" alt="Sofortueberweisung"</center></a> <br> </div> Den roten Teil musst du dir noch selbst anpassen, je nachdem wie dein Bild heißt. Dann öffnest du deine index.html (xtdefault/index.html) Und suchst dort folgende Zeile: <div id="rightcol">[/code] In diese Zeile fügst du dann [color="green"]{box name=sofortueberweisung}[/color] ein, wo immer du die Box auch haben möchtest und fertig. MfG. Hansen Hmmm, ich finde diese Datei nicht?! --- index.html (xtdefault/index.html)--- Kann mir bitte kurz jemand sagen wo sie sich befindet? Link to comment Share on other sites More sharing options...
pmatrix Posted April 30, 2010 Report Share Posted April 30, 2010 Wenn du mit dem Standardtemplate arbeitest (nicht anzuraten, da beim nächsten Update u.U. alles futsch ist) dann unter: template/xtdefault/index.html sonst unter template/meinTemplate/index.html Gruß K.Heermann Link to comment Share on other sites More sharing options...
crazy_cat Posted April 30, 2010 Report Share Posted April 30, 2010 hmmm, da find ich den teil aber nicht mit rightcol... ?? Link to comment Share on other sites More sharing options...
pmatrix Posted April 30, 2010 Report Share Posted April 30, 2010 Zeile 54 (templates/xtdefault/index.html): <div id="rightcol">{box name=cart}{box name=loginbox}{box name=xt_bestseller_products type=user}</div>[/HTML] Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.