cart->get_discounts_before_tax()) : ?> cart->needs_shipping()) : ?> cart->get_cart_tax()) : $taxes = $woocommerce->cart->get_taxes(); if (sizeof($taxes)>0) : $has_compound_tax = false; foreach ($taxes as $key => $tax) : if ($woocommerce->cart->tax->is_compound( $key )) : $has_compound_tax = true; continue; endif; ?> cart->prices_include_tax) : ?> $tax) : if (!$woocommerce->cart->tax->is_compound( $key )) continue; ?> cart->get_discounts_after_tax()) : ?> cart->get_cart())>0) : foreach ($woocommerce->cart->get_cart() as $item_id => $values) : $_product = $values['data']; if ($_product->exists() && $values['quantity']>0) : echo ' '; endif; endforeach; endif; ?>
cart->get_cart_subtotal(); ?>
-cart->get_discounts_before_tax(); ?>
shipping->get_available_shipping_methods(); if (sizeof($available_methods)>0) : echo ''; else : if ( !$woocommerce->customer->get_shipping_country() || !$woocommerce->customer->get_shipping_state() || !$woocommerce->customer->get_shipping_postcode() ) : echo '

'.__('Please fill in your details above to see available shipping methods.', 'woocommerce').'

'; else : echo '

'.__('Sorry, it seems that there are no available shipping methods for your state. Please contact us if you require assistance or wish to make alternate arrangements.', 'woocommerce').'

'; endif; endif; ?>
cart->tax->get_rate_label( $key ); ?>
cart->get_cart_subtotal( true ); ?>
cart->tax->get_rate_label( $key ); ?>
cart->get_cart_tax(); ?>
-cart->get_discounts_after_tax(); ?>
cart->get_total(); ?>
'.$_product->get_title().$woocommerce->cart->get_item_data( $values ).' '.$values['quantity'].' ' . $woocommerce->cart->get_product_subtotal( $_product, $values['quantity'] ) . '
cart->needs_payment()) : ?>
nonce_field('process_checkout')?> 0) : ?>

id="terms" />