Ejemplo n.º 1
0
?>
	            </td>

	              		<?php 
if ($row->shipping_method_type == 1 || $row->shipping_method_type == 2 || $row->shipping_method_type == 4 || $row->shipping_method_type == 5) {
    ?>

            				<td>
            					<?php 
    echo J2html::text('jform[shipping_rate_weight_start]', '', array('id' => 'shipping_rate_weight_start'));
    ?>
            					 <?php 
    echo JText::_("J2STORE_TO");
    ?>
            					<?php 
    echo J2html::text('jform[shipping_rate_weight_end]', '', array('id' => 'shipping_rate_weight_start'));
    ?>
							</td>
						<?php 
}
?>
				<td><?php 
echo J2Html::text('jform[shipping_rate_price]', '');
?>
</td>
				<td><?php 
echo J2Html::text('jform[shipping_rate_handling]', '');
?>
			</td>
				</tr>
				<tr>
Ejemplo n.º 2
0
<form class="form-inline" id="productFilters" name="productfilters"  action="<?php 
echo JRoute::_('index.php');
?>
" method="post">
		<input type="hidden" name="filter_catid" id="sort_filter_catid"  value ="<?php 
echo $filter_catid;
?>
" />
		<?php 
if ($this->params->get('list_show_filter_search')) {
    ?>
		<?php 
    $search = htmlspecialchars($this->state->search);
    ?>
   		<?php 
    echo J2html::text('search', $search, array('class' => 'j2store-product-search-input'));
    ?>
			<input  type="button" value="<?php 
    echo JText::_('J2STORE_FILTER_GO');
    ?>
"
									class="btn btn-success"
								    onclick="jQuery(this.form).submit();" />
				<input  type="button" value="<?php 
    echo JText::_('J2STORE_FILTER_RESET');
    ?>
"
							class="btn btn-inverse"
						    onclick="resetJ2storeFilter();" />

        <?php 
echo J2html::price('priceto', $this->state->priceto, array('class' => 'input-small j2store-product-filters'));
?>
</td>
						</tr>
					</tbody>
				</table>
		</div>
	<div class="span6">
		<table class="adminlist table table-striped table-bordered table-condensed">
			<tr>
				<td colspan="2">
					<?php 
echo JText::_('J2STORE_PRODUCT_SKU');
?>
					<?php 
echo J2html::text('sku', $this->state->sku, array('class' => 'input j2store-product-filters'));
?>
				</td>
			</tr>
			<tr>
				<td>
					<?php 
echo JText::_('J2STORE_PRODUCT_MANUFACTURER');
?>
					<?php 
echo J2Html::select()->clearState()->type('genericlist')->name('manufacturer_id')->value($this->state->manufacturer_id)->attribs(array('class' => 'input-small j2store-product-filters', 'onchange' => 'this.form.submit();'))->setPlaceHolders(array('' => JText::_('J2STORE_SELECT_OPTION')))->hasOne('Manufacturers')->setRelations(array('fields' => array('key' => 'j2store_manufacturer_id', 'name' => array('company'))))->getHtml();
?>
				</td>
				<td>
					<?php 
echo JText::_('J2STORE_PRODUCT_VENDOR');