Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Exception {
Mage::getSingleton( 'adminhtml/session' )->addError( $e->getMessage( ) );
if (( $model && $model->getId( ) )) {
$this->_redirect( '*/*/edit', array( 'id' => $model->getId( ) ) );
return null;
}
parent::( );
parent::__construct();
public function render(Varien_Object $row) {
replace line #14 withДля просмотра ссылки Войдиили Зарегистрируйся
public function render(Varien_Object $row) {
* @ Website : http://EasyToYou.eu
*
**/
class Websoft_Dpd_Block_Adminhtml_Pricelist_RenderCountry extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Abstract {
public function render(Varien_Object $row) {
$countryCode = trim( $row->getCountry( ) );
$countryName = '';
$countryNameShort = '';
$i = 11;
if ($countryCode != '') {