#1 (permalink)  
Alt 01.07.2008, 09:03
xt:Commerce Support Kunde
 
Registriert seit: 11.04.2008
Beiträge: 6
Standard product_info in 2 Farben

Hallo liebe Community,

ich krieg das einfach nicht hin, das bei der Product_listing_v1.html die tabellen abwechselnd eine andere Farbe haben. im moment sind die spalten weiß und das sieht unübersichtlich aus.

Wäre sehr sehr nett wenn mir jemand weiterhelfen könnte, leider reichen meine HTML und CSS kenntnisse für diese Änderung absolut nicht aus.

Vergleichbare product_listing.html hab ich auch nicht gefunden und daher auch kein Lösungsansatz


so sieht momentan meine product_listing.html aus:

PHP-Code:
{config_load file="$language/lang_$language.conf" section="index"}
<
table width="100%" border="0" cellspacing="0" cellpadding="0">
  <
tr valign="top">
    <
td class="contentsTopics">{$CATEGORIES_NAME}</td>
    <
td align="right">&nbsp;</td>
  </
tr>
  <
tr valign="top">
    <
td class="contentsTopics">{$CATEGORIES_HEADING_TITLE}</td>
    <
td align="right">&nbsp;</td>
  </
tr>
  
</
table>
{if 
$CATEGORIES_DESCRIPTION}<br />
{
$CATEGORIES_DESCRIPTION}{/if}<br />{if $CATEGORIES_IMAGE}<img src="{$CATEGORIES_IMAGE}alt="{$CATEGORIES_NAME}/>
<
br />
<
table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <
tr>
    <
td style="border-bottom: 1px solid; border-color: #000000;">&nbsp;</td>
  </
tr>
</
table>
{/if}
{if 
$MANUFACTURER_DROPDOWN}<br />
<
table width="100%" border="0" cellspacing="0" cellpadding="0">
  <
tr>
    <
td class="main" align="right"><table border="0" cellspacing="0" cellpadding="0">
      <
tr>
        <
td class="main" align="right">{#text_show#}&nbsp;</td>
        
<td class="main" align="right">{$MANUFACTURER_DROPDOWN}</td>
      </
tr>
    </
table>      </td>
  </
tr>
</
table>
<
br />
{/if}
<
table width="100%" border="0" cellspacing="0" cellpadding="0">
  <
tr
    <
td align="center"
        <
table width="100%" border="0" cellpadding="0" cellspacing="0" style="border-top: 2px solid; border-color: #d4d4d4;">
          {foreach 
name=aussen item=module_data from=$module_content
          <
tr
            <
td rowspan="2" style="border-bottom: 1px solid; border-color: #cccccc;">&nbsp;{if $module_data.PRODUCTS_IMAGE!=''}<a href="{$module_data.PRODUCTS_LINK}"><img src="{$module_data.PRODUCTS_IMAGE}alt="{$module_data.PRODUCTS_NAME}/></a>{/if}
            {if 
$module_data.PRODUCTS_FSK18=='true'}<br /><img src="{$tpl_path}img/fsk18.gif" alt="" />{/if}</td>
            <
td align="left" class="main"><a href="{$module_data.PRODUCTS_LINK}"><strong>{$module_data.PRODUCTS_NAME}</strong></a></td>
          </
tr>
          <
tr
            
          <
td align="left" class="main" style="border-bottom: 1px solid; border-color: #cccccc;">{$module_data.PRODUCTS_SHORT_DESCRIPTION
            <
br />
            <
strong>{$module_data.PRODUCTS_PRICE} </strong><br />
            {
$module_data.PRODUCTS_TAX_INFO}{$module_data.PRODUCTS_SHIPPING_LINK
            {if 
$module_data.PRODUCTS_VPE}<br />{$module_data.PRODUCTS_VPE}{/if} 
            <
table width="100%" border="0" cellpadding="0" cellspacing="0">
                <
tr>
                  <
td align="right"><table width="200" border="0">
                    <
tr>
                      <
td align="right">{if $module_data.PRODUCTS_SHIPPING_NAME}
                          <
table width="200" border="0" cellpadding="0" cellspacing="0">
                            <
tr valign="middle">
                              <
td class="main">{#text_shippingtime#}</td>
                              
{if $module_data.PRODUCTS_SHIPPING_IMAGE}
                              <
td><img src="{$module_data.PRODUCTS_SHIPPING_IMAGE}alt="{$module_data.PRODUCTS_SHIPPING_NAME}/></td>
                              {/if}
                              <
td class="main">{$module_data.PRODUCTS_SHIPPING_NAME}</td>
                            </
tr>
                          </
table>
                          {/if}
                          {
$module_data.PRODUCTS_BUTTON_BUY_NOW}</td>
                    </
tr>
                  </
table></td>
                </
tr>
            </
table>            </td>
          </
tr>
          {/foreach} 
      </
table>
    </
td>
  </
tr>
</
table>
<
br />
<
table width="100%" border="0" cellspacing="0" cellpadding="0">
  <
tr>
    <
td>{$NAVIGATION}</td>
  </
tr>
</
table


vorab vielen dank für jede Hilfe !

Gruß Marco
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #2 (permalink)  
Alt 17.07.2008, 21:30
Benutzer
 
Registriert seit: 24.06.2007
Beiträge: 63
Standard

such auch nach soeiner Lösung.

(schieb hoch)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #3 (permalink)  
Alt 18.07.2008, 07:58
Benutzerbild von Hetfield
Erfahrener Benutzer
 
Registriert seit: 04.01.2005
Ort: Attendorn
Beiträge: 557
Standard

PHP-Code:
{config_load file="$language/lang_$language.conf" section="index"}
<
table width="100%" border="0" cellspacing="0" cellpadding="0">
  <
tr valign="top">
    <
td class="contentsTopics">{$CATEGORIES_NAME}</td>
    <
td align="right">&nbsp;</td>
  </
tr>
  <
tr valign="top">
    <
td class="contentsTopics">{$CATEGORIES_HEADING_TITLE}</td>
    <
td align="right">&nbsp;</td>
  </
tr>
  
</
table>
{if 
$CATEGORIES_DESCRIPTION}<br />
{
$CATEGORIES_DESCRIPTION}{/if}<br />{if $CATEGORIES_IMAGE}<img src="{$CATEGORIES_IMAGE}alt="{$CATEGORIES_NAME}/>
<
br />
<
table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <
tr>
    <
td style="border-bottom: 1px solid; border-color: #000000;">&nbsp;</td>
  </
tr>
</
table>
{/if}
{if 
$MANUFACTURER_DROPDOWN}<br />
<
table width="100%" border="0" cellspacing="0" cellpadding="0">
  <
tr>
    <
td class="main" align="right"><table border="0" cellspacing="0" cellpadding="0">
      <
tr>
        <
td class="main" align="right">{#text_show#}&nbsp;</td>
        
<td class="main" align="right">{$MANUFACTURER_DROPDOWN}</td>
      </
tr>
    </
table>      </td>
  </
tr>
</
table>
<
br />
{/if}
<
table width="100%" border="0" cellspacing="0" cellpadding="0">
  <
tr
    <
td align="center" style="border-top: 2px solid; border-color: #d4d4d4;">
        {foreach 
name=aussen item=module_data from=$module_content
        <
table width="100%" border="0" cellpadding="0" cellspacing="0" style="background-color: {cycle values="#eee,#fff"}">          
          
<tr
            <
td rowspan="2" style="border-bottom: 1px solid; border-color: #cccccc;">&nbsp;{if $module_data.PRODUCTS_IMAGE!=''}<a href="{$module_data.PRODUCTS_LINK}"><img src="{$module_data.PRODUCTS_IMAGE}alt="{$module_data.PRODUCTS_NAME}/></a>{/if}
            {if 
$module_data.PRODUCTS_FSK18=='true'}<br /><img src="{$tpl_path}img/fsk18.gif" alt="" />{/if}</td>
            <
td align="left" class="main"><a href="{$module_data.PRODUCTS_LINK}"><strong>{$module_data.PRODUCTS_NAME}</strong></a></td>
          </
tr>
          <
tr
            
          <
td align="left" class="main" style="border-bottom: 1px solid; border-color: #cccccc;">{$module_data.PRODUCTS_SHORT_DESCRIPTION
            <
br />
            <
strong>{$module_data.PRODUCTS_PRICE} </strong><br />
            {
$module_data.PRODUCTS_TAX_INFO}{$module_data.PRODUCTS_SHIPPING_LINK
            {if 
$module_data.PRODUCTS_VPE}<br />{$module_data.PRODUCTS_VPE}{/if} 
            <
table width="100%" border="0" cellpadding="0" cellspacing="0">
                <
tr>
                  <
td align="right"><table width="200" border="0">
                    <
tr>
                      <
td align="right">{if $module_data.PRODUCTS_SHIPPING_NAME}
                          <
table width="200" border="0" cellpadding="0" cellspacing="0">
                            <
tr valign="middle">
                              <
td class="main">{#text_shippingtime#}</td>
                              
{if $module_data.PRODUCTS_SHIPPING_IMAGE}
                              <
td><img src="{$module_data.PRODUCTS_SHIPPING_IMAGE}alt="{$module_data.PRODUCTS_SHIPPING_NAME}/></td>
                              {/if}
                              <
td class="main">{$module_data.PRODUCTS_SHIPPING_NAME}</td>
                            </
tr>
                          </
table>
                          {/if}
                          {
$module_data.PRODUCTS_BUTTON_BUY_NOW}</td>
                    </
tr>
                  </
table></td>
                </
tr>
            </
table>            </td>
          </
tr>          
      </
table>
      {/foreach} 
    </
td>
  </
tr>
</
table>
<
br />
<
table width="100%" border="0" cellspacing="0" cellpadding="0">
  <
tr>
    <
td>{$NAVIGATION}</td>
  </
tr>
</
table
Bitte schön!

MfG Hetfield
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #4 (permalink)  
Alt 18.07.2008, 08:11
Erfahrener Benutzer
 
Registriert seit: 28.02.2006
Beiträge: 4.010
Standard

Na Hetfield, das kannst aber doch noch besser oder?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #5 (permalink)  
Alt 18.07.2008, 08:26
Benutzerbild von Hetfield
Erfahrener Benutzer
 
Registriert seit: 04.01.2005
Ort: Attendorn
Beiträge: 557
Standard

Ja klar! Aber bei dem Quellcode... . Ferrari-Zündkerzen machen auch keinen Luxus- & Sportwagen aus einem Polo. Also reichen auch die Zündkerzen vom Polo.

MfG Hetfield
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #6 (permalink)  
Alt 18.07.2008, 08:28
Erfahrener Benutzer
 
Registriert seit: 28.02.2006
Beiträge: 4.010
Standard

Aber man kann mit Ferrari Zündkerzen besser angeben.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #7 (permalink)  
Alt 18.07.2008, 08:37
Benutzerbild von Hetfield
Erfahrener Benutzer
 
Registriert seit: 04.01.2005
Ort: Attendorn
Beiträge: 557
Standard

Aber wie viele können denn schon unter die Haube des Polos schauen? Und es gibt auch mehr Polos mit Ferrari-Aufklebern als mit Ferrari-Zündkerzen! Du verstehst...?

MfG Hetfield

PS: Dieser Thread dient nicht dazu, um dieses Forum auf Platz 1 in den Suchmaschinen zum Keyword Ferrari-Zündkerzen zu bringen.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #8 (permalink)  
Alt 18.07.2008, 09:03
Erfahrener Benutzer
 
Registriert seit: 28.02.2006
Beiträge: 4.010
Standard

kommt aber immer gut wenn man powered by Ferrari drunter schreiben kann. muuhhaa
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
Antwort

Lesezeichen

Stichworte
farben, productinfo

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


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Bestellung von versch. Farben nicht im Warenkorb BladeM26 Shopbereich 2 08.05.2008 08:46
Artikelmerkmale -Farben o.ä. mimo1000 Shopbereich 5 10.04.2007 22:26
Attribute-Artikel in verschiedenen Grössen und Farben MAD King Shopbereich 5 27.10.2006 22:22


Alle Zeitangaben in WEZ +1. Es ist jetzt 03:15 Uhr.

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

xt:Commerce is a SafeCharge brand