Schmuckhändler Posted May 7, 2010 Report Share Posted May 7, 2010 Hallo, ich möchte in meinem Shop die Boxen links und rechts, beim Aufruf mancher Seiten (z.B. den Shopping bag, oder manche Plugin-Seiten) ausschalten, um den gesammten Platz zu nutzen. Leider scheitere ich an meinen Anfängerkenntnissen:( Könnte mir jemand vielleicht einen Tipp geben , was ich in der index.html bei der Boxenanzeige ändern müsste? Würde mich sehr freuen, bin am verzweifeln... Liebe Grüße und noch einen schönen Abend, Peter Link to comment Share on other sites More sharing options...
oldbear Posted May 7, 2010 Report Share Posted May 7, 2010 hi, es gibt da z.B. die Variable $page, die steht dann z.B. auf "index" oder "cart" ...... musst Deine Boxen halt in entsprechende "if's" packen .... Mach ich auch so bei der Startseite Grüsse Link to comment Share on other sites More sharing options...
Schmuckhändler Posted May 8, 2010 Author Report Share Posted May 8, 2010 hi oldbear, danke für die schnelle Antwort und Hilfe: Ich habs jetzt so probiert: </div> <div id="contentwrap"> {if $page != 'index'} <div> <div id="leftcol"> {box name=categories} {box name=xt_trusted_shops type=user} </div> Problem ist nur wie kann ich noch weitere Seiten außer den Index einbauen? Liebe Grüße, Peter Link to comment Share on other sites More sharing options...
amilo Posted May 8, 2010 Report Share Posted May 8, 2010 Hallo, mit einem or zwischen den page Variablen. MfG. Hansen Link to comment Share on other sites More sharing options...
Schmuckhändler Posted May 8, 2010 Author Report Share Posted May 8, 2010 Danke für die schnelle Hilfe! Ich weiß nur nicht wie ich das or einbauen soll... auf die Arten auf die ich es probiere klappt es leider nicht:( {if $page != 'index'or'cart'} {if $page != 'index'} or {if $page != 'cart'} .... Kannst du mir noch einen Tipp für den Einbau geben? Vielen Dank und liebe Grüße, Peter Link to comment Share on other sites More sharing options...
dukie6666 Posted May 8, 2010 Report Share Posted May 8, 2010 z.B. so: {if $page == "index" or $page == "content" or $page == "404"}[/CODE] Link to comment Share on other sites More sharing options...
Schmuckhändler Posted May 8, 2010 Author Report Share Posted May 8, 2010 Vielen Dank an alle, speziell an dukie6666!!! Funktioniert super!!!! LG Peter Link to comment Share on other sites More sharing options...
stanstas Posted May 30, 2010 Report Share Posted May 30, 2010 kannst du mir bitte helfen... ich versuche die box neue produkte ins warenkorb zu integrieren aber es funktioniert leider nicht.... habe euere tipps verfolgt aber bei mir klappt es leider nicht danke im voruas Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.