Protected Member Functions | |
_construct () |
Definition at line 35 of file Review.php.
_construct | ( | ) | [protected] |
Internal constructor, that is called from real constructor
Please override this one instead of overriding real __construct constructor
Please override this one instead of overriding real __construct constructor
Reimplemented from Mage_Core_Block_Abstract.
Definition at line 37 of file Review.php.
00038 { 00039 $this->getCheckout()->setStepData('review', array( 00040 'label' => Mage::helper('checkout')->__('Order Review'), 00041 'is_show' => $this->isShow() 00042 )); 00043 parent::_construct(); 00044 00045 $this->getQuote()->collectTotals()->save(); 00046 }