Пример #1
0
echo $this->row->get('ignored_countries', '');
?>
" class="inputbox" />
                                                </td>
                                                <td><?php 
echo JText::_('COM_TIENDA_COUNTRIES_THAT_WILL_BE_IGNORED_WHEN_VALIDATING_THE_ZONES_DURING_CHECKOUT_DESC');
?>
                                                </td>
                                            </tr>
                                            <tr>
                                                <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_SHOW_TAXES');
?>
                                                </th>
                                                <td><?php 
echo TiendaSelect::taxdisplaycheckout($this->row->get('show_tax_checkout', '3'), 'show_tax_checkout');
?>
                                                </td>
                                                <td></td>
                                            </tr>
                                            <tr>
                                                <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_SHOW_SHIPPING_TAX_ON_ORDER_INVOICES_AND_CHECKOUT');
?>
                                                </th>
                                                <td><?php 
echo TiendaSelect::btbooleanlist('display_shipping_tax', 'class="inputbox"', $this->row->get('display_shipping_tax', '1'));
?>
                                                </td>
                                                <td></td>
                                            </tr>