Exemplo n.º 1
0
    echo $row->price_quantity_end;
    ?>
"/></td>
					<td align="center" width="5%"><input type="hidden" name="price_id[]"
					                                     value="<?php 
    echo $row->id;
    ?>
"><input type="hidden"
					                                                                            name="shopper_group_id[]"
					                                                                            value="<?php 
    echo $row->shopper_group_id;
    ?>
"><input
							type="text" name="price[]"
							value="<?php 
    echo $producthelper->redpriceDecimal($row->product_price);
    ?>
"></td>
				</tr>
				<?php 
    $k = 1 - $k;
}
?>

		</table>
	</div>
	<input type="hidden" name="view" value="product_price"/>
	<input type="hidden" name="task" value="saveprice"/>
	<input type="hidden" name="pid" value="<?php 
echo $this->pid;
?>
Exemplo n.º 2
0
					</td>
					<td><?php 
echo $this->lists['shopper_group_name'];
?>
</td>
				</tr>
				<tr>
					<td width="100" align="right" class="key"><?php 
echo JText::_('COM_REDSHOP_PRODUCT_PRICE_LBL');
?>
						:
					</td>
					<td><input class="text_area" type="text" name="product_price" id="product_price" size="10"
					           maxlength="10"
					           value="<?php 
echo $producthelper->redpriceDecimal($this->detail->product_price);
?>
"/>
					</td>
				</tr>
				<tr>
					<td width="100" align="right" class="key"><?php 
echo JText::_('COM_REDSHOP_QUANTITY_START_LBL');
?>
						:
					</td>
					<td><input class="text_area" type="text" name="price_quantity_start" id="price_quantity_start"
					           size="10" maxlength="10" value="<?php 
echo $this->detail->price_quantity_start;
?>
"/>
Exemplo n.º 3
0
?>
</legend>
			<table class="admintable">
				<tr>
					<td width="100" align="right" class="key">
						<label for="name">
							<?php 
echo JText::_('COM_REDSHOP_PRODUCT_AMOUNT');
?>
:
						</label>
					</td>
					<td>
						<input class="text_area" type="text" name="amount" id="amount" size="32" maxlength="250"
						       value="<?php 
echo $producthelper->redpriceDecimal($this->detail->amount);
?>
"/>
						<?php 
echo JHTML::tooltip(JText::_('COM_REDSHOP_TOOLTIP_AMOUNT'), JText::_('COM_REDSHOP_AMOUNT'), 'tooltip.png', '', '', false);
?>
					</td>
				</tr>
				<tr>
					<td width="100" align="right" class="key">
						<label for="name">
							<?php 
echo JText::_('COM_REDSHOP_CONDITION');
?>
:
						</label>
Exemplo n.º 4
0
    }
    ?>
										<br/><br/>
										<?php 
    JPluginHelper::importPlugin('redshop_product');
    $dispatcher = JDispatcher::getInstance();
    $dispatcher->trigger('onDisplayOrderItemNote', array($products[$i]));
    ?>
									</td>
									<td width="10%">
										<?php 
    echo REDCURRENCY_SYMBOL;
    ?>
										<input type="text" name="update_price" id="update_price"
										       value="<?php 
    echo $producthelper->redpriceDecimal($products[$i]->product_item_price_excl_vat);
    ?>
"
										       size="10">

									</td>
									<td width="5%"><?php 
    echo REDCURRENCY_SYMBOL . " " . $vat;
    ?>
</td>
									<td width="10%"><?php 
    echo $producthelper->getProductFormattedPrice($products[$i]->product_item_price) . " " . JText::_('COM_REDSHOP_INCL_VAT');
    ?>
</td>

									<td width="5%">
Exemplo n.º 5
0
						   title="<?php 
    echo JText::_('COM_REDSHOP_EDIT_BOX');
    ?>
"><?php 
    echo $row->shipping_box_name;
    ?>
</a>
					</td>
					<td width="10%" align="center">
						<?php 
    echo $row->shipping_box_priority;
    ?>
					</td>
					<td width="10%" align="center">
						<?php 
    echo $producthelper->redpriceDecimal($row->shipping_box_length);
    ?>
					</td>
					<td width="10%" align="center">
						<?php 
    echo $producthelper->redpriceDecimal($row->shipping_box_width);
    ?>
					</td>
					<td width="10%" align="center">
						<?php 
    echo $producthelper->redpriceDecimal($row->shipping_box_height);
    ?>
					</td>
					<td align="center" width="5%">
						<?php 
    echo $published;
Exemplo n.º 6
0
		</td>
	</tr>
	<tr>
		<td width="100" align="right" class="key">
			<label for="name">
				<?php 
    echo JText::_('COM_REDSHOP_SHIPPING_RATE_WEIGHT_START');
    ?>
:
			</label>
		</td>
		<td>
			<input class="text_area" type="text" name="shipping_rate_weight_start" id="shipping_rate_weight_start"
			       size="32" maxlength="250"
			       value="<?php 
    echo $productHelper->redpriceDecimal($this->detail->shipping_rate_weight_start);
    ?>
"/>
		</td>
	</tr>
	<tr>
		<td width="100" align="right" class="key">
			<label for="name">
				<?php 
    echo JText::_('COM_REDSHOP_SHIPPING_RATE_WEIGHT_END');
    ?>
:
			</label>
		</td>
		<td>
			<input class="text_area" type="text" name="shipping_rate_weight_end" id="shipping_rate_weight_end" size="32"
Exemplo n.º 7
0
					</td>
				</tr>
				<tr>
					<td width="100" align="right" class="key">
						<label for="name">
							<?php 
echo JText::_('COM_REDSHOP_GIFTCARD_PRICE');
?>
:
						</label>
					</td>
					<td>
						<input class="text_area" type="text" name="giftcard_price" id="giftcard_price" size="5"
						       maxlength="250"
						       value="<?php 
echo $producthelper->redpriceDecimal($this->detail->giftcard_price);
?>
"/>
					</td>
				</tr>
				<tr>
					<td width="100" align="right" class="key">
						<label for="name">
							<?php 
echo JText::_('COM_REDSHOP_GIFTCARD_VALUE');
?>
:
						</label>
					</td>
					<td>
						<input class="text_area" type="text" name="giftcard_value" id="giftcard_value" size="5"
Exemplo n.º 8
0
?>
					</td>
				</tr>
				<tr>
					<td valign="top" align="right" class="key">
						<label for="volume">
							<?php 
echo JText::_('COM_REDSHOP_COUPON_VALUE');
?>
:
						</label>
					</td>
					<td>
						<input class="text_area" type="text" name="coupon_value" id="coupon_value" size="20"
						       value="<?php 
echo $producthelper->redpriceDecimal($this->detail->coupon_value);
?>
"/>
					</td>
				</tr>
				<tr>
					<td valign="top" align="right" class="key">
						<label for="deliverytime">
							<?php 
echo JText::_('COM_REDSHOP_COUPON_START_DATE');
?>
:
						</label>
					</td>
					<td>
						<?php 
Exemplo n.º 9
0
"/>
					</td>
				</tr>
				<tr>
					<td valign="top" align="right" class="key">
						<label for="deliverytime">
							<?php 
echo JText::_('COM_REDSHOP_BOX_LENGTH');
?>
:
						</label>
					</td>
					<td>
						<input type="text" name="shipping_box_length"
						       value="<?php 
echo $producthelper->redpriceDecimal($this->detail->shipping_box_length);
?>
"/>
					</td>
				</tr>
				<tr>
					<td valign="top" align="right" class="key">
						<label for="deliverytime">
							<?php 
echo JText::_('COM_REDSHOP_BOX_WIDTH');
?>
:
						</label>
					</td>
					<td>
						<input type="text" name="shipping_box_width"
Exemplo n.º 10
0
?>
"/>
						<?php 
echo JHTML::tooltip(JText::_('COM_REDSHOP_TOOLTIP_WRAPPER_NAME'), JText::_('COM_REDSHOP_WRAPPER_NAME'), 'tooltip.png', '', '', false);
?>
					</td>
				</tr>
				<tr>
					<td width="100" align="right" class="key"><?php 
echo JText::_('COM_REDSHOP_WRAPPER_PRICE');
?>
</td>
					<td><input class="text_area" type="text" name="wrapper_price" id="wrapper_price" size="10"
					           maxlength="10"
					           value="<?php 
echo $producthelper->redpriceDecimal($this->detail->wrapper_price);
?>
"/>
						<?php 
echo JHTML::tooltip(JText::_('COM_REDSHOP_TOOLTIP_WRAPPER_PRICE'), JText::_('COM_REDSHOP_WRAPPER_PRICE'), 'tooltip.png', '', '', false);
?>
					</td>
				</tr>
				<?php 
if (!$showall) {
    ?>
					<tr>
						<td width="100" align="right"
						    class="key"><?php 
    echo JText::_('COM_REDSHOP_CATEGORY_NAME');
    ?>
Exemplo n.º 11
0
					</td>

					<td><?php 
    echo $wrapper_name;
    ?>
</td>
					<td><input type="text" name="product_excl_pricep<?php 
    echo $unq;
    ?>
"
					           id="product_excl_pricep<?php 
    echo $unq;
    ?>
" size="10" maxlength="50"
					           value="<?php 
    echo $producthelper->redpriceDecimal($quo->product_excl_price);
    ?>
"
					           onchange="getQuotationDetail('p<?php 
    echo $unq;
    ?>
');"></td>
					<td align="right">
						<div
							id="tdprdpricep<?php 
    echo $unq;
    ?>
"><?php 
    echo $producthelper->getProductFormattedPrice($quo->product_price);
    ?>
</div>