Пример #1
0
 <?php 
echo $this->resetArticle_shipping;
?>
            </td>
            <td><?php 
echo JText::_('COM_TIENDA_ARTICLE_FOR_SHIPPING_COSTS_DESC');
?>
            </td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_ADD_TO_CART_ACTION');
?>
            </th>
            <td><?php 
echo TiendaSelect::addtocartaction($this->row->get('addtocartaction', 'lightbox'), 'addtocartaction');
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_DISPLAY_ADD_TO_CART_BUTTON_IN_CATEGORY_LISTINGS');
?>
            </th>
            <td><?php 
echo TiendaSelect::btbooleanlist('display_category_cartbuttons', 'class="inputbox"', $this->row->get('display_category_cartbuttons', '1'));
?>
            </td>
            <td></td>
        </tr>