Gelöst Template-Anpassungen beim Template "JTL-Shop2"

Dealux-GmbH

Sehr aktives Mitglied
5. März 2007
8.676
7
Düsseldorf
AW: Template-Anpassungen beim Template "JTL-Shop2"

Bitte mal so probieren:

HTML:
{*
-------------------------------------------------------------------------------
        JTL-Shop 2
        File: index.tpl, smarty template file
        index page for JTL-Shop 2
        Template: JTL-Shop2
        Author: JTL-Software, thomas@jtl-software.de
        http://www.jtl-software.de
        Copyright (c) 2007 JTL-Software
-------------------------------------------------------------------------------
*}
        <div id="left_container">
                {*<div id="subbox" style="margin-top:0px;">
                        <div id="subbox_header_hell">
                                <p class="boxheader">{#search#}</p>
                        </div>
                        <div id="subbox_content">
                                <div style="padding:5px;" align="center">
                                        <form name="suche" action="suche.php" method="post" style="padding:0px;margin:0px;">
                                                <input type="text" name="suchausdruck" class="suche" value="{#searchwords#}">
                                                <input type="hidden" name="{$session_name}" value="{$session_id}">
                                                <p class="spacer">&nbsp;</p>
                                                <input type="submit" value="{#find#}" class="button">
                                        </form>
                                </div>
                        </div>
                </div>*}
                <div id="subbox" style="margin-top:0px;">
                        <div id="subbox_header_hell">
                                <p class="boxheader">{#categories#}</p>
                        </div>
                        <div id="subbox_content">
                            <div style="padding:5px;">
                                <table class="kategorien" cellpadding="0" cellspacing="0" width="100%" style="padding:0px;margin:0px;">
                                {$KategorielisteHTML}
                                </table>
                            </div>
                        </div>
                </div><br>
{if $KategorielisteHTML_1}
                <div id="subbox" style="margin-top:0px;">
                        <div id="subbox_header_hell">
                                <p class="boxheader">zweite kategoriebox</p>
                        </div>
                        <div id="subbox_content">
                            <div style="padding:5px;">
                                <table class="kategorien" cellpadding="0" cellspacing="0" width="100%" style="padding:0px;margin:0px;">
                                {$KategorielisteHTML_1}
                                </table>
                            </div>   
                        </div>
                </div>
{/if}
{if $Boxen.Schnellkauf->anzeigen=="Y"}
                <div id="subbox">
                        <div id="subbox_header_hell">
                                <p class="boxheader">{#quickBuy#}</p>
                        </div>
                        <div id="subbox_content">
                                <div style="padding:5px;">
                                        <form name="schnellkauf" action="warenkorb.php" method="post" style="padding:0px;margin:0px;">
                                                <input type="hidden" name="schnellkauf" value="1">
                                                <input type="hidden" name="{$session_name}" value="{$session_id}">
                                                <p class="box_login">{#productNoEAN#}:</p>
                                                <input type="text" class="schnellkaufEAN" name="ean"><p class="spacer">&nbsp;</p>
                                                <input type="submit" value="{#intoBasket#}" class="warenkorb">
                                        </form>
                                </div>
                        </div>
                </div>
{/if}
{if $Boxen.Hersteller->anzeigen=="Y"}
                <div id="subbox">
                        <div id="subbox_header_hell">
                                <p class="boxheader">{#manufacturers#}</p>
                        </div>
                        <div id="subbox_content">
                                <div style="padding:5px;" align="center">
                                 <form name="hst" action="suche.php" method="post" style="padding:0px;margin:0px;">
                                  <input type="hidden" name="special" value="hst">
                                  <input type="hidden" name="{$session_name}" value="{$session_id}">
                                        <select name="kHersteller" onChange="javascript:document.hst.submit();">
                                                <option>{#selectManufacturer#}</option>
{foreach name=hersteller from=$smarty.session.Hersteller item=hst}
            <option value="{$hst->kHersteller}">{$hst->cName|truncate:22:"..."}</option>
{/foreach}
                                        </select>
         </form>
                                </div>
                        </div>
                </div>
{/if}
{if $smarty.session.Linkgruppen->Informationen}
                <div id="subbox">
                        <div id="subbox_header_hell">
                                <p class="boxheader">{$smarty.session.Linkgruppen->Informationen->cLocalizedName[$smarty.session.cISOSprache]}</p>
                        </div>
                        <div id="subbox_content">
                                <div style="padding:5px;">
        {foreach name=Informationen from=$smarty.session.Linkgruppen->Informationen->Links item=Link}
                                        <img alt="" src="{$currentTemplateDir}gfx/menu-punkt.png" border="0"><a href="{$Link->URL}" class="menulink">{$Link->cLocalizedName[$smarty.session.cISOSprache]}</a><br>
        {/foreach}
                                </div>
                        </div>
                </div>
{/if}
{if $Boxen.Bestseller->anzeigen=="Y"}
                <div id="subbox">
                        <div id="subbox_header_hell">
                                <p class="boxheader">{#bestsellers#}</p>
                        </div>
                        <div id="subbox_content">
                                <div style="padding:5px;">
{if $BoxenEinstellungen.boxen.box_bestseller_scrollen>0}
         <marquee behavior="scroll" direction="{if $BoxenEinstellungen.boxen.box_bestseller_scrollen==1}down{else}up{/if}" onmouseover="this.stop()" onmouseout="this.start()" scrollamount="2" scrolldelay="70">
{/if}
        {foreach name=bestseller from=$Boxen.Bestseller->Artikel->elemente item=Artikel}
                                <div style="padding:5px;" align="center">
                                        <a href="{$Artikel->cURL}"><img alt="{$Artikel->cName}" src="{$Artikel->cVorschaubild}"></a><br>
                                        <a href="{$Artikel->cURL}" class="artikelnamelink">{$Artikel->cName}</a>{if $smarty.session.Kundengruppe->darfPreiseSehen}{if $Artikel->Preise->fVKNetto==0 && $Einstellungen.global.global_preis0=="N"}<br><span class="standard">{#priceOnApplication#}</span><br><br>{else}<span class="boxpreis"><br>{if $Artikel->Preise->strPreisGrafik_Bestsellerbox}{$Artikel->Preise->strPreisGrafik_Bestsellerbox}{else}{#only#} {$Artikel->Preise->cVKLocalized[$NettoPreise]}{/if}</span><br>{$Artikel->cMwstVersandText}{/if}{/if}
                                </div>
        {/foreach}
{if $BoxenEinstellungen.boxen.box_bestseller_scrollen>0}
         </marquee>
{/if}
                                </div>
                        </div>
                        <div id="subbox_content">
                                <div style="padding:5px;background: #ffffff;">
                                        <center><a href="suche.php?special=bestseller&{$SID}" class="artikelnamelink">{#showAllBestsellers#}</a></center>
                                </div>
                        </div>
                </div>
{/if}
{if $Boxen.ZuletztAngesehen->anzeigen=="Y"}
                <div id="subbox">
                        <div id="subbox_header_hell">
                                <p class="boxheader">{#lastViewed#}</p>
                        </div>
                        <div id="subbox_content">
                                <div style="padding:5px;" align="center">
                                        <a href="{$Boxen.ZuletztAngesehen->Artikel->cURL}"><img alt="{$Boxen.ZuletztAngesehen->Artikel->cName}" src="{$Boxen.ZuletztAngesehen->Artikel->cVorschaubild}"></a><br>
                                        <a href="{$Boxen.ZuletztAngesehen->Artikel->cURL}" class="artikelnamelink">{$Boxen.ZuletztAngesehen->Artikel->cName}</a>{if $smarty.session.Kundengruppe->darfPreiseSehen}{if $Boxen.ZuletztAngesehen->Artikel->Preise->fVKNetto==0 && $Einstellungen.global.global_preis0=="N"}<br><span class="standard">{#priceOnApplication#}</span><br><br>{else}<span class="boxpreis"><br>{if $Boxen.ZuletztAngesehen->Artikel->Preise->strPreisGrafik_Zuletztbox}{$Boxen.ZuletztAngesehen->Artikel->Preise->strPreisGrafik_Zuletztbox}{else}{#only#} {$Boxen.ZuletztAngesehen->Artikel->Preise->cVKLocalized[$NettoPreise]}{/if}</span><br>{$Boxen.ZuletztAngesehen->Artikel->cMwstVersandText}{/if}{/if}<p class="spacer">&nbsp;</p>
                                </div>
                        </div>
                </div>
{/if}
        </div>
 

Junker

Aktives Mitglied
8. April 2010
313
1
AW: Template-Anpassungen beim Template "JTL-Shop2"

Ups, da habe ich wohl einen groben Fehler gemacht. :eek:

Ich habe Dir die leftContainer.tpl gegeben, die ich lokal IN DER FIRMA gespeichert hatte. Zwischenzeitlich hatte ich aber weitere Kategorien-Boxen angelegt. Und DIESE leftContainer.tpl habe ich nur zuhause auf dem Rechner liegen.

Schlußendlich paßt nun nichts mehr. :frown:
Ich behebe das heute Abend und melde mich dann wieder.

Sorry ....
Bernd
 

Junker

Aktives Mitglied
8. April 2010
313
1
AW: Template-Anpassungen beim Template "JTL-Shop2"

Ich behebe das heute Abend und melde mich dann wieder.
Der "richtige" Zustand ist wieder hergestellt. :)

Inhalt der leftContainer.tpl:

Code:
{*
-------------------------------------------------------------------------------
        JTL-Shop 2
        File: index.tpl, smarty template file
        index page for JTL-Shop 2
        Template: JTL-Shop2
        Author: JTL-Software, [EMAIL="thomas@jtl-software.de"]thomas@jtl-software.de[/EMAIL]
        [URL="http://www.jtl-software.de/"]http://www.jtl-software.de[/URL]
        Copyright (c) 2007 JTL-Software
-------------------------------------------------------------------------------
*}
        <div id="left_container">
                {*<div id="subbox" style="margin-top:0px;">
                        <div id="subbox_header_hell">
                                <p class="boxheader">{#search#}</p>
                        </div>
                        <div id="subbox_content">
                                <div style="padding:5px;" align="center">
                                        <form name="suche" action="suche.php" method="post" style="padding:0px;margin:0px;">
                                                <input type="text" name="suchausdruck" class="suche" value="{#searchwords#}">
                                                <input type="hidden" name="{$session_name}" value="{$session_id}">
                                                <p class="spacer">&nbsp;</p>
                                                <input type="submit" value="{#find#}" class="button">
                                        </form>
                                </div>
                        </div>
                </div>*}
                <div id="subbox" style="margin-top:0px;">
                        <div id="subbox_header_hell">
                                <p class="boxheader">Soundtracks</p>
                        </div>
                        <div id="subbox_content">
                                <table class="kategorien" cellpadding="0" cellspacing="0" width="100%" style="padding:0px;margin:0px;">
                                {$KategorielisteHTML_1}
                                </table>
                        </div>
                </div><br>
 
               [COLOR=blue]<div id="subbox" style="margin-top:0px;">[/COLOR]
[COLOR=blue]                      <div id="subbox_header_hell">[/COLOR]
[COLOR=blue]                              <p class="boxheader">Vorbestellungen</p>[/COLOR]
[COLOR=blue]                      </div>[/COLOR]
[COLOR=blue]                      <div id="subbox_content">[/COLOR]
[COLOR=blue]                              <table class="kategorien" cellpadding="0" cellspacing="0" width="100%" style="padding:0px;margin:0px;">[/COLOR]
[COLOR=blue]                              {$KategorielisteHTML_2}[/COLOR]
[COLOR=blue]                              </table>[/COLOR]
[COLOR=blue]                      </div>[/COLOR]
[COLOR=blue]              </div><br>[/COLOR]
 
 
                [COLOR=seagreen]<div id="subbox" style="margin-top:0px;">[/COLOR]
[COLOR=seagreen]                      <div id="subbox_header_hell">[/COLOR]
[COLOR=seagreen]                              <p class="boxheader">Zeitschriften</p>[/COLOR]
[COLOR=seagreen]                      </div>[/COLOR]
[COLOR=seagreen]                      <div id="subbox_content">[/COLOR]
[COLOR=seagreen]                              <table class="kategorien" cellpadding="0" cellspacing="0" width="100%" style="padding:0px;margin:0px;">[/COLOR]
[COLOR=seagreen]                              {$KategorielisteHTML_3}[/COLOR]
[COLOR=seagreen]                              </table>[/COLOR]
[COLOR=seagreen]                      </div>[/COLOR]
[COLOR=seagreen]              </div><br>[/COLOR]
 
 
 
 
 
 
{if $Boxen.Schnellkauf->anzeigen=="Y"}
                <div id="subbox">
                        <div id="subbox_header_hell">
                                <p class="boxheader">{#quickBuy#}</p>
                        </div>
                        <div id="subbox_content">
                                <div style="padding:5px;">
                                        <form name="schnellkauf" action="warenkorb.php" method="post" style="padding:0px;margin:0px;">
                                                <input type="hidden" name="schnellkauf" value="1">
                                                <input type="hidden" name="{$session_name}" value="{$session_id}">
                                                <p class="box_login">{#productNoEAN#}:</p>
                                                <input type="text" class="schnellkaufEAN" name="ean"><p class="spacer">&nbsp;</p>
                                                <input type="submit" value="{#intoBasket#}" class="warenkorb">
                                        </form>
                                </div>
                        </div>
                </div>
{/if}
{if $Boxen.Hersteller->anzeigen=="Y"}
                <div id="subbox">
                        <div id="subbox_header_hell">
                                <p class="boxheader">{#manufacturers#}</p>
                        </div>
                        <div id="subbox_content">
                                <div style="padding:5px;" align="center">
                                 <form name="hst" action="suche.php" method="post" style="padding:0px;margin:0px;">
                                  <input type="hidden" name="special" value="hst">
                                  <input type="hidden" name="{$session_name}" value="{$session_id}">
                                        <select name="kHersteller" onChange="javascript:document.hst.submit();">
                                                <option>{#selectManufacturer#}</option>
{foreach name=hersteller from=$smarty.session.Hersteller item=hst}
            <option value="{$hst->kHersteller}">{$hst->cName|truncate:22:"..."}</option>
{/foreach}
                                        </select>
         </form>
                                </div>
                        </div>
                </div>
{/if}
{if $smarty.session.Linkgruppen->Informationen}
                <div id="subbox">
                        <div id="subbox_header_hell">
                                <p class="boxheader">{$smarty.session.Linkgruppen->Informationen->cLocalizedName[$smarty.session.cISOSprache]}</p>
                        </div>
                        <div id="subbox_content">
                                <div style="padding:5px;">
        {foreach name=Informationen from=$smarty.session.Linkgruppen->Informationen->Links item=Link}
                                        <img alt="" src="{$currentTemplateDir}gfx/menu-punkt.png" border="0"><a href="{$Link->URL}" class="menulink">{$Link->cLocalizedName[$smarty.session.cISOSprache]}</a><br>
        {/foreach}
                                </div>
                        </div>
                </div>
{/if}
{if $Boxen.Bestseller->anzeigen=="Y"}
                <div id="subbox">
                        <div id="subbox_header_hell">
                                <p class="boxheader">{#bestsellers#}</p>
                        </div>
                        <div id="subbox_content">
                                <div style="padding:5px;">
{if $BoxenEinstellungen.boxen.box_bestseller_scrollen>0}
         <marquee behavior="scroll" direction="{if $BoxenEinstellungen.boxen.box_bestseller_scrollen==1}down{else}up{/if}" onmouseover="this.stop()" onmouseout="this.start()" scrollamount="2" scrolldelay="70">
{/if}
        {foreach name=bestseller from=$Boxen.Bestseller->Artikel->elemente item=Artikel}
                                <div style="padding:5px;" align="center">
                                        <a href="{$Artikel->cURL}"><img alt="{$Artikel->cName}" src="{$Artikel->cVorschaubild}"></a><br>
                                        <a href="{$Artikel->cURL}" class="artikelnamelink">{$Artikel->cName}</a>{if $smarty.session.Kundengruppe->darfPreiseSehen}{if $Artikel->Preise->fVKNetto==0 && $Einstellungen.global.global_preis0=="N"}<br><span class="standard">{#priceOnApplication#}</span><br><br>{else}<span class="boxpreis"><br>{if $Artikel->Preise->strPreisGrafik_Bestsellerbox}{$Artikel->Preise->strPreisGrafik_Bestsellerbox}{else}{#only#} {$Artikel->Preise->cVKLocalized[$NettoPreise]}{/if}</span><br>{$Artikel->cMwstVersandText}{/if}{/if}
                                </div>
        {/foreach}
{if $BoxenEinstellungen.boxen.box_bestseller_scrollen>0}
         </marquee>
{/if}
                                </div>
                        </div>
                        <div id="subbox_content">
                                <div style="padding:5px;background: #ffffff;">
                                        <center><a href="suche.php?special=bestseller&{$SID}" class="artikelnamelink">{#showAllBestsellers#}</a></center>
                                </div>
                        </div>
                </div>
{/if}
        </div>

Hinweis: Gegenüber der Ursprungsdatei (im Code blau + grün markiert) habe ich noch zwei zusätzliche Subboxen eingefügt!
 
Ähnliche Themen
Titel Forum Antworten Datum
Neu Nova Template Login Bereich Templates für JTL-Shop 9
Neu Problem bei der Anzeige von Hinweistexten für Produkte einer bestimmten Kategorie im NOVA Template Allgemeine Fragen zu JTL-Shop 1
Neu Welche Template-Variable gibt die aktuelle Kategorie-ID zurück? Technische Fragen zu Plugins und Templates 3
Neu Footer Trennstriche ausblenden im Child Template Templates für JTL-Shop 21
Neu Laden einer JS-Datei aus dem Nova im Child Template verhindern Templates für JTL-Shop 4
Neu Template Dateien Rendern im Plugin Plugins für JTL-Shop 6
Neu Child Template zieht die englischen Artikelbeschreibungen nicht Templates für JTL-Shop 3
Neu Artikelsticker mit Nova-Template Einrichtung von JTL-Shop4 11
Neu GPSR Verordnung - Wie handhabt ihr das im Shop mit dem Nova Template? Betrieb / Pflege von JTL-Shop 30
Neu Probleme mit dem Meta-Crawler und 403 Fehler beim Meta-Datenfeed Upload User helfen Usern 0
Neu Probleme beim Übertragen der Sendungsnummern an AMAZON Amazon-Anbindung - Fehler und Bugs 3
Fehler beim Datenbankupdate auf höhere Version JTL-Wawi 1.7 3
Fehler beim Abgleich nach Komplettabgleich JTL-Wawi 1.9 0
GPRS Fehler beim Rendering der Attribute JTL-Wawi 1.9 8
Neu Fehler beim Bearbeiten der E-Mail-Vorlage "Bestellbestätigung" JTL-Shop - Fehler und Bugs 0
Fehler [DbeSClient]JTL-Wawi beim Abgleich mit JTL Shop5 JTL-Wawi 1.9 0
Neu Artikel Etikett beim Versandvorgang drucken Druck-/ E-Mail-/ Exportvorlagen in JTL-Wawi 3
WaWi seit 1.9.6.4 sehr langsam beim Start? JTL-Wawi 1.9 6
Neu Fehler beim Abgleich mit Amazon durch Worker. Amazon-Anbindung - Fehler und Bugs 0
Neu Probleme beim Versand von Newslettern über JTL Shop 5 Allgemeine Fragen zu JTL-Shop 2
Probleme beim Export mit der Ameise JTL-Wawi 1.7 1
Neu Die Ameise ignoriert hinterlegte Lieferantenstaffelpreise beim Import von Lieferantenbestellungen. JTL-ShippingLabels - Fehler und Bugs 0
Neu Probleme beim Einrichten von GLS Paket JTL-ShippingLabels - Ideen, Lob und Kritik 5
Neu ++ Fehler beim update von 1.55.5.3 auf version 1.8.11.0 ++ Installation von JTL-Wawi 8
Bestellungen beim Lieferanten - Aufteilung auf verschiedene Läger ? JTL-Wawi 1.9 3
Neu Prestashop 8.1.7 neuster Connector Fehler beim einlesen von Bestellungen PrestaShop-Connector 2
Probleme beim Versand mit DHL JTL-Wawi 1.9 0
Aktuelle technische Probleme beim Rechnungsdatenservice 2.0 Störungsmeldungen 0
Neu Wie kann ich Artikel mit Lagerbestand 0 beim Import inaktiv setzen) JTL-Ameise - Ideen, Lob und Kritik 17
Neu Fehler beim Zugrif aus die Datenbank (Exec Direct) JTL-Wawi - Fehler und Bugs 1
Neu Beim Retouren anlegen, Retourenposition ist nicht verfügbar Installation / Updates von JTL-Shop 2
Neu SUCHE JEMAND DER MIR REGELMÄSSIG BEIM UPDATES HILFT Installation / Updates von JTL-Shop 3
Probleme beim Einloggen JTL-Wawi App 6
Neu Vererben der Bildern einer Variation auf alle anderen Variationen, wie beim Vererben von Vater zu Kind-Artikeln, möglich wie? User helfen Usern - Fragen zu JTL-Wawi 0
Neu Probleme mit Größenreihenfolge beim CSV-Import User helfen Usern - Fragen zu JTL-Wawi 2
Neu WMS Mobile falscher Artikel beim Picken JTL-WMS / JTL-Packtisch+ - Fehler und Bugs 0
Neu IP Sperre beim Versuch Bilder zu downloaden Allgemeine Fragen zu JTL-Shop 2

Ähnliche Themen