#1 (permalink)  
Alt 14.04.2005, 21:59
 
Registriert seit: 02.02.2005
Beiträge: 46
Standard

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #2 (permalink)  
Alt 14.04.2005, 23:54
 
Registriert seit: 12.04.2004
Beiträge: 775
Standard

Also das was ich da auf dem Bild sehe kannste komplett in der html datei machen. Da mu?te an keine php ran..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #3 (permalink)  
Alt 15.04.2005, 01:19
 
Registriert seit: 23.07.2004
Beiträge: 100
Standard

Wie schon mein Vorredner sagte, ohne Probs mit der "product_listing_v1" zu realisieren.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #4 (permalink)  
Alt 15.04.2005, 14:20
Erfahrener Benutzer
 
Registriert seit: 11.02.2005
Beiträge: 1.956
Standard

Zitat:
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #5 (permalink)  
Alt 15.04.2005, 15:31
 
Registriert seit: 02.02.2005
Beiträge: 46
Standard

also wenn ich das so versuche zu machen, dann gibt er mir folgende fehlermeldung raus:

Code:
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.

Code:
{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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #6 (permalink)  
Alt 15.04.2005, 16:15
Erfahrener Benutzer
 
Registriert seit: 11.02.2005
Beiträge: 1.956
Standard

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}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #7 (permalink)  
Alt 15.04.2005, 18:49
 
Registriert seit: 02.02.2005
Beiträge: 46
Standard

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 ?

Code:
{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}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #8 (permalink)  
Alt 15.04.2005, 19:37
Erfahrener Benutzer
 
Registriert seit: 11.02.2005
Beiträge: 1.956
Standard

Ich wei? nicht, was du jetzt hier gepostet hast, aber das ist schonmal (zumindest im Normallfall) falsch:

Zitat:

{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.



Zitat:

</td></tr>




</table>
</td>
</tr>{/foreach}
</table>




<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>{$NAVIGATION}</td>
</tr>
</table>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #9 (permalink)  
Alt 15.04.2005, 20:55
 
Registriert seit: 02.02.2005
Beiträge: 46
Standard

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #10 (permalink)  
Alt 15.04.2005, 21:12
Erfahrener Benutzer
 
Registriert seit: 11.02.2005
Beiträge: 1.956
Standard

Zitat:
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
Antwort

Lesezeichen

Stichworte
ndern, productlistingv1

Themen-Optionen
Ansicht

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are aus
Pingbacks are aus
Refbacks are aus



Alle Zeitangaben in WEZ +1. Es ist jetzt 22:17 Uhr.

Copyright © 2011 xt:Commerce GmbH / xt:Commerce International Ltd. - All Rights Reserved

xt:Commerce is a SafeCharge brand