echo JText::_('J2STORE_TO');
?>
</th>
						</tr>
					</thead>
					<tr>
						<td><?php 
echo JText::_('J2STORE_ORDER_DATE');
?>
</td>
						<td><?php 
echo J2Html::calendar('since', $this->state->since, array('class' => 'input-small j2store-order-filters'));
?>
</td>
						<td><?php 
echo J2Html::calendar('until', $this->state->until, array('class' => 'input-small j2store-order-filters'));
?>
	</td>
					<tr/>
					<tr>
						<td><?php 
echo JText::_('J2STORE_INVOICE_NO');
?>
</td>
						<td><?php 
echo J2Html::text('frominvoice', $this->state->frominvoice, array('class' => 'input-small j2store-order-filters'));
?>
</td>
						<td><?php 
echo J2Html::text('toinvoice', $this->state->toinvoice, array('class' => 'input-small j2store-order-filters'));
?>
            echo $key % 2;
            ?>
" id="productprice-row-<?php 
            echo $pricing->j2store_productprice_id;
            ?>
">
						<td>

							<?php 
            echo J2Html::calendar($this->prefix . "[{$pricing->j2store_productprice_id}][date_from]", $pricing->date_from, array('class' => 'col-sm-2 form-control input-small', 'id' => "price_date_from_{$key}"));
            ?>
							<?php 
            echo JText::_('J2STORE_TO');
            ?>
							<?php 
            echo J2Html::calendar($this->prefix . "[{$pricing->j2store_productprice_id}][date_to]", $pricing->date_to, array('class' => 'col-sm-2 form-control input-small', 'id' => "price_date_to_{$key}"));
            ?>
						</td>
						<td>
							<?php 
            echo J2Html::text($this->prefix . "[{$pricing->j2store_productprice_id}][quantity_from]", $pricing->quantity_from, array('class' => 'input-small '));
            ?>
							<?php 
            echo JText::_('J2STORE_QUANTITY_AND_ABOVE');
            ?>
						</td>
						<td>
							<?php 
            echo JHtml::_('select.genericlist', $this->groups, $this->prefix . "[{$pricing->j2store_productprice_id}][customer_group_id]", array(), 'value', 'text', $pricing->customer_group_id);
            ?>
							<?php