`
kirenenko04
  • 浏览: 150971 次
  • 性别: Icon_minigender_2
  • 来自: 上海
社区版块
存档分类
最新评论

Change any page meta title desc in Magento in controller

 
阅读更多
    public function indexAction()
    {
    	$this->loadLayout();
        $this->_initLayoutMessages('customer/session');
        $this->_initLayoutMessages('catalog/session');
        
        //load meta info 
        $head = $this->getLayout()->getBlock('head');
        $head->setTitle("GoGear - support & warranty");
        $head->setKeywords("gogear, support, warranty, contact us, faq, manual, guarantee");
        $head->setDescription("Get help on your products and warranty information by selecting your country.");
         
        
        $this->renderLayout();
    }

 

分享到:
评论

相关推荐

    Magento 自定义后台menu Insert dynamical menu in Magento’s Admin

    Magento是一款强大的开源电子商务平台,它的后台管理系统非常灵活且可扩展。在Magento的后台菜单中插入动态菜单是一项常见的自定义需求,这有助于商家根据自身业务需求定制管理界面。本篇文章将详细解析如何在...

    magento 加速插件 full page cache 花了我几十美金买的

    这些文件通常需要遵循Magento的MVC(Model-View-Controller)架构,通过修改或扩展原有代码来实现全页面缓存功能。 总的来说,Magento的Full Page Cache插件结合Varnish Cache,能显著提升网站性能,降低服务器负载...

    magento创建自定义页面 (Bestseller实例) Bestseller products in Magento

    4. **创建视图**:Magento使用MVC(Model-View-Controller)架构,因此需要创建视图文件来展示数据。在这个例子中,文件`bestseller.phtml`应该被放置在`app/design/frontend/{Package}/{Theme}/template/bestseller...

    magento static block

    Ability to place any block in any position by easily changing CMS page layout Unlimited number of blocks inside each position Unlimited number of content items inside each block Block items can ...

    Magento 2 Beginners Guide

    Magento 2 Beginners Guide by Gabriel Guarino English | 14 Mar. 2017 | ASIN: B01MS81BQX | 442 Pages | AZW3 | 31....He is also a moderator in Magento forums, and he is a frequent speaker at Magento events.

    Magento 2 Cookbook

    In Magento 2, the Full Page Cache (FPC) can be handled by Varnish to give your store a performance boost. There are also external services that you can use as a cache. Chapter 4, Creating Catalogs ...

    Magento: 后台添加预览按钮 View product in frontend from Magento admin

    这篇博客“Magento:后台添加预览按钮 View product in frontend from Magento admin”主要探讨了如何通过自定义开发来实现这一功能,让管理员能够快速检查商品在网站前台的显示状态。 在Magento中,通常管理员需要...

    Create new module “HelloWorld” – in Magento

    每个模块都是独立的功能单元,包含了模型(Model)、视图(View)、控制器(Controller)等组件,它们共同构成了Magento的业务逻辑。模块以命名空间和模块名的组合来标识,例如`Namespace_Module`。 创建“Hello...

    magento 后台操作手册

    产品 meta 信息设置是 Magento 后台的 SEO 优化操作之一。在 Magento 中,产品 meta 信息包括标题、关键字、描述等。这些信息可以帮助搜索引擎更好地索引产品,提高产品的可见性。 五、图片上传 图片上传是 ...

    magento结构和原理

    magento结构和原理是magento框架的核心组成部分,了解magento的结构和原理是开发magento模块和主题的基础。本文将详细介绍magento的文件目录结构、URL路由与分发器、模板调用对应的JS、CSS、图片、重写核心模块等...

    magento学习重点

    Magento是一款强大的开源电子商务平台,它的灵活性和可扩展性使其成为许多开发者和商家的首选。学习Magento涉及多个方面,包括理解其架构、模板系统、模块化设计以及控制器重写等核心概念。 首先,调整Magento模块...

    magento二次开发大全

    1. **MVC架构**:Magento基于Model-View-Controller(MVC)设计模式,这有助于将业务逻辑、数据处理和用户界面分离开来,提高代码的可维护性和可扩展性。`mvc流程.png`可能详细解释了模型、视图和控制器在Magento中...

    Magento 全页缓存-brim_pagecache-2.1.3

    在Magento平台中,全页缓存是通过插件实现的,如"brim_pagecache-2.1.3",这款插件特别针对Magento 1.6到1.8的社区版本设计。 首先,我们来看"brim_pagecache-2.1.3.zip",这是该插件的主要安装包,包含了所有必要...

    Magento2 CookBook

    In Magento 2, the Full Page Cache (FPC) can be handled by Varnish to give your store a performance boost. There are also external services that you can use as a cache. Chapter 4, Creating Catalogs ...

    magento快速复制网站_magento_magento快速复制站_

    在电商领域,经常会有需求将一个已经建立并运行良好的Magento站点快速复制到另一个服务器,用于测试、备份或者创建一个新的独立站点。这个过程涉及到数据库的备份与还原、文件系统的复制以及配置的调整等多个步骤。 ...

    magento 1.9.0.1

    Magento 1.9.0.1 是一个流行的开源电子商务平台,专为在线商家提供高度定制化和功能丰富的购物体验。这个版本是Magento的早期稳定版本,具有多项改进和增强的功能,旨在提高性能、安全性和用户体验。 一、Magento ...

    Laravel开发-magento

    在IT行业中,Laravel和Magento是两个非常重要的开源框架,分别用于Web开发和电子商务平台构建。本篇文章将深入探讨如何利用Laravel与Magento进行集成,特别是通过使用Magento的SOAP API来实现这一目标。 首先,...

Global site tag (gtag.js) - Google Analytics