Wombad Posted February 19, 2008 Report Share Posted February 19, 2008 Hallo, ich habe folgenes Problem: <table width="100%" border="0" cellpadding="0" cellspacing="0"> <!-- RADIO !--> <tr> <td style="border-bottom: 1px solid;" colspan="4"><strong>Größe:</strong></td> <td></td> </tr> <tr> <td> </td> <td> <input type="radio" name="id[1]" value="2" checked="checked" /> S (+ 0,00 EUR) </td> </tr> <tr> <td> </td> <td> <input type="radio" name="id[1]" value="3" checked="checked" /> M (+ 0,00 EUR) </td> </tr> <tr> <td> </td> <td> <input type="radio" name="id[1]" value="4" checked="checked" /> L (+ 0,00 EUR) </td> </tr> </table> </div> <div class="addtobasket"> <table border="0" cellspacing="0" cellpadding="2"> <tr> <td style="width:100%"><input type="text" name="products_qty" value="1" size="3" /> <input type="hidden" name="products_id" value="156" /></td> <td><input type="image" src="templates/xtc5/buttons/german/button_in_cart.gif" alt="In den Warenkorb" title=" In den Warenkorb " /></td> </tr> </table> </div> </div> </form> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <!-- RADIO !--> <tr> <td style="border-bottom: 1px solid;" colspan="4"><strong>Größe:</strong></td> <td></td> </tr> <tr> <td> </td> <td> <input type="radio" name="id[1]" value="2" checked="checked" /> S (+ 0,00 EUR) </td> </tr> <tr> <td> </td> <td> <input type="radio" name="id[1]" value="3" checked="checked" /> M (+ 0,00 EUR) </td> </tr> <tr> <td> </td> <td> <input type="radio" name="id[1]" value="4" checked="checked" /> L (+ 0,00 EUR) </td> </tr> </table> Dabei soll der Radioteil nur einmal vorkommen. Ich habe in print_product_info.html und print_product_info.php nachgeschaut, aber nichts gefunden. Wo dran könte es liegen das der Radioteil 2 mal angezeigt wird obwohl nur ein Attribut angezeigt werden soll. Ich sage schonmal danke!!! Link to comment Share on other sites More sharing options...
Funny Posted February 19, 2008 Report Share Posted February 19, 2008 tausche deinen angegebenen code mal mit diesem aus <table width="100%" border="0" cellpadding="0" cellspacing="0"> <!-- RADIO !--> <tr> <td style="border-bottom: 1px solid;" colspan="4"><strong>Größe:</strong></td> <td></td> </tr> <tr> <td> </td> <td> <input type="radio" name="id[1]" value="2" checked="checked" /> S (+ 0,00 EUR) </td> </tr> <tr> <td> </td> <td> <input type="radio" name="id[1]" value="3" checked="checked" /> M (+ 0,00 EUR) </td> </tr> <tr> <td> </td> <td> <input type="radio" name="id[1]" value="4" checked="checked" /> L (+ 0,00 EUR) </td> </tr> </table> </div> <div class="addtobasket"> <table border="0" cellspacing="0" cellpadding="2"> <tr> <td style="width:100%"><input type="text" name="products_qty" value="1" size="3" /> <input type="hidden" name="products_id" value="156" /></td> <td><input type="image" src="templates/xtc5/buttons/german/button_in_cart.gif" alt="In den Warenkorb" title=" In den Warenkorb " /></td> </tr> </table> </div> </div> </form> Link to comment Share on other sites More sharing options...
Wombad Posted February 19, 2008 Author Report Share Posted February 19, 2008 Danke für die schnelle antwort! Aber leider kann ich den Code ja nicht ersetzen. Da ja das was angezeigt wird keine greifbare html datei ist, sondern sowas product_info.php?info=p157_efd.html. Also muss die ursache irgendwo in print_product_info.html oder print_product_info.php sein. welche Variable in der php datei beeinflussen den wie oft die Attribut Auswahl angezeigt wird?? Nochmals vielen Dank!! Link to comment Share on other sites More sharing options...
Funny Posted February 19, 2008 Report Share Posted February 19, 2008 woher stammt denn der code? hast du einfach den quelltext aus einer html-seite (iexplore) kopiert oder stammt der code aus einer php datei?? Link to comment Share on other sites More sharing options...
Wombad Posted February 19, 2008 Author Report Share Posted February 19, 2008 aus dem IE. Link to comment Share on other sites More sharing options...
Funny Posted February 19, 2008 Report Share Posted February 19, 2008 naja mit dem code kann niemand etwas anfangen. man müsste sich die das ganze mal live ansehen. gibts einen link zum problem? Link to comment Share on other sites More sharing options...
Wombad Posted February 19, 2008 Author Report Share Posted February 19, 2008 http://www.chaos-buttons.de/shop/product_info.php?info=p157_efd.html wäre der link. aber da grade immer nen time out kommt, bringt das leider nix -.- frag mich was gerade bei meinem hoster los ist. bis 19:39 funktionierte die seite noch und der tech support ist erst wieder ab morgen 10 uhr erreichbar. ich könnte platzen... Link to comment Share on other sites More sharing options...
Wombad Posted February 20, 2008 Author Report Share Posted February 20, 2008 danke. hat sich erledigt. habe neuinstalliert... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.