OSB enhancements to date
This commit is contained in:
3
modules/checkout/views/checkout/payment_option.php
Normal file
3
modules/checkout/views/checkout/payment_option.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<tr>
|
||||
<td class="icon"><label for="payment_<?php echo $payment->id; ?>"><?php echo FORM::radio('payment',$payment->id,0,array('id'=>'payment_'.$payment->id)); ?> <?php echo HTML::image($payment->graphic_url,array('alt'=>'')); ?> <?php echo $payment->name; ?></label></td>
|
||||
</tr>
|
Reference in New Issue
Block a user