Neuigkeiten
  • Die modified eCommerce Shopsoftware ist kostenlos, aber nicht umsonst.
    Spenden
  • Damit wir die modified eCommerce Shopsoftware auch zukünftig kostenlos anbieten können:
    Spenden
  • Thema: product_listing zweispaltig - Fehler in der Darstellung

    shakedealer

    • Frisch an Board
    • Beiträge: 85
    Hey, vielleicht könnt ihr mir weiterhelfen? Und zwar, werden meine Produkte in der zweispaltigen Ansicht nicht korrekt dargestellt.

    Hier der Code meiner product_listing.htm:

    Code: PHP  [Auswählen]
    {config_load file="$language/lang_$language.conf" section="index"}
     
    <h1>{$CATEGORIES_HEADING_TITLE}</h1>
     
    {if $CATEGORIES_DESCRIPTION}
        <p>{$CATEGORIES_DESCRIPTION}</p>
        <div class="h3"> </div>
    {/if}
     
    {if $MANUFACTURER_DROPDOWN}
        {$MANUFACTURER_DROPDOWN}
    {/if}
    <p>
    {foreach name=aussen item=module_data from=$module_content}
    <div style="float:left; width:470px; padding-top:18px; padding-left:0px; background-color:#FFFFFF;">
      <table width="480px" style="border:1px solid #DDDDDD;" bgcolor="#FFFFFF" align="center" border="0" cellpadding="0" cellspacing="2">
          <td valign="top" height="350px" style="border-bottom:0px solid #000000;">
            <table width="100%" border="0" cellpadding="0" cellspacing="0">
                <tr>
                    <td height="104" align="center" valign="middle" bgcolor="#FFFFFF" style="padding-right:0px;">
                        {if $module_data.PRODUCTS_IMAGE!=''}
                            <a href="{$module_data.PRODUCTS_LINK}"><img src="{$module_data.PRODUCTS_IMAGE}" alt="{$module_data.PRODUCTS_NAME}" /></a>
                        {else}
                            <strong>Kein Bild vorhanden!</strong>
                        {/if}
                    </td>
                </tr>
                <tr>
                    <td height="40" class="productPreviewContent">
                        <!-- <h2><a href="{$module_data.PRODUCTS_LINK}">{$module_data.PRODUCTS_NAME}</a></h2> -->
                        <center><strong>
                    <a href="{$module_data.PRODUCTS_LINK}">{$module_data.PRODUCTS_NAME}</a></strong><p class="price">{$module_data.PRODUCTS_PRICE}<!--{$module_data.PRODUCTS_ID}--></p>
                        <!--<p class="taxandshippinginfo">{$module_data.PRODUCTS_TAX_INFO}{if $module_data.PRODUCTS_WEIGHT > '0'} {$module_data.PRODUCTS_SHIPPING_LINK} {/if}
    {if $module_data.PRODUCTS_WEIGHT == '0'} {#title_versandkostenfrei#}{/if}</p>
                       {if $module_data.PRODUCTS_VPE}<p class="vpe">{$module_data.PRODUCTS_VPE}</p>{/if}-->
                </td>
                </tr>
                        </table>
          </td>
        </tr>
      </table>
    </div>
    {/foreach}
    <div style="clear:left; margin-bottom:0px;"></div>
    <div class="h3"> </div><br>
    {$NAVIGATION}


    Linkback: https://www.modified-shop.org/forum/index.php?topic=28414.0

    shakedealer

    • Frisch an Board
    • Beiträge: 85
    Re: product_listing zweispaltig - Fehler in der Darstellung
    Antwort #1 am: 21. November 2013, 15:06:17
    Hier der Link: http://goo.gl/gJwTCE

    Hartmut F.

    • Frisch an Board
    • Beiträge: 74
    • Geschlecht:
    Re: product_listing zweispaltig - Fehler in der Darstellung
    Antwort #2 am: 21. November 2013, 19:08:38
    Hallo.

    Du hast 480px breite Tabellen in 470px breiten DIV Containern.... Mach die Tabellen auch 470px breit, dann passt es.

    Gruß Hartmut Frings
    Shop Hosting
    6 Antworten
    3842 Aufrufe
    14. August 2011, 16:31:50 von nickibaer
    8 Antworten
    1992 Aufrufe
    11. September 2020, 11:29:07 von Tomcraft
    13 Antworten
    6163 Aufrufe
    06. Juli 2010, 22:50:11 von Haina
    2 Antworten
    2401 Aufrufe
    07. November 2010, 16:40:54 von Tomcraft
               
    anything