Guest eickmeier Posted April 7, 2005 Report Share Posted April 7, 2005 Hallo zusammen. Ich habe heute mein neues Frontend fertig gemacht und nun habe ich folgendes Problem: ICh kann mich nicht mehr einloggen. Im oberen Bereich, wo jetzt "Warenkorb" steht, steckt folgender Code hinter: {if $account}{php} if (isset($_SESSION['customer_id'])) { {/php} {#link_account#} {php} } {/php}{/if} {#link_cart#} {if $account}{php} if (isset($_SESSION['customer_id'])) { {/php} {#link_checkout#} {php} } {/php}{/if} {if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}| {#link_logoff#}{php} } {/php}{/if} Ihr erkennt sicherlich, was das alles ist, ich gehe da jetzt nicht weiter drauf ein. Folgendes passiert, wenn ich mich ein einloggen will: Ich gebe meine Zugangsdaten an und dann klicke ich auf "Anmelden". Und das war?s. Die Seite zuckt einmal, und dann sehe ich wieder das LogIn-Fenster... Hiiiilfe.... :-( Link to comment Share on other sites More sharing options...
Guest eickmeier Posted April 7, 2005 Report Share Posted April 7, 2005 Mir f?llt gerade auf, dass ich auch nichts mehr in mein Warenkorb legen kann! Meine URL: www.me-systems.net Link to comment Share on other sites More sharing options...
polkhigh33 Posted April 7, 2005 Report Share Posted April 7, 2005 guck mal in die box_search.html, da fehlt ein </form> tag. Link to comment Share on other sites More sharing options...
Guest eickmeier Posted April 8, 2005 Report Share Posted April 8, 2005 Aber die Option "suchen", also diese Box habe ich noch gar nicht eingebaut! ... Ok, ich gucke das gleich mal durch... Link to comment Share on other sites More sharing options...
Guest eickmeier Posted April 8, 2005 Report Share Posted April 8, 2005 VIELEN DANK!!!! Ganz stimmte es nicht, was du sagtest, der Form-Tag war korrekt ausgef?hrt. Ich einfach die "box_search" in die Seite eingebunden und nun geht auch wieder alles! ... Was soll,s so kann ich damit auch leben, irgendwo muss die Option "suchen" eh hin! Also, vielen Dank noch mal!!! Link to comment Share on other sites More sharing options...
Guest eickmeier Posted April 8, 2005 Report Share Posted April 8, 2005 Sorry, muss noch mal posten. Nun habe ich zwar die Option "Suchen" eingebunden, jedoch funktioniert die nicht, ich bekomme keine Ergebnisse... Was ist nun schon wieder krumm? :-( Link to comment Share on other sites More sharing options...
Catmandu Posted April 8, 2005 Report Share Posted April 8, 2005 Mal ganz bl?d gefragt: Hast du auch die entsprechenden Keywords in den Produktbeschreibungen eingepflegt? Gru? Catmandu Link to comment Share on other sites More sharing options...
Guest eickmeier Posted April 8, 2005 Report Share Posted April 8, 2005 :-) Ja. Link to comment Share on other sites More sharing options...
polkhigh33 Posted April 8, 2005 Report Share Posted April 8, 2005 dann wars wohl fehlend in box_add_a_quickie.html oder ne andere, jedenfalls kommt der shop aus dem gleichgewicht wenn du da ne box entfernst. schau mal nach in allen boxen die ein formular verwenden ob da auch abschliessend ein </form> drinne ist. Link to comment Share on other sites More sharing options...
Guest eickmeier Posted April 8, 2005 Report Share Posted April 8, 2005 Mache ich gleich, ka. Noch was: Ich w?rde gerne den Text auf der Startseite ?ndern. Standardm??ig steht der ja auf Herzlich Willkommen Gast! M?chten Sie sich anmelden? Oder wollen Sie ein Kundenkonto er?ffnen? Vorallem st?rt mich die Farbe der Anrede. Ob da "Gast" oder der Name des Users steht, das ist so eine fiese Farbe. Woe mache ich ds denn? Gru? und Dank, der Martin Link to comment Share on other sites More sharing options...
Guest eickmeier Posted April 8, 2005 Report Share Posted April 8, 2005 Ach so, nu ist eine Frage ganz untergegangen... Warum funktioniert die Suche nicht mehr? :-( ?N Tipp? Link to comment Share on other sites More sharing options...
polkhigh33 Posted April 8, 2005 Report Share Posted April 8, 2005 1. die textvariablen sind entweder in lang/german/lang.german.conf oder german.php definiert, f?r andere sprachen in den entsprechenden language-files. 2. liegt auch am fehlenden </form> in einer box. Link to comment Share on other sites More sharing options...
Guest eickmeier Posted April 8, 2005 Report Share Posted April 8, 2005 Mal im ernst... Ich gucke doch jetzt nicht alle "boxes" durch... Liegt denn nicht auf der Hand, wo der Fehler sein kann? :-( Link to comment Share on other sites More sharing options...
smedder Posted April 8, 2005 Report Share Posted April 8, 2005 Ruf den Shop normal im Browser auf und guck dann in Quelltext, dann ist es einfacher das fehlende Tag zu lokalisieren. Link to comment Share on other sites More sharing options...
Guest eickmeier Posted April 8, 2005 Report Share Posted April 8, 2005 <title>me-systems</title> <base href="http://www.me-systems.net/"> <link rel="stylesheet" type="text/css" href="templates/me-systems/stylesheet.css"> <script language="javascript"><!-- var selected; var submitter = null; function submitFunction() { submitter = 1; } function popupWindow(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150') } function selectRowEffect(object, buttonSelect) { if (!selected) { if (document.getElementById) { selected = document.getElementById('defaultSelected'); } else { selected = document.all['defaultSelected']; } } if (selected) selected.className = 'moduleRow'; object.className = 'moduleRowSelected'; selected = object; // one button is not an array var FormRadioButtons = (document.checkout_address) ? document.checkout_address.address : ((document.checkout_payment) ? document.checkout_payment.payment : document.checkout_shipping.shipping); if (FormRadioButtons[0]) { FormRadioButtons[buttonSelect].checked=true; } else { FormRadioButtons.checked=true; } } function rowOverEffect(object) { if (object.className == 'moduleRow') object.className = 'moduleRowOver'; } function rowOutEffect(object) { if (object.className == 'moduleRowOver') object.className = 'moduleRow'; } function checkBox(object) { document.account_newsletter.elements[object].checked = !document.account_newsletter.elements[object].checked; } function popupImageWindow(url) { window.open(url,'popupImageWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150') } //--></script> <script language="javascript"><!-- //--></script> </head> <body><link href="stylesheet.css" rel="stylesheet" type="text/css"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"> <tr> <td width="10"></td> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <th scope="col"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <th scope="col"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <th width="488" height="91" background="templates/me-systems//images/top_left.gif" scope="col" align="left" valign="top"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="102%"> <tr> <td width="60%" rowspan="2"></td> <td width="17%"></td> <td width="25%"></td> </tr> <tr> <td width="17%"> <a href="index.php"> <span style="text-decoration: none; font-weight: 700"> <font color="#FFFFFF">Startseite</font></span></a><font color="#FFFFFF"> </font> <a href="account.php"> <span style="text-decoration: none; font-weight: 700"> <font color="#FFFFFF">Anmelden</font></span></a><font color="#FFFFFF"> </font> <a href="shop_content.php?coID=7"> <span style="text-decoration: none; font-weight: 700"> <font color="#FFFFFF">Kontakt</font></span></a></td> <td width="25%" bordercolor="#FFFFFF"> <a href=""> <font color="#FFFFFF"> </span> </font> <span class="Stil1"><a href="http://www.me-systems.net/shopping_cart.php"> <font color="#FFFFFF">Warenkorb</font></a><font color="#FFFFFF"> </font> <a href=""> <font color="#FFFFFF"></font></span></td> </tr> </table> </th> <th valign="bottom" scope="col"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="24" background="templates/me-systems//images/top_center.gif"></td> </tr> </table></th> <th width="27" valign="bottom" scope="col"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <th scope="col"></th> </tr> <tr> <td width="27" height="24" background="templates/me-systems//images/top_right.gif"></td> </tr> </table></th> </tr> </table></th> </tr> <tr> <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <th width="25" height="25" background="templates/me-systems//images/scroller_left.gif" scope="col"></th> <th height="25" background="templates/me-systems//images/scroller_center.gif" scope="col"></th> <th width="23" height="25" background="templates/me-systems//images/scroller_right.gif" scope="col"></th> </tr> </table></td> </tr> <tr> <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="173" height="37" background="templates/me-systems//images/top2_left.gif" scope="col"></td> <th width="18" height="37" background="templates/me-systems//images/top2_center_left.gif" scope="col"></th> <th height="37" background="templates/me-systems//images/top2_center.gif" scope="col"></th> <th width="18" height="37" background="templates/me-systems//images/top2_center_right.gif" scope="col"></th> <th width="172" height="37" background="templates/me-systems//images/top2_right.gif" scope="col"></th> </tr> <tr> <th width="173" valign="top" background="templates/me-systems//images/table_bg_links.gif" scope="col"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="173" background="templates/me-systems//images/menue_bg.gif" scope="col"><div align="left"><span class="boxText Stil8"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <th width="4" scope="col"></th> <th scope="col"><div align="left"> <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><span class="boxText"><font size="1" face="Verdana, Arial, Helvetica, sans-serif"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="infoBoxHeading"></td> <td width="100%" height="14" class="infoBoxHeading"> <font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#000000">Willkommen zur?ck!</font></td> <td height="14" class="infoBoxHeading" nowrap></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0" class="infoBox"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0" class="infoBoxContents"> <tr> <td></td> </tr> <tr> <td align="left" class="boxText"><font size="1" face="Verdana, Arial, Helvetica, sans-serif"> <table border="0" width="100%" cellspacing="0" cellpadding="0"><form name="login" method="post" action="http://www.me-systems.net/login.php?action=process"> <tr> <td align="left" class="main">eMail Adresse:</td> </tr> <tr> <td align="left" class="main"><input type="text" name="email_address" maxlength="96" size="20" value=""></td> </tr> <tr> <td align="left" class="main">Passwort:</td> </tr> <tr> <td align="left" class="main"><input type="password" name="password" maxlength="40" size="20" value=""></td> </tr> <tr> <td class="main" align="center"><input type="image" src="templates/me-systems/buttons/german/button_login.gif" border="0" alt="Anmelden" title=" Anmelden "></td> </tr> </form></table> </font></td> </tr> <tr> <td></td> </tr> </table> </td> </tr> </table></td> </tr> </table> </span></font></p> </td> <td width="16" scope="col"></td> </tr> <tr> <td width="8" scope="col"></td> <td scope="col"><font face="Verdana, Arial, Helvetica, sans-serif"><span class="Stil8"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="infoBoxHeading"></td> <td width="100%" height="14" class="infoBoxHeading"> <font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#000000">Warenkorb</font></td> <td height="14" class="infoBoxHeading" nowrap></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0" class="infoBox"> <tr> <td bgcolor="#ffffff" class="main"><div align="center"> Sie haben noch keine Produkte in Ihrem Warenkorb.</div></td> </tr> </table></td> </tr> </table> </span></font></td> <td width="16" scope="col"></td> </tr> </table> </td> </tr> <tr> <td width="172" height="37" background="templates/me-systems//images/info_bg_ende.gif"></td> </tr> <tr> <td width="172" height="37" background="templates/me-systems//images/info_bg_start.gif"></td> </tr> <tr> <td width="172" background="templates/me-systems//images/info_bg.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <th width="8" scope="col"></th> <td scope="col"><span class="Stil8"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents"> <tr> <td></td> </tr> <tr> <td align="center" class="boxText"><font size="1" face="Verdana, Arial, Helvetica, sans-serif"> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="100%" height="14" align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Schnellkauf</font></td> </tr> </table> <form name="quick_add" method="post" action="http://www.me-systems.net/index.php?action=add_a_quickie"> <input type="text" name="quickie" size=10><input type="image" src="templates/me-systems/buttons/german/button_add_quick.gif" border="0" alt="In den Korb legen" title=" In den Korb legen "> <center>Bitte geben Sie die Artikelnummer aus unserem Katalog ein.</font></form> </td> </tr> <tr> <td></td> </tr> </table> </td> </tr> </table></td> </tr> </table> </span></td> <th width="16" scope="col"></th> </tr> </table></td> </tr> <tr> <td width="172" height="37" background="templates/me-systems//images/info_bg_ende.gif"></td> </tr> <tr> <td width="172" height="37" background="templates/me-systems//images/info_bg_start.gif"></td> </tr> <tr> <td width="172" background="templates/me-systems//images/info_bg.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <th width="8" scope="col"></th> <td scope="col"><span class="Stil8"><span class="boxText Stil8"> </span></span></td> <th width="14" scope="col"></th> </tr> </table> </td> </tr> <tr> <td width="172" height="37" background="templates/me-systems//images/info_bg_ende.gif"></td> </tr> </table></th> </tr> <tr> <td width="173" height="22" background="templates/me-systems//images/footer_luecke_links.gif" scope="col"></td> <td width="18" height="22" background="templates/me-systems//images/bottom_center_left.gif" scope="col"></td> <td height="22" align="left" valign="top" background="templates/me-systems//images/bottom_center.gif" scope="col"></td> <td width="18" height="22" background="templates/me-systems//images/bottom_center_right.gif" scope="col"></td> <td width="172" height="22" background="templates/me-systems//images/footer_luecke_rechts.gif" scope="col"></td> </tr> </table></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="21" height="30" background="templates/me-systems//images/footer_left.gif" scope="col"></td> <td height="30" background="templates/me-systems//images/footer_luecke.gif" scope="col"></td> <td width="577" height="30" background="templates/me-systems//images/copyright.gif" scope="col"></td> <td height="30" background="templates/me-systems//images/footer_luecke.gif" scope="col"></td> <td width="18" height="30" background="templates/me-systems//images/footer_right.gif" scope="col"></td> </tr> </table></th> </tr> </table> <div align="center"><font size="1"><font color="#c0c0c0"> Alle Preise verstehen sich zzgl. der gesetzl. MwSt. und zzgl. der Versandkosten. Alle Angebote sind freibleibend! Bilder und Beschreibungen können abweichen! Dieser Shop wurde mit xt:Commerce erstellt. xt:Commerce ist als freie Software unter der GNU/GPL Lizenz erhältlich. eCommerce Engine © 2004 </font> http://www.xt-commerce.com'> <font color="#c0c0c0">xt:Commerce</font></font></div> <div align="center"></div></td> <td width="10"></td> </tr> </table> Link to comment Share on other sites More sharing options...
Guest eickmeier Posted April 8, 2005 Report Share Posted April 8, 2005 wenn ich auf "erweiterte Suche" klicke, dann geht das! :-( Link to comment Share on other sites More sharing options...
Guest eickmeier Posted April 8, 2005 Report Share Posted April 8, 2005 wenn ich auf "erweiterte Suche" klicke, dann geht das! :-( Link to comment Share on other sites More sharing options...
polkhigh33 Posted April 8, 2005 Report Share Posted April 8, 2005 Ich gucke doch jetzt nicht alle "boxes" durch...meine g?te, soviel sinds doch nicht..... in frage kommen doch nur die mir eingabefeldern drin, also add a quickie, search und login zb.wenn ich auf "erweiterte Suche" klicke, dann geht das! :-(klar, das ist ja auch nur ein link auf die advanced_search.html. Link to comment Share on other sites More sharing options...
Guest eickmeier Posted April 8, 2005 Report Share Posted April 8, 2005 Ich finde es einfach nicht... :-( Link to comment Share on other sites More sharing options...
polkhigh33 Posted April 8, 2005 Report Share Posted April 8, 2005 bekommen wir schon hin. poste mal deine box_search.html Link to comment Share on other sites More sharing options...
dreamer Posted April 9, 2005 Report Share Posted April 9, 2005 Hallo eickmeier schau mal in folgenden Dateien nach dem Form-Tag: box_add_a_quickie.html box_search.html box_search_temp.html box_add_a_quickie.html Suche dort nach </form> Findest due es nicht, muss es eingef?gt werden. Gru? Dreamer Link to comment Share on other sites More sharing options...
Guest eickmeier Posted April 11, 2005 Report Share Posted April 11, 2005 Hallo. Hier ist wie gew?nscht meine box_search.html: {config_load file="$language/lang_$language.conf" section="boxes"} <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0" class="infoBox"> <tr> <td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="infoBoxContents"> <tr> <td></td> </tr> <tr> <center>Suchen</center> <td align="center" class="boxText"> {$FORM_ACTION} <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="67%" align="right" valign="middle">{$INPUT_SEARCH}</td> <td width="33%" align="left" valign="middle">{$BUTTON_SUBMIT}</td> </tr> </table> {#text_advanced_search#}</form> </td> </tr> <tr> <td></td> </tr> </table> </td> </tr> </table></td> </tr> </table> Kann ich sonst noch was tun? Gru? und Dank, der Martin. Link to comment Share on other sites More sharing options...
Guest eickmeier Posted April 11, 2005 Report Share Posted April 11, 2005 Originally posted by dreamer@Apr 9 2005, 19:12 PM Hallo eickmeier schau mal in folgenden Dateien nach dem Form-Tag: box_add_a_quickie.html box_search.html box_search_temp.html box_add_a_quickie.html Suche dort nach </form> Findest due es nicht, muss es eingef?gt werden. Gru? Dreamer Olla. Ich habe alles so gemacht, wie du es sagtest... In den angegebenen Formularen war der Tag "</fom>" drin! Was mir allerdings aufgefallen ist: Ich habe die Datei: "box_search_temp.html " nicht. Ist das korrekt in der 2er Version? Gru? und Dank, der Martin. Link to comment Share on other sites More sharing options...
polkhigh33 Posted April 11, 2005 Report Share Posted April 11, 2005 probiers mal mit der box_search.html{config_load file="$language/lang_$language.conf" section="boxes"} <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0" class="infoBox"> <tr> <td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="infoBoxContents"> <tr> <td><img src="{$tpl_path}img/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> <tr> <center>Suchen</center> <td align="center" class="boxText"> {$FORM_ACTION} <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="67%" align="right" valign="middle">{$INPUT_SEARCH}</td> <td width="33%" align="left" valign="middle">{$BUTTON_SUBMIT}</td> </tr></form> </table> <b> <a href="{$LINK_ADVANCED}">{#text_advanced_search#}</a> </b> </td> </tr> <tr> <td><img src="{$tpl_path}img/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> </table> </td> </tr> </table></td> </tr> </table> eine box_search_temp.html ist mir allerdings auch unbekannt, vll ein rest aus dreamer's templatebaustelle ? Link to comment Share on other sites More sharing options...
Guest eickmeier Posted April 11, 2005 Report Share Posted April 11, 2005 Nein. Vielen Dank f?r den Tipp, polkhigh33, aber das hat leider auch nicht geholfen! Ihr k?nnt euch das alles gerne mal ansehen! Klickt dazu bitte einfach auf DIESEN LINK! Gru?, der Martin. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.