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: Table Listing Problem?!

    Tomcraft

    • modified Team
    • Gravatar
    • Beiträge: 46.367
    • Geschlecht:
    Table Listing Problem?!
    Antwort #15 am: 23. August 2010, 09:33:21
    Also ich habe es ausprobiert aber wenn ich dein Code einfüge ist die ganze seite weiß als ob der pfad nicht stimmen würde. danke das du mir hilfst :)

    Wo hast du denn den Code eingesetzt? Also sieht noch nicht so aus, wie ich mir das gedacht hatte, aber eine weisse Seite sehe ich nicht, da stimmt dann bei dir an anderer Stelle etwas nicht. ;-)

    Grüße

    Torsten

    DanceOnTop

    • Frisch an Board
    • Beiträge: 78
    Table Listing Problem?!
    Antwort #16 am: 23. August 2010, 09:57:35
    hi,
    ich habe den code in der datei

    "/meinshop/templates/xtc5/module/product_options/table_listing_attributes.html" ersetzt ist das richtig?

    gruß danceontop

    Tomcraft

    • modified Team
    • Gravatar
    • Beiträge: 46.367
    • Geschlecht:
    Table Listing Problem?!
    Antwort #17 am: 23. August 2010, 10:27:23
    Ja, ist richtig... kann ich mir gerade ehrlich gesagt keinen Reim drauf machen. :?

    Grüße

    Torsten

    DanceOnTop

    • Frisch an Board
    • Beiträge: 78
    Table Listing Problem?!
    Antwort #18 am: 23. August 2010, 11:36:09
    so keine weiße seite mehr aber nun sieht es so aus habe mal bilder reingestellt

      [ Für Gäste sind keine Dateianhänge sichtbar ] [ Für Gäste sind keine Dateianhänge sichtbar ]

    DanceOnTop

    • Frisch an Board
    • Beiträge: 78
    Table Listing Problem?!
    Antwort #19 am: 23. August 2010, 13:30:45
    Jungs und mädels keine verbesserungen :O

    Tomcraft

    • modified Team
    • Gravatar
    • Beiträge: 46.367
    • Geschlecht:
    Table Listing Problem?!
    Antwort #20 am: 23. August 2010, 14:42:06
    Ja, so sah es bei mir auch aus. *gg*

    Muss ich mir nochmal genauer anschauen, wenn ich Zeit finde und niemand schneller ist. ;-)

    Grüße

    Torsten

    DanceOnTop

    • Frisch an Board
    • Beiträge: 78
    Table Listing Problem?!
    Antwort #21 am: 23. August 2010, 17:17:04
    ok, dann mach das, ich warte.
    dankeee

    guensi

    • Viel Schreiber
    • Beiträge: 2.288
    Table Listing Problem?!
    Antwort #22 am: 23. August 2010, 22:09:45
    Ich würd in diesem Fall mal eine tabellenfreie Lösung versuchen.
    Sicherheitskopie machen und einfach mal testen, ob das einen Schritt weiter führt:

    Code: PHP  [Auswählen]
    {if $options!=''}
    <br>
    <div width="100%" border="0" padding="0">
        {foreach name=outer item=options_data from=$options}
        <div style="float:left; width:33%; height:250px; bgcolor:#f2f2f2;">
            <div style="border-bottom:1px solid #dddddd;">  <h3>{$options_data.NAME}</h3>
                            {php}
                            $count=0;
                            {/php}
                            <div style="padding-top:5px; padding-left:2px; background-color:#FFFFFF;">
                            {foreach key=key_data item=item_data from=$options_data.DATA}
                            <div>
                                    {php}
                                    $count++;
                                    if ($count==1) {
                                    <input type="radio" name="id[{$options_data.ID}]" value="{$item_data.ID}" checked="checked" />
                                    } else {
                                    <input type="radio" name="id[{$options_data.ID}]" value="{$item_data.ID}" />
                                    }
                                    {/php}
                            </div>
                            <div style="border-bottom:1px solid #dddddd;">{if $item_data.IMAGE}<img src="{$item_data.IMAGE}" alt="{$item_data.TEXT}" />{/if}</div>
                            <div style="border-bottom:1px solid #dddddd; vertical-align:top;"><strong>{$item_data.TEXT}</strong><br />{$item_data.DESCRIPTION}</div>
                            <div style="text-align:right; valign:top; border-bottom:1px solid #dddddd;">{if $item_data.PRICE}{$item_data.PREFIX}{$item_data.PRICE}{/if}</div>
                            {/foreach}
                    </div>
            </div>
        {/foreach}
    </div>
    {/if}

    GTB

    • modified Team
    • Gravatar
    • Beiträge: 6.303
    • Geschlecht:
    Table Listing Problem?!
    Antwort #23 am: 24. August 2010, 07:38:10
    ich habe es so gelöst:

    Code: PHP  [Auswählen]
    {if $options!=''}
        {foreach name=outer item=options_data from=$options}
            <div style="width:100%">
            <div><b>{$options_data.NAME}</b></div>
                    {foreach key=key_data item=item_data from=$options_data.DATA}
                            <div style="float:left; width:31%;">
                                    <div style="width:20px; float:left;"><input type="radio" name="id[{$options_data.ID}]" value="{$item_data.ID}" style="height:100%" {if $smarty.foreach.key_data.first}checked="checked" {/if} /></div>
                                    {if $item_data.IMAGE}<div><img src="{$item_data.IMAGE}" alt="{$item_data.TEXT}" /></div>{/if}
                                    <div>{$item_data.TEXT}{if $item_data.DESCRIPTION}<br />{$item_data.DESCRIPTION}{/if}</div>
                                    {if $item_data.PRICE}<div>{$item_data.PREFIX}{$item_data.PRICE}</div>{/if}
                            </div>
                    {/foreach}
            </div>
            <div style="clear:left;"></div>
            {/foreach}
    {/if}
     
    das Ganze sieht bei mir dann so aus:

      [ Für Gäste sind keine Dateianhänge sichtbar ]

    Shop Hosting
    7 Antworten
    4533 Aufrufe
    18. September 2011, 21:07:35 von Tomcraft
    3 Antworten
    1784 Aufrufe
    09. Juni 2017, 11:20:24 von awids
    2 Antworten
    3178 Aufrufe
    23. Mai 2011, 08:46:01 von GTB
    6 Antworten
    4233 Aufrufe
    03. Juni 2011, 11:38:46 von Tomcraft