Snak3 Posted January 2, 2005 Report Share Posted January 2, 2005 Erstmal ein frohes neues Jahr an alle hier !!! Ich habe folgendes Problem mit dem neuen Template von pages24 Wenn ich in die Kategorie zb Scanner gehe, dort auf ein Artikelbild klicke l?uft alles Super (Produktbeschreibung usw. wird angezeigt ). Klicke ich aber nicht auf das Bild sondern auf den Text zb: Sca CANON CanoScan 3000ex bekomme ich folgende Meldung im Browser :The requested URL /{$module_data.PRODUCTS_LINK} was not found on this server. Es wird versucht diese Seite zu ?ffnen :http:www.meine seite.de/%7B$module_data.PRODUCTS_LINK%7D Was muss ich bitte ?ndern um das Template nutzen zu k?nnen ?? Link to comment Share on other sites More sharing options...
pages24 Posted January 2, 2005 Report Share Posted January 2, 2005 hi snak3 Fehlerteufel war gerade da. ?ffne mal in \templates\deintemplate\module\product_listing\product_listing_v1.html mit html-editor und ?ndere das %7B$module_data.PRODUCTS_LINK in {$module_data.PRODUCTS_LINK} sorry gru? pages24.de .. Link to comment Share on other sites More sharing options...
Snak3 Posted January 2, 2005 Author Report Share Posted January 2, 2005 Danke f?r die Mega schnelle Antwort !!! werde ich gleich sofort mal ?ndern !!! ps: Template sieht wirklich Klasse aus !! Link to comment Share on other sites More sharing options...
pages24 Posted January 2, 2005 Report Share Posted January 2, 2005 ich poste mal den code der \templates\deintemplate\module\product_listing\product_listing_v1.html {config_load file="$language/lang_$language.conf" section="index"} <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td><font size="1"><font color="#666666" size="2" face="Verdana, Arial, Helvetica, sans-serif"> <font color="#000000">Kategorie:</font></font></font><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><font color="#666666" size="2"> <font color="#3D5272">{$CATEGORIES_NAME}</font></font> </font></td> <td align="right"></td> </tr> </table> {if $CATEGORIES_DESCRIPTION} <font size="1" face="Verdana, Arial, Helvetica, sans-serif"> {$CATEGORIES_DESCRIPTION}</font> {if $CATEGORIES_IMAGE}{/if} <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td style="border-bottom: 1px solid; border-color: #000000;"></td> </tr> </table> {/if} { if $MANUFACTURER_DROPDOWN} <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="main"><div align="right">{#text_show#} {$MANUFACTURER_DROPDOWN}</div></td> </tr> </table> {/if} <table width="100%" border="0" cellspacing="0" cellpadding="4"> <tr> <td width="145" bgcolor="#EAF0F4"> <div align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">Voransicht</font></div> </td> <td bgcolor="#EAF0F4"> <div align="left"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Kurzbeschreibung</font></div> </td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <div align="center"> <table style="border-top: 2px solid; border-color: #d4d4d4;" width="100%" border="0" bgcolor="#F8F8F8"> {foreach name=aussen item=module_data from=$module_content} <tr> <td width="1" rowspan="2" style="border-bottom: 1px solid; border-color: #cccccc;" valign="top">{if $module_data.PRODUCTS_IMAGE!=''}{/if} {if $module_data.PRODUCTS_FSK18=='true'} {/if} </td> <td class="main" valign="top"><a href={$module_data.PRODUCTS_LINK}>{$module_data.PRODUCTS_NAME}</a></td> </tr> <tr> <td style="border-bottom: 1px solid; border-color: #cccccc;" class="main" valign="top"> {$module_data.PRODUCTS_SHORT_DESCRIPTION} <table width="100%" border="0" cellspacing="0" cellpadding="0" align="right"> <tr valign="middle"> <td align="right" width="55%"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Unser Preis:</font></td> <td align="center" width="340" valign="middle" height="30"><font color="#333333" size="2" face="Verdana, Arial, Helvetica, sans-serif"><font color="#FF6600">{$module_data.PRODUCTS_PRICE}</font></font></td> <td align="center" width="100" valign="top"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">{$module_data.BUTTON_BUY_NOW}</font></td> </tr> </table> </td> </tr> {/foreach} </table> </div></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td>{$NAVIGATION}</td> </tr> </table> sollte dann laufen... :pst: :pst: gru? pages24.de .. Link to comment Share on other sites More sharing options...
Snak3 Posted January 2, 2005 Author Report Share Posted January 2, 2005 Danke funktioniert nun !! Link to comment Share on other sites More sharing options...
pages24 Posted January 2, 2005 Report Share Posted January 2, 2005 na dann ist ja alles ok :bounce: gru? .. Link to comment Share on other sites More sharing options...
Weasel Posted February 26, 2005 Report Share Posted February 26, 2005 Hallo, bei mir hat das leider nicht geholfen, oder hat das ganze ne Cache, welche erst gel?scht werden muss? Link to comment Share on other sites More sharing options...
pages24 Posted February 27, 2005 Report Share Posted February 27, 2005 # Hi Weasel Im Admin Cache auf FALSE dann klappts auch mit dem Nachbarn, eeeh Fehler. Gru? pages24 . Link to comment Share on other sites More sharing options...
Weasel Posted February 28, 2005 Report Share Posted February 28, 2005 lag nicht daran, sondern das ich template 003 gemacht hatte, aber 002 gew?hlt war. 003 hat den selben fehler Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.