getElement('btnSubmit')->setLabel('Submit Order'); $this->getElement('btnCancel') ->setLabel('Modify Order') ->setAttrib('onclick', 'window.location.href = \'' . Qs_SiteMap::findFirst( null, array('type' => 'ECommerce_Cart_'), array('type' => 'default'), 'url') . '\''); return $this; } }