allergico Posted April 27, 2008 Report Share Posted April 27, 2008 Guten Morgen, ich versuche seit fast zwei Stunden, große Bilder in die product_listing.html einzufügen. D.h. ich will exakt die gleichen "Vorschaubilder" haben wie in der product_info_v1.html. Das gelingt mir schlichtweg nicht. Ich habe versucht, die Variable $PRODUCT_IMAGE in $PRODUCT_IMAGE_1 umzubenennen und einige unterschiedliche Code-Schnipsel aus der product_info_v1.html in den product_listing.html Syntax zu übernehmen. Ohne Erfolg. Aktuell sieht der Anfang meines Codes so aus: {config_load file="$language/lang_$language.conf" section="index"} <h1>{$CATEGORIES_NAME}</h1> {if $CATEGORIES_DESCRIPTION} <p>{$CATEGORIES_DESCRIPTION}</p> <div class="hrproductpreview"></div> {/if} {if $MANUFACTURER_DROPDOWN}{$MANUFACTURER_DROPDOWN}{/if} <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> {foreach name=aussen item=module_data from=$module_content} {php} $col++; {/php} <td valign="top" style="border:1px solid #C9C9C9;" height="300"> <table class="productPreview" width="250" height="350" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="productPreviewContent" colspan="2"> <h2><a href="{$module_data.PRODUCTS_LINK}">{$module_data.PRODUCTS_NAME}</a></h2> </td> </tr> <tr> <td colspan="2" align="center"> [COLOR="Red"]{if $module_data.PRODUCTS_IMAGE!=''}<a href="{$module_data.PRODUCTS_LINK}"><img src="{$module_data.PRODUCTS_IMAGE}" alt="{$module_data.PRODUCTS_NAME}" class="productImageBorder"></a>{/if}[/COLOR] </td> </tr> Wer kann mir hier weiterhelfen? Danke, Michael Link to comment Share on other sites More sharing options...
justus Posted April 27, 2008 Report Share Posted April 27, 2008 Hi, im Admin unter Konfiguration und Bild Optionen dort kannst Du doch die Größe deiner Bilder anpassen. Link to comment Share on other sites More sharing options...
allergico Posted April 27, 2008 Author Report Share Posted April 27, 2008 Hi, danke für die Info. Ich hatte mir das auch schon überlegt, allerdings möchte ich in der Kategorienauflistung bzw. in der Liste "Neue Produkte" die Bilder klein lassen. Gruß, Michael Link to comment Share on other sites More sharing options...
allergico Posted April 27, 2008 Author Report Share Posted April 27, 2008 Hi, ich bin ein klitzekleines bißchen weiter gekommen und habe festgestellt, dass hier wohl in der product_listing.php gearbeitet werden muss. Komischerweise werden dort aber nur Kategorienbilder geladen, nicht wie in der product_info.php, in der die Artikelbilder geladen werden. Wer kann hier weiterhelfen? Danke, Michael Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.