コード例 #1
0
ファイル: _nested_form.php プロジェクト: ready4god2513/scs
			<th>SKU</th>
			<th>Price</th>
			<th>Compare at Price</th>
			<th>Shipping Weight</th>
		</tr>
		<tr>
			<td><?php 
echo form::input('variant[' . $index . '][sku]', $variant->sku);
?>
</td>
			<td><?php 
echo form::input('variant[' . $index . '][price]', format::dollar_round($variant->price));
?>
</td>
			<td><?php 
echo form::input('variant[' . $index . '][compare_price]', format::dollar_round($variant->compare_price));
?>
</td>
			<td><?php 
echo form::input('variant[' . $index . '][weight]', format::weight($variant->weight));
?>
</td>
		</tr>
	</table>
	<div class="form-fields">
		<?php 
echo form::label('variant[' . $index . '][taxable]', 'Charge Tax');
?>
		<?php 
echo form::hidden('variant[' . $index . '][taxable]', false);
?>
コード例 #2
0
ファイル: index.php プロジェクト: ready4god2513/scs
				<?php 
    foreach ($variant->options_variant as $option) {
        ?>
					<td><strong><?php 
        echo $option->value;
        ?>
</strong></td>
				<?php 
    }
    ?>
				<td><?php 
    echo $variant->sku;
    ?>
</td>
				<td><?php 
    echo format::dollar_round($variant->price);
    ?>
</td>
				<td><?php 
    echo $variant->in_stock_count();
    ?>
</td>
				<td><?php 
    echo html::anchor('admin/variants/edit/' . $variant, 'edit', array('class' => 'edit-variant', 'id' => $variant));
    ?>
</td>
				<td><?php 
    echo html::anchor('#', html::image('public/images/order.gif'), array('class' => 'set-sort-order'));
    ?>
</td>
				<td>