Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i need to modify a magento backend section:

Catalog -> Manage Categories, now select a category and then go to General Information section.

Now if meta-description and meta-keyword textarea are empty, magento insert a default value in renderized html, e.g.:

meta name="description" content="Default Description"
meta name="keywords" content="Magento, Varien, E-commerce">

I need to retrieve that value and show it in that backend section. anybody could help?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.