Skip to content

Scriptbaker

Expert PHP Developer from Lahore Pakistan | WordPress | Magento | Yii Framework

  • Home
  • Magento ®
  • WordPress
  • Yii Framework
  • Laravel
  • SugarCRM
  • JavaScript
  • Contact
  • Shop

Tag: Configuration

How to change logo of SugarCRM application

How to change logo of SugarCRM application

After completing installation of SugarCRM community edition, one of the first things you may want to change is the application logo. SugarCRM provides the option to change logo in admin panel.
Continue reading “How to change logo of SugarCRM application”

Author Tahir YasinPosted on June 9, 2014June 21, 2015Categories SugarCRMTags Configuration, Logo, sugarcrm5 Comments on How to change logo of SugarCRM application

Get Magento Website meta data and configurations data

Following functions will help you to get Magento meta data like “Default Title”, “Default Description”

To get Default Title:

$default_title= Mage::getStoreConfig('design/head/default_title');

To get Default Description:

$default_description = Mage::getStoreConfig('design/head/default_description');

To get a configuration value:

$field_value = Mage::getStoreConfig('section_code/group_code/field_code'); // return value

To get a configuration group:

$config = Mage::getStoreConfig('section_code/group_code'); // return array()
Author Tahir YasinPosted on December 6, 2012Categories Magento ®Tags Configuration, Magento, meta dataLeave a comment on Get Magento Website meta data and configurations data

Search

  • Home
  • Magento ®
  • WordPress
  • Yii Framework
  • Laravel
  • SugarCRM
  • JavaScript
  • Contact
  • Shop
Scriptbaker Proudly powered by WordPress