GoriBoy Posted May 26, 2009 Report Share Posted May 26, 2009 hi leute.. bei uns im katalog hat jede kategorie ne andere hintergrundfarbe, um sie besser von einander zu trennen.. das gleiche würde ich auch im shop einstellen, links in den navigationsbaum.. hat mir mal jemand von euch profis nen tipp dazu wie ich da anfangen kann? isset überhaupt möglich? Gruß GoriBoy Link to comment Share on other sites More sharing options...
df:bug Posted May 26, 2009 Report Share Posted May 26, 2009 Hallo, also du könntest das mit den eigenen Kategorie-Boxen(siehe Handbuch) und CSS lösen. Für jede Kategorie-Box dann eine eigene CSS-Klasse mit dem entsprechenden Hintergrund anlegen. Viele Grüße, df:bug Link to comment Share on other sites More sharing options...
GoriBoy Posted May 26, 2009 Author Report Share Posted May 26, 2009 werds versuchen.. danke gruß GoriBoy Link to comment Share on other sites More sharing options...
GoriBoy Posted May 26, 2009 Author Report Share Posted May 26, 2009 ahhhhhhhhhhhhhhh:mad: kriege ich nicht hin... mal nen tipp für den anfang? Gruß GoriBoy Link to comment Share on other sites More sharing options...
GoriBoy Posted May 26, 2009 Author Report Share Posted May 26, 2009 mit der css geschichte usw komme ich klar, ne navigationsleiste zu erstellen mit css auch kein thema wenn man die verschiedenen links hat.. aber hier ist ja ne abfrage an die datenbank mit "foreach"... wie komme ich da weiter? wie komme ich evtl. an die links der verschiedenen kategorien? da könnte ich die abfrage ausschlaten und die links der verschiedenen kategorien einbauen.. Gruß GoriBoy Link to comment Share on other sites More sharing options...
df:bug Posted May 26, 2009 Report Share Posted May 26, 2009 Hallo, also so direkt kommt man da nicht ran, hatte das schon probiert und vom Support kam leider auch nicht viel. Also du musst für jede Hauptkategorie die die Kategorie-Datein anlegen und dort dann nur die ID abrufen/ausgeben. Da dann gleich mit die CSS mit deklarieren. Ist dir das alles zu techn. erklärt? Viele Grüße, df:bug Link to comment Share on other sites More sharing options...
GoriBoy Posted May 26, 2009 Author Report Share Posted May 26, 2009 Hallo, also so direkt kommt man da nicht ran, hatte das schon probiert und vom Support kam leider auch nicht viel. Also du musst für jede Hauptkategorie die die Kategorie-Datein anlegen und dort dann nur die ID abrufen/ausgeben. Da dann gleich mit die CSS mit deklarieren. Ist dir das alles zu techn. erklärt? Viele Grüße, df:bug ui, geht das a bisserl einfacher? war doch zu technisch für mich... also, die html datei so ändern daß level 1 der kategorien angezeigt werde, ist ja kein problem, aber die leveln darunter... keine ahnung.. unterkategorien meine ich damit... so sieht das aus momentan bei mir... <div class="ts_boxcategory_body"> <ul id="ts_categorymenu"> <li class="level{$module_data.level}{if $module_data.active} active{/if}"><a href="/index.php?page=categorie&cat=1"><img src="/templates/veyton_ts0008_864/img/ts_arrow.gif" border="0" /> Kategorie 1</a></li> <li class="level{$module_data.level}{if $module_data.active} active{/if}"><a href="/index.php?page=categorie&cat=2"><img src="/templates/veyton_ts0008_864/img/ts_arrow.gif" border="0" /> Kategorie 2</a></li> </ul> </div>Gruß GoriBoy Gruß GoriBoy Link to comment Share on other sites More sharing options...
df:bug Posted May 26, 2009 Report Share Posted May 26, 2009 Hallo, ich meine das wie im Handbuch, das du für jede Kategorie eine eigene Navigation machst. Die dann so mit CSS stylen, dass es so aussieht wie im std. Template, jedoch deinen Farbwünschen entspricht. Link: http://webhelp-de.xt-commerce.com/HTML/index.html?weitere_kategoriebox_anlegen.htm Viele Grüße, df:bug Link to comment Share on other sites More sharing options...
GoriBoy Posted May 26, 2009 Author Report Share Posted May 26, 2009 Hallo, ich meine das wie im Handbuch, das du für jede Kategorie eine eigene Navigation machst. Die dann so mit CSS stylen, dass es so aussieht wie im std. Template, jedoch deinen Farbwünschen entspricht. Link: http://webhelp-de.xt-commerce.com/HTML/index.html?weitere_kategoriebox_anlegen.htm Viele Grüße, df:bug alles klar, das leuchtet mir ein... aber wie muß dann die html datei aussehen.. d.h., wie frage ich die einzelnen kategorien ab? da ist ja mein problem.. Gruß und danke GoriBoy Link to comment Share on other sites More sharing options...
df:bug Posted May 26, 2009 Report Share Posted May 26, 2009 Hallo, also scho einmal ein Schritt weiter. Die IDs kannst du aus der Datenbank lesen und zwar in der Tabelle/Spalte "categories/categories_description". $category->getCategoryBox() auf $category->getCategoryBox(5)[/CODE] Hier ist als Beispiel die ID 5 angeben. Viele Grüße, df:bug Link to comment Share on other sites More sharing options...
GoriBoy Posted May 26, 2009 Author Report Share Posted May 26, 2009 danke dir schonmal, teste ich morgen dann.. Gruß GoriBoy Link to comment Share on other sites More sharing options...
GoriBoy Posted May 27, 2009 Author Report Share Posted May 27, 2009 nix zu machen.. die anleitung ist gut und wäre auch machbar (man sollte öfters ins handbuch reinschauen ) bei meinen template befindet sich der code $category->getCategoryBox() in der categories.php garnet... Gruß GoriBoy Link to comment Share on other sites More sharing options...
df:bug Posted May 27, 2009 Report Share Posted May 27, 2009 Hallo, da musst du direkt in den xtCore, ist nicht so ganz aus dem Handbuch ersichtlich. Viele Grüße, df:bug Link to comment Share on other sites More sharing options...
GoriBoy Posted May 27, 2009 Author Report Share Posted May 27, 2009 Hallo, da musst du direkt in den xtCore, ist nicht so ganz aus dem Handbuch ersichtlich. sorry, das war jetzt fachchinesich für mich.. gehts bitte einfacher ? Gruß GoriBoy Link to comment Share on other sites More sharing options...
df:bug Posted May 27, 2009 Report Share Posted May 27, 2009 Hallo, kein Problem. Zitat aus dem Handbuch. Kopieren Sie die Datei xtCore/boxes/categories.php und benennen die kopierte Datei in categories_herren.php um. Dies direkt in den Ordner der Shop-Installation und nicht im Template-Ordner. Viele Grüße, df:bug Link to comment Share on other sites More sharing options...
GoriBoy Posted May 27, 2009 Author Report Share Posted May 27, 2009 trotzdem habe ich in der categories.php nicht den code $category->getCategoryBox() wie komme ich da weiter? Gruß GoriBoy Link to comment Share on other sites More sharing options...
mzanier Posted May 27, 2009 Report Share Posted May 27, 2009 trotzdem habe ich in der categories.php nicht den code $category->getCategoryBox() wie komme ich da weiter? Gruß GoriBoy dann schaust du in der falschen datei. wäre das nicht dort würde es auch keine kategoriebox geben.. Link to comment Share on other sites More sharing options...
df:bug Posted May 27, 2009 Report Share Posted May 27, 2009 Hallo, also die orginal Datei nicht verändern, sondern kopieren und umbennen. xtCore/boxes/categories.php $tpl_data = array('_categories'=> $category->getCategoryBox()); xtCore/boxes/categories_hosen.php $tpl_data = array('_categories'=> $category->getCategoryBox(5));[/code] So steht es auch im Handbuch, nun noch das Template für die Kategorie anlegen und ich das Haupttemplate einbinden. Viele Grüße, df:bug Link to comment Share on other sites More sharing options...
GoriBoy Posted May 27, 2009 Author Report Share Posted May 27, 2009 also leute, ich bin doch nicht blöd, und lesen kann ich auch.. meine categories.php aus dem ordner xtcore/boxes/ im zentralen ordner von veyton hat diesen code nicht.. der einzige der dabei ist, sieht so aus: $tpl_data = array('categories' => $categories_listing, 'heading_text' => $heading_text, 'product_listing' => $tpl_product_listing, 'current_category_id'=>$current_category_id, 'MANUFACTURER_DROPDOWN' => $manufacturers_dropdown, 'NAVIGATION_COUNT' => $list->navigation_count, 'NAVIGATION_PAGES' => $list->navigation_pages, 'sort_dropdown' => is_array($tpl_product_listing) ? $list->getSortDropdown():''); Gruß GoriBoy Link to comment Share on other sites More sharing options...
steinbrock Posted May 27, 2009 Report Share Posted May 27, 2009 hast du dir vielleicht ein anderes template zum veyton gekauft und eingebunden, denn die original datei sieht anders aus, wie schon oben beschrieben... Link to comment Share on other sites More sharing options...
df:bug Posted May 27, 2009 Report Share Posted May 27, 2009 Hallo, ich denke auch da wurde etwas angepasst, aber leider nicht so wie es soll - sauber und updatefähig. Viele Grüße, df:bug Link to comment Share on other sites More sharing options...
GoriBoy Posted May 27, 2009 Author Report Share Posted May 27, 2009 ich habe in der tat mehrere templates gekauft, aber wir reden hier von der php datei die sich in den hauptverzeichniss des shops befindet, da ist nichts geändert worden... Gruß GoriBoy Link to comment Share on other sites More sharing options...
GoriBoy Posted May 27, 2009 Author Report Share Posted May 27, 2009 oh gott... habe die ganze zeit die categories.php ausm ordner xtcore/pages geändert und net ausm ordner xtcore/boxes scheiße, sorry:) gruß GoriBoy Link to comment Share on other sites More sharing options...
df:bug Posted May 27, 2009 Report Share Posted May 27, 2009 Hallo, habe schon fast an mir selbst gezweifelt. Bin gerade noch einmal die Datein durch um etwas zu finden. Viele Grüße, df:bug Link to comment Share on other sites More sharing options...
mzanier Posted May 27, 2009 Report Share Posted May 27, 2009 oh gott... habe die ganze zeit die categories.php ausm ordner xtcore/pages geändert und net ausm ordner xtcore/boxes scheiße, sorry:) gruß GoriBoy hehe, wie war das nochmal gleich ? also leute, ich bin doch nicht blöd, und lesen kann ich auch.. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.