Exemple #1
0
echo JText::_('COM_TIENDA_ONE_PAGE_CHECKOUT');
?>
            </th>
            <td><?php 
echo TiendaSelect::btbooleanlist('one_page_checkout', '', $this->row->get('one_page_checkout', '0'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_ONE_PAGE_CHECKOUT_LAYOUT');
?>
            </th>
            <td><?php 
echo TiendaSelect::opclayouts($this->row->get('one_page_checkout_layout', 'standard'), 'one_page_checkout_layout');
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_ENABLE_TOOLTIPS_ONE_PAGE_CHECKOUT');
?>
            </th>
            <td><?php 
echo TiendaSelect::btbooleanlist('one_page_checkout_tooltips_enabled', '', $this->row->get('one_page_checkout_tooltips_enabled', '0'));
?>
            </td>
            <td></td>
        </tr>