Exemplo n.º 1
0
	<tr>
		<td>
			<form action="<?php 
    echo 'index.php?option=' . $option;
    ?>
" method="post" name="updateshippingrate"
			      id="updateshippingrate">
				<table border="0" cellspacing="0" cellpadding="0" class="adminlist">
					<tr>
						<td align="left">
							<?php 
    echo JText::_('COM_REDSHOP_SHIPPING_NAME');
    ?>
:
							<?php 
    echo $shipping_name = $carthelper->replaceShippingMethod($this->detail, "{shipping_method}");
    ?>
							&nbsp;
						</td>
					</tr>
					<tr>
						<td align="left">
							<?php 
    echo JText::_('COM_REDSHOP_SHIPPING_RATE_NAME');
    ?>
:
							<?php 
    echo $shipping_name = $carthelper->replaceShippingMethod($this->detail, "{shipping_rate_name}");
    ?>
							&nbsp;
						</td>