echo JText::_('COM_CITRUSCART_SHOW_TAXES');
?>
            </th>
            <td><?php 
echo CitruscartSelect::taxdisplaycheckout($this->row->get('show_tax_checkout', '4'), 'show_tax_checkout');
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_DEFAULT_TAX_GEOZONE');
?>
            </th>
            <td><?php 
echo CitruscartSelect::geozone($this->row->get('default_tax_geozone'), 'default_tax_geozone', 1);
?>
            </td>
            <td><?php 
echo JText::_('COM_CITRUSCART_DEFAULT_TAX_GEOZONE_DESC');
?>
            </td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_SHOW_SHIPPING_TAX_ON_ORDER_INVOICES_AND_CHECKOUT');
?>
            </th>
            <td><?php 
echo CitruscartSelect::btbooleanlist('display_shipping_tax', 'class="inputbox"', $this->row->get('display_shipping_tax', '1'));
?>
Beispiel #2
0
?>
        <?php 
foreach (@$items as $item) {
    ?>
            <tr class='row<?php 
    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;">
					<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;
    ?>
Beispiel #3
0
</th>
                <th><?php 
echo JText::_('COM_CITRUSCART_DESCRIPTION');
?>
</th>
                <th><?php 
echo JText::_('COM_CITRUSCART_RATE');
?>
</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td style="text-align: center;">
                    <?php 
echo CitruscartSelect::geozone('', 'geozone_id', 1);
?>
                </td>
                <td style="text-align: center;">
                    <?php 
echo CitruscartSelect::taxratespredecessors(0, 'level', 1);
?>
                </td>
                <td style="text-align: center;">
                    <input id="tax_rate_description" name="tax_rate_description" value="" />
                </td>
                <td style="text-align: center;">
                    <input id="tax_rate" name="tax_rate" value="" />
                </td>
            </tr>
        </tbody>