Following functions will help you to get Magento meta data like “Default Title”, “Default Description” To get Default Title: To get Default Description: To get a configuration value: To get a configuration group: $default_title= Mage::getStoreConfig('design/head/default_title'); $default_description = Mage::getStoreConfig('design/head/default_description'); $field_value = Mage::getStoreConfig('section_code/group_code/field_code'); // return value $config = Mage::getStoreConfig('section_code/group_code'); // return array()
Magento
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: [code langu
· 5 min read
Related posts
Magento
Magento 1: Export manufacturers CSV by specific store view
This post will guide you on how you can export the manufacturer list (Magento 1.9) to CSV file. In this script, I am filtering the list by store view. Let’
Magento
Magento 1: Export catalog categories for a specific store view
In this post you will learn how you can export Magento 1.9 categories for a specific store view as CSV. For example, you have Arabic store view with ID 7, and y
Magento
Search Magento products by product labels
Project Overview: Task was to develop a Product Labels Magento extension. Where admin can create product labels by uploading an image, enter label title and att