Jump to content
xt:Commerce Community Forum

payment block


tobyman

Recommended Posts

Hi!

Wenn man einen Artikel kauft und dann zu den Zahlungshinweisen kommt und die Zahlweise ausw?hlen kann sind die Radiobuttons ganz rechts aussen, finde dass sehr ungl?cklich da man es auf den ersten Blick gar nicht als auswahl wahrnimmt.

W?rde diese Radiobuttons gern nach links versetzten.

Hab mir dazu mal die checkout_payment.php angeschaut., leider werd ich nicht so recht schlau draus, kann mir jemand sagen wo ich da was ?ndern muss dass die Radiobuttons links angezeigt werden?

vielen Dank!

Link to comment
Share on other sites

$payment_block .= ' 

<table border="0" width="100%" cellspacing="1" cellpadding="2" class="untercat">

     <tr class="untercat">

      <td><table border="0" width="100%" cellspacing="0" cellpadding="2">

';


 $selection = $payment_modules->selection();



 $radio_buttons = 0;

 for ($i=0, $n=sizeof($selection); $i<$n; $i++) {

$payment_block .= '

       <tr>

        <td>'. xtc_draw_separator('pixel_trans.gif', '10', '1').'</td>

        <td colspan="2"><table border="0" width="100%" cellspacing="0" cellpadding="2">

        ';


  if ( ($selection[$i]['id'] == $payment) || ($n == 1) ) {

   $payment_block .= '         <tr id="defaultSelected" class="moduleRowSelected" onmouseover="rowOverEff

aufs vertauschen w?rd ich verzichten. versuch lieber die tabelle zu verkleinern-

hier mal statts der 100% 300px eingeben

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...