Пример #1
0
?>
            </th>
            <td><?php 
echo TiendaSelect::btbooleanlist('ask_question_modal', 'class="inputbox"', $this->row->get('ask_question_modal', '1'));
?>
            </td>
            <td>
            </td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_DISPLAY_PRODUCT_PRICES_WITH_TAX');
?>
            </th>
            <td><?php 
echo TiendaSelect::displaywithtax($this->row->get('display_prices_with_tax', '0'), 'display_prices_with_tax');
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_NUMBER_OF_SUBCATEGORIES_PER_LINE');
?>
            </th>
            <td><input type="text" name="subcategories_per_line" id="subcategories_per_line" value="<?php 
echo $this->row->get('subcategories_per_line', 5);
?>
" />
            </td>
            <td><?php