Trouble getting the data from Item in an Array?
I am having difficulties getting a specific piece of information from a
very LARGE array (so large I can't even paste into here, but here is a
link to the array data -> ARRAY DATA )
The code that I am using to get the is the var dump in this code. The get
Bookings works fine and gets me the data that I need, but the
getShootingTime does not work.
<div class="box-right">
<!--Web702 Module Placeholder - Booking Information -->
<div class="entry-edit">
<div class="entry-edit-head">
<h4 class="icon-head head-bookings"><?php echo
Mage::helper('sales')->__('Booking Information') ?></h4>
</div>
<fieldset>
<?php echo $_order->getBookings() ?>
<?php echo $_order->getShootingTime() ?>
<?php echo var_dump($_order) ?>
</fieldset>
</div>
</div>
I have also tried:
$_order->shootingTime, $this->getOrder->shootingTime,
$this->getOrder->getShootingTime
and a few various other options.
I am running Magento 1.7.0.2.
My specific question is Will you please take a look at the array data and
tell me how to retrieve the data that I want which is the shootingTime.
Thank you in advanced
No comments:
Post a Comment