示例#1
0
		    </tr>
		</thead>
		<tbody>
		    <tr>
		        <th style="width: 100px;" class="key">
		            <?php 
echo JText::_('COM_CITRUSCART_SELECT');
?>
:
		        </th>
		        <td>
			        <?php 
$attribs = array('class' => 'inputbox', 'size' => '1', 'onchange' => 'CitruscartGetOrderTotals();');
?>
		            <?php 
echo CitruscartSelect::shippingmethod(0, 'shipping_method_id', $attribs, 'shipping_method_id', true);
?>
		        </td>
		    </tr>
        </tbody>
        </table>
        <!-- End Shipping and Payment methods section -->


	    <!-- Start Order totals section -->
	    <div id="order_totals_div">
	        <?php 
include "ordertotals.php";
?>
	    </div>
	    <!-- End Order totals section -->