Пример #1
0
echo JText::_('COM_TIENDA_DISPLAY_ADD_TO_CART_BUTTON_IN_PRODUCT');
?>
            </th>
            <td><?php 
echo TiendaSelect::btbooleanlist('display_product_cartbuttons', 'class="inputbox"', $this->row->get('display_product_cartbuttons', '1'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_SELECT_CART_BUTTON_TYPE');
?>
            </th>
            <td><?php 
echo TiendaSelect::cartbutton($this->row->get('cartbutton', 'button'), 'cartbutton');
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th class="dsc-key">
                <?php 
echo JText::_('COM_TIENDA_ENABLE_NAV_ON_DETAIL_PAGES');
?>
            </th>
            <td class="dsc-value">
                <?php 
echo TiendaSelect::btbooleanlist('enable_product_detail_nav', 'class="inputbox"', $this->row->get('enable_product_detail_nav', '0'));
?>
            </td>