Getting Order Variables On Multiple Address Shipping Order Success Page in Magento -


i've been searching , searching how display order information on multiple address checkout order confirmation success page. find lots of information on 1 page checkoou little mutishipping checkout.

i need information google trusted stores javascript, adwords tracking mostly.

here's i've got work far:

1:<?php foreach ($_orderids $orderid=>$incrementid): ?> 2:<?php $customer = mage::getmodel('customer/customer')->load($order->getcustomerid()); ?> 3:<?php echo $_product->getname() ?><br /> 4:<?php echo $orderid; ?><br />  5:<?php echo $incrementid; ?><br /> 6:<?php echo $item->getbaseprice(); ?><br />  7:<?php echo $orderid->getgrandtotal(); ?><br /> 8:<?php echo $orderid->getshippingamount(); ?><br /> 9:<?php echo $order->getgrandtotal(); ?><br /> 0:<?php echo $order->getshippingamount(); ?><br /> q:<?php echo $orderid->gettaxamount(); ?><br /> w:<?php echo $order->gettaxamount(); ?><br /> e:<?php echo (int)$item->getqtyordered(); ?><br /> r:<?php echo $this->htmlescape($_product->getsku()); ?> t:<?php echo htmlentities($customer->getemail()); ?><br />   <?php endforeach; ?> 

only numbers 3, 4 (strange displays number 21 or other number i'm not sure is), 5, , number 6. that's all.

i keep tinkering nice these variables display.

thank you

here's little instructional used these variables , running. you.

http://www.alphachannelgroup.com/custom-magento-order-confirmation/


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -