cosmo123 Posted April 14, 2005 Report Share Posted April 14, 2005 hallo leute. ich h?tte gerne mal gewusst welche ?nderungen man vornehmen muss, damit die product_listing_v1 so aussieht, wie auf diesem Bild hier. um hilfe w?re ich sehr dankbar. PS. die product_listing_v1.html zu ?ndern ist nicht das prob, aber ich wei? das man da auch noch was in einer "small.php" datei ?ndern muss. Link to comment Share on other sites More sharing options...
Seven-Art Posted April 14, 2005 Report Share Posted April 14, 2005 Also das was ich da auf dem Bild sehe kannste komplett in der html datei machen. Da mu?te an keine php ran.. Link to comment Share on other sites More sharing options...
warp Posted April 15, 2005 Report Share Posted April 15, 2005 Wie schon mein Vorredner sagte, ohne Probs mit der "product_listing_v1" zu realisieren. Link to comment Share on other sites More sharing options...
smedder Posted April 15, 2005 Report Share Posted April 15, 2005 Originally posted by warp@Apr 15 2005, 02:19 AM Wie schon mein Vorredner sagte, ohne Probs mit der "product_listing_v1" zu realisieren. Sicher, dass man auch den Erscheinungstermin und die Versandzeit da ohne Probleme reinbekommt? Link to comment Share on other sites More sharing options...
cosmo123 Posted April 15, 2005 Author Report Share Posted April 15, 2005 also wenn ich das so versuche zu machen, dann gibt er mir folgende fehlermeldung raus: Fatal error: Smarty error: [in xtc2/module/product_listing/product_listing_v1.html line 69]: syntax error: mismatched tag {/foreach}. expected {/if} (opened line 51). (Smarty_Compiler.class.php, line 2199) in /homepages/6/d117928129/htdocs/shop/includes/classes/smarty_2.6.2/Smarty.class.php on line 1102 hier ist mal mein quelltext aus der product_listing_v1. {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" face="Verdana, Arial, Helvetica, sans-serif"><strong><font color="#666666" size="4">{$CATEGORIES_NAME}</font></strong> </font></td> <td align="right"></td> </tr> </table> {if $CATEGORIES_DESCRIPTION} <font size="1" face="Verdana, Arial, Helvetica, sans-serif"> <br> {$CATEGORIES_DESCRIPTION}</font> <br>{if $CATEGORIES_IMAGE}<img src="{$CATEGORIES_IMAGE}">{/if} <br> {/if} { if $MANUFACTURER_DROPDOWN} <br> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="main"><div align="right">{#text_show#} {$MANUFACTURER_DROPDOWN}</div></td> </tr> </table> <br> {/if} </table> </td> </tr> </table> <br> <table width="100%" border="0" cellspacing="0" cellpadding="0"> {foreach name=aussen item=module_data from=$module_content} <tr> <table width="100%" border="0" cellspacing="0" cellpadding="2"> <tr> <td colspan="3"></td> </tr> <tr> <td colspan="2" bgcolor="#d2e6ba" class="main"> <strong><a href="{$module_data.PRODUCTS_LINK}">{$module_data.PRODUCTS_NAME}</a></strong> </td><td bgcolor="#d2e6ba" align="right" class="main"> <b>{$module_data.PRODUCTS_PRICE}</b> </td> </tr> <tr> <td width="1" valign="top" rowspan="3"> {if $module_data.PRODUCTS_IMAGE!=''}<a href="{$module_data.PRODUCTS_LINK}"><img src="{$module_data.PRODUCTS_IMAGE}" border="0"></a>{/if} </td><td style="border-right:0px #b0b0b0 solid;" colspan="2" class="main"> {$module_data.PRODUCTS_SHORT_DESCRIPTION} </td> </tr> <tr> <td style="border-right:0px #b0b0b0 solid;" colspan="3"></td> </tr> <tr> <td align="left" class="main">{if $module_data.SHIPPING_NAME}{#text_shippingtime#} </td><td class="main" style="border-right:0px #b0b0b0 solid;" align="right">{$module_data.BUTTON_BUY_NOW} </td></tr> </table> </td> </tr> </table> </td> </tr> </table> </div></td> </tr> {/foreach} </table> <br> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td>{$NAVIGATION}</td> </tr> </table> {if $result=='false'} <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td style="border: 1px solid; border-color: #ff0000;" bgcolor="#FFCCCC"><div align="center"><strong><font size="2" face="Verdana, Arial, Helvetica, sans-serif">{#text_noproduct#}</font></strong></div></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="right"><br> {$BUTTON}</td> </tr> </table> {/if} au?erdem w?rde ich es auch gerne so haben, dass wenn er titel unter FSK18 f?llt, ein Hinweis an die Stelle des "Kaufen-Buttons" kommt, der auf eine beliebige Seite verweist. Link to comment Share on other sites More sharing options...
smedder Posted April 15, 2005 Report Share Posted April 15, 2005 Ich hab mir das jetzt nicht alles durchgelesen, aber du musst nach jeder If-Schleife auch wieder eine Ende-Tag ({/if}) f?r diese Schleife setzen. Die Fehlermeldung ist eigentlich ziemlich deutlich. Er erwartet ein {/if} und es kommt ein unpassendes {/foreach} Link to comment Share on other sites More sharing options...
cosmo123 Posted April 15, 2005 Author Report Share Posted April 15, 2005 ok ich habe jetzt nochmal ein bisschen rumgebastelt, die fehlermeldung ist wech, aber die rechte navigationspalte wird dann von den artikel nach unten an den rand gedr?ckt. das hei?t, die rechte navigation, also der login etc., m?ssen irgendwie in einen table der product_listing eingeschlossen sein, finde die fehlerhafte stelle aber leider nicht. entdeckt ihr den fehler ? {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" face="Verdana, Arial, Helvetica, sans-serif"><strong><font color="#666666" size="4">{$CATEGORIES_NAME}</font></strong> </font></td> <td align="right"></td> </tr> </table> {if $CATEGORIES_DESCRIPTION} <font size="1" face="Verdana, Arial, Helvetica, sans-serif"> <br> {$CATEGORIES_DESCRIPTION}</font> <br>{if $CATEGORIES_IMAGE}<img src="{$CATEGORIES_IMAGE}">{/if} <br> {/if} { if $MANUFACTURER_DROPDOWN} <br> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="main"><div align="right">{#text_show#} {$MANUFACTURER_DROPDOWN}</div></td> </tr> </table> <br> {/if} <br> <table width="100%" border="0" cellspacing="0" cellpadding="0"> {foreach name=aussen item=module_data from=$module_content} <tr> <table width="100%" border="0" cellspacing="0" cellpadding="2"> <tr> <td colspan="3"></td> </tr> <tr> <td colspan="2" bgcolor="#d2e6ba" class="main"> <strong><a href="{$module_data.PRODUCTS_LINK}">{$module_data.PRODUCTS_NAME}</a></strong> </td><td bgcolor="#d2e6ba" align="right" class="main"> <b>{$module_data.PRODUCTS_PRICE}</b> </td> </tr> <tr> <td width="1" valign="top" rowspan="3"> {if $module_data.PRODUCTS_IMAGE!=''}<a href="{$module_data.PRODUCTS_LINK}"><img src="{$module_data.PRODUCTS_IMAGE}" border="0"></a>{/if} </td><td style="border-right:0px #b0b0b0 solid;" colspan="2" class="main"> {$module_data.PRODUCTS_SHORT_DESCRIPTION} </td> </tr> <tr> <td style="border-right:0px #b0b0b0 solid;" colspan="3"></td> </tr> <tr> <td align="left" class="main">{if $module_data.SHIPPING_NAME}{#text_shippingtime#}{/if} </td><td class="main" style="border-right:0px #b0b0b0 solid;" align="right">{$module_data.BUTTON_BUY_NOW} </td></tr> </table> </td> </tr>{/foreach} </table> <br> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td>{$NAVIGATION}</td> </tr> </table> {if $result=='false'} <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td style="border: 1px solid; border-color: #ff0000;" bgcolor="#FFCCCC"><div align="center"><strong><font size="2" face="Verdana, Arial, Helvetica, sans-serif">{#text_noproduct#}</font></strong></div></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="right"><br> {$BUTTON}</td> </tr> </table> {/if} Link to comment Share on other sites More sharing options...
smedder Posted April 15, 2005 Report Share Posted April 15, 2005 Ich wei? nicht, was du jetzt hier gepostet hast, aber das ist schonmal (zumindest im Normallfall) falsch: {config_load file="$language/lang_$language.conf" section="index"} Und das die Navigation verschoben ist, ist kein wunder, wenn du alle Tabellen schlie?t und eine neue aufmachst f?r die Navigation, dann geht das auch nicht. </td></tr> </table> </td> </tr>{/foreach} </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td>{$NAVIGATION}</td> </tr> </table> Link to comment Share on other sites More sharing options...
cosmo123 Posted April 15, 2005 Author Report Share Posted April 15, 2005 die quelltexte die du da gequotet hast sind aber auch so in der originalen datei product_listing_v1.html so wie ich sie gepostet habe. Link to comment Share on other sites More sharing options...
smedder Posted April 15, 2005 Report Share Posted April 15, 2005 Originally posted by cosmo123@Apr 15 2005, 21:55 PM die quelltexte die du da gequotet hast sind aber auch so in der originalen datei product_listing_v1.html so wie ich sie gepostet habe. Ach, sorry, hab mal wieder product_listing und product_info verwechselt. Link to comment Share on other sites More sharing options...
cosmo123 Posted April 16, 2005 Author Report Share Posted April 16, 2005 hat denn sonst keiner mehr eine idee ? ich dreh noch durch, andere seiten bekommen das doch auch hin :cry: Link to comment Share on other sites More sharing options...
cosmo123 Posted April 16, 2005 Author Report Share Posted April 16, 2005 ok habe das gr?bste jetzt hinbekommen. aber wie bekomme ich das hin, das bei 18er titeln automatisch an die stelle des kaufen-buttons ein link gesetzt wird, der auf eine gew?nschte seite verweist. achja, und wie bekomme ich 2 artikel nebeneinander. standardm??ig sind ja immer alle untereinander, ich m?chte aber gerne 2 nebeneinander haben, was sich dann nach unten fortsetzt. danke Link to comment Share on other sites More sharing options...
cosmo123 Posted April 19, 2005 Author Report Share Posted April 19, 2005 hallo ? plz help ! Link to comment Share on other sites More sharing options...
cosmo123 Posted April 21, 2005 Author Report Share Posted April 21, 2005 also ich habe soweit alles hinbekommen. aber mir ist nun aufgefallen, dass wenn man nicht in eine kategorie geht um einen artikel anzuschauen, sondern man die suchen-funktion des systems nutzt, man zwar den gesuchten artikel in dem gew?nschten layout vom product_listings_v1.html sieht, aber die zelle "Versandfertig: 3-4 Werktage" o.?. fehlt. warum ist das so. habe ich ja noch irgendwas falsch eingegeben ? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.