<td style="width: 150px;"><?php 
echo CitruscartSelect::btbooleanlist('enable_reorder_table', 'class="inputbox"', $this->row->get('enable_reorder_table', '1'));
?>
            </td>
            <td><?php 
echo JText::_('COM_CITRUSCART_ENABLE_AUTOMATIC_TABLE_REORDERING_DESC');
?>
            </td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_DEFAULT_USER_GROUP');
?>
            </th>
            <td style="width: 150px;"><?php 
echo CitruscartSelect::groups($this->row->get('default_user_group', '1'), 'default_user_group');
?>
            </td>
            <td>&nbsp;</td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_LOAD_CUSTOM_LANGUAGE_FILE');
?>
            </th>
            <td style="width: 150px;"><?php 
echo CitruscartSelect::btbooleanlist('custom_language_file', 'class="inputbox"', $this->row->get('custom_language_file', '0'));
?>
            </td>
            <td><?php 
echo JText::_('COM_CITRUSCART_CITRUSCART_CUSTOM_LANGUAGE_FILE_DESC');
示例#2
0
    ?>
" class="input-small"/>
					<?php 
    echo JText::_('COM_CITRUSCART_TO');
    ?>
					<input type="text" name="quantity_end[<?php 
    echo $item->product_price_id;
    ?>
]" value="<?php 
    echo $item->price_quantity_end;
    ?>
" class="input-small" />
				</td>
				<td style="text-align: center;">
					<?php 
    echo CitruscartSelect::groups($item->group_id, "price_group_id[{$item->product_price_id}]", array('class' => 'input-small'));
    ?>
				</td>
				<td style="text-align: center;">
					[<a href="index.php?option=com_citruscart&controller=productprices&task=delete&cid[]=<?php 
    echo $item->product_price_id;
    ?>
&return=<?php 
    echo base64_encode("index.php?option=com_citruscart&controller=products&task=setprices&id={$row->product_id}&tmpl=component");
    ?>
">
						<?php 
    echo JText::_('COM_CITRUSCART_DELETE_PRICE');
    ?>
					</a>
					]
示例#3
0
echo JText::_("COM_CITRUSCART_USERNAME");
?>
"/>
                </th>
                <th>
                    <input id="filter_email" type="text" name="filter_email" value="<?php 
echo $state->filter_email;
?>
" size="25" placeholder="<?php 
echo JText::_("COM_CITRUSCART_EMAIL");
?>
"/>
                </th>
                <th>
                    <?php 
echo CitruscartSelect::groups($state->filter_group, 'filter_group', $attribs, 'filter_group', true);
?>
                </th>
                <th>
                </th>
                <th>
                </th>
            </tr>
            <tr>
                <th colspan="20" style="font-weight: normal;">
                    <div style="float: right; padding: 5px;"><?php 
echo $this->pagination->getResultsCounter();
?>
</div>
                    <div style="float: left;"><?php 
echo $this->pagination->getListFooter();
示例#4
0
    echo $k;
    ?>
'>
				<td style="text-align: center;">
					<?php 
    echo CitruscartGrid::checkedout($item, $i, 'shipping_rate_id');
    ?>
				</td>
                <td style="text-align: center;">
                    <?php 
    echo CitruscartSelect::geozone($item->geozone_id, "geozone[{$item->shipping_rate_id}]", 2);
    ?>
                </td>
                <td style="text-align: center;">
                   <?php 
    echo CitruscartSelect::groups($item->group_id, "groups[{$item->shipping_rate_id}]");
    ?>
                </td>
				<td style="text-align: center;">
					<input type="text" name="price[<?php 
    echo $item->shipping_rate_id;
    ?>
]" value="<?php 
    echo $item->shipping_rate_price;
    ?>
" />
				</td>
				<td style="text-align: center;">
				    <input type="text" name="weight_start[<?php 
    echo $item->shipping_rate_id;
    ?>