*/ 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; } } ?>
| Product | Quantity | Unit Price | Total |
|---|---|---|---|
| subTotalAmount); ?> | |||
| shippingAmount); ?> | '; foreach ($available_methods as $method ) : echo ''; endforeach; echo ''; ?> | 0) : ?>||
| -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).' |
id="terms" />