*/ global $apptivo_ecommerce; $baginfo = get_baginfo(); $CartLines = app_convertObjectToArray($baginfo->shoppingCartLines); $available_methods = app_convertObjectToArray($baginfo->ratedShipment); //Sales Tax Name and Tax Amount. foreach($CartLines as $TaxLines) { if($TaxLines->lineTypeCode == 'TAX') { $taxName = $TaxLines->lineTypeName; if($taxName == '') { $taxName = 'Tax'; } $taxAmount = $TaxLines->effectiveTotalPrice; } } ?>

shippingAmount != '' && $baginfo->shippingAmount > 0) : ?> defaultFirmShippingMethodId.'" />'; //if( $baginfo->defaultFirmShippingMethodId != $baginfo->shippingOption ) : if (sizeof($available_methods)>0 && $available_methods[0] != '' && ( $_SESSION['apptivo_checkout_shipping_type'] != 'NO' ) ) : ?> 0) : ?>totalDiscountAmount > 0) : ?>shoppingCartLines); if (sizeof($CartLines)>0 && !empty($CartLines[0])) : foreach ($CartLines as $cart_items) : $product_postid = getIdFromMeta('_apptivo_item_id', $cart_items->itemId); if ($cart_items->quantity > 0) : echo ' '; endif; endforeach; endif; ?>
Product Quantity Unit Price Total
subTotalAmount); ?>
shippingAmount); ?>
'; foreach ($available_methods as $method ) : echo ''; endforeach; echo ''; ?>
-totalDiscountAmount); ?>
totalPrice); ?>
'.get_post($product_postid)->post_title.''; if($cart_items->color != '') : ?>
Color: color; ?> size != '') :?>
Size: size;?>
'.$cart_items->quantity.' '.apptivo_ecommerce_price($cart_items->effectiveUnitPrice).' '.apptivo_ecommerce_price($cart_items->effectiveTotalPrice).'
nonce_field('process_checkout')?> 0 && $confirm_page != 'yes') : ?>

id="terms" />