echo JText::_('COM_CITRUSCART_ONE_PAGE_CHECKOUT'); ?> </th> <td><?php echo CitruscartSelect::btbooleanlist('one_page_checkout', '', $this->row->get('one_page_checkout', '0')); ?> </td> <td></td> </tr> <tr> <th style="width: 25%;"><?php echo JText::_('COM_CITRUSCART_ONE_PAGE_CHECKOUT_LAYOUT'); ?> </th> <td><?php echo CitruscartSelect::opclayouts($this->row->get('one_page_checkout_layout', 'onepagecheckout'), 'one_page_checkout_layout'); ?> </td> <td></td> </tr> <tr> <th style="width: 25%;"><?php echo JText::_('COM_CITRUSCART_ENABLE_TOOLTIPS_ONE_PAGE_CHECKOUT'); ?> </th> <td><?php echo CitruscartSelect::btbooleanlist('one_page_checkout_tooltips_enabled', '', $this->row->get('one_page_checkout_tooltips_enabled', '0')); ?> </td> <td></td> </tr>