Exemple #1
0
?>
		<?php 
foreach (@$items as $item) {
    ?>
			<tr class='row<?php 
    echo $k;
    ?>
'>
				<td style="text-align: center;">
					<?php 
    echo TiendaGrid::checkedout($item, $i, 'shipping_rate_weightbased_id');
    ?>
				</td>
				<td style="text-align: center;">
					<?php 
    echo TiendaSelect::geozone($item->geozone_id, "geozones[{$item->shipping_rate_weightbased_id}]");
    ?>
				</td>
				<td style="text-align: center;">
					<input type="text" name="base_prices[<?php 
    echo $item->shipping_rate_weightbased_id;
    ?>
]" value="<?php 
    echo $item->base_price;
    ?>
" />
				</td>
				<td style="text-align: center;">
					<input type="text" name="price_steps[<?php 
    echo $item->shipping_rate_weightbased_id;
    ?>
Exemple #2
0
echo $this->row->get('subcategories_per_line', 5);
?>
" />
                                                </td>
                                                <td><?php 
echo JText::_('COM_TIENDA_NUMBER_OF_SUBCATEGORIES_PER_LINE_DESC');
?>
                                                </td>
                                            </tr>
                                            <tr>
                                                <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_DEFAULT_TAX_GEOZONE');
?>
                                                </th>
                                                <td><?php 
echo TiendaSelect::geozone($this->row->get('default_tax_geozone'), 'default_tax_geozone', 1);
?>
                                                </td>
                                                <td><?php 
echo JText::_('COM_TIENDA_DEFAULT_TAX_GEOZONE_DESC');
?>
                                                </td>
                                            </tr>
                                            <tr>
                                                <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_DISPLAY_PRODUCT_PRICES_WITH_LINK_TO_SHIPPING_COSTS_ARTICLE');
?>
                                                </th>
                                                <td><?php 
echo TiendaSelect::btbooleanlist('display_prices_with_shipping', 'class="inputbox"', $this->row->get('display_prices_with_shipping', '0'));
?>
Exemple #3
0
?>
        <?php 
foreach (@$items as $item) {
    ?>
            <tr class='row<?php 
    echo $k;
    ?>
'>
				<td style="text-align: center;">
					<?php 
    echo TiendaGrid::checkedout($item, $i, 'shipping_rate_id');
    ?>
				</td>
                <td style="text-align: center;">
                    <?php 
    echo TiendaSelect::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;
    ?>
Exemple #4
0
</th>
                <th><?php 
echo JText::_('COM_TIENDA_DESCRIPTION');
?>
</th>
                <th><?php 
echo JText::_('COM_TIENDA_RATE');
?>
</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td style="text-align: center;">
                    <?php 
echo TiendaSelect::geozone('', 'geozone_id', 1);
?>
                </td>
                <td style="text-align: center;">
                    <?php 
echo TiendaSelect::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>