</tr> </thead> <tbody> <tr> <th style="width: 100px;" class="key"> <?php echo JText::_('COM_TIENDA_SELECT'); ?> : </th> <td> <?php $attribs = array('class' => 'inputbox', 'size' => '1', 'onchange' => 'tiendaGetOrderTotals();'); ?> <?php echo TiendaSelect::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 -->