<h1 class=”cart_page_title”><?php _e(‘In the cart’, ‘usces’); ?></h1>
-
<li class=”ucart usccart usccart_cart”><?php _e(‘1.Cart’,’usces’); ?>
<li class=”ucart usccustomer”><?php _e(‘2.Customer Info’,’usces’); ?>
<li class=”ucart uscdelivery”><?php _e(‘3.Deli. & Pay.’,’usces’); ?>
<li class=”ucart uscconfirm”><?php _e(‘4.Confirm’,’usces’); ?>
<form action=”<?php usces_url(‘cart’); ?>” method=”post” onKeyDown=”if (event.keyCode == 13) {return false;}”>
<?php if( usces_is_cart() ) : ?>
<table cellspacing=”0″ id=”cart_table”>
<thead>
<tr>
<th scope=”row” class=”num”>No.</th>
<th class=”thumbnail”> </th>
<th><?php _e(‘item name’,’usces’); ?></th>
<th class=”quantity”><?php _e(‘Unit price’,’usces’); ?></th>
<th class=”quantity”><?php _e(‘Quantity’,’usces’); ?></th>
<th class=”subtotal”><?php _e(‘Amount’,’usces’); ?><?php usces_guid_tax(); ?></th>
<th class=”stock”><?php _e(‘stock status’,’usces’); ?></th>
<th class=”action”> </th>
</tr>
</thead>
<tbody>
<?php usces_get_cart_rows(); ?>
</tbody>
<tfoot>
<tr>
<th colspan=”5″ scope=”row” class=”aright”><?php _e(‘total items’,’usces’); ?><?php usces_guid_tax(); ?></th>
<th class=”aright”><?php usces_crform(usces_total_price(‘return’), true, false); ?></th>
<th colspan=”2″> </th>
</tr>
</tfoot>
</table>
<?php if( $usces_gp ) : ?>
/images/gp.gif” alt=”<?php _e(‘Business package discount’,’usces’); ?>” /><br /><?php _e(‘The price with this mark applys to Business pack discount.’,’usces’); ?>
<?php endif; ?>
<!– end of cart –>
<?php else : ?>
<?php endif; ?>
<?php the_content();?>
<?php do_action(‘usces_action_cart_page_inform’); ?>
</form>
<!– end of inside-cart –>
<!– end of entry –>