我想在product/view.phtml中显示制造商名称.我已经使用了所有类似的功能
<?php echo $_product->getAttributeText('manufacturer');?>
<?php echo $this->htmlEscape($_product->getData('manufacturer'));
<?php echo $_product->getData('manufacturer'); ?>
Run Code Online (Sandbox Code Playgroud)
但他们都没有帮助.所以如何在产品视图页面中获取制造商名称.
我想插入Facebook og:meta标签用于facebook sharer,在特定页面的头部,这个页面不是CMS页面.我正在考虑通过该扩展布局文件添加这些标签.我知道正常的标题和描述都是这样添加的 - >
<reference name="head">
<action method="setTitle"><title>My Module Page</title></action>
</reference>
Run Code Online (Sandbox Code Playgroud)
magento是否为Facbook og:meta标签提供了这样的东西?如果没有,那么将og:meta标签放在页面的头部以便它可以与facebook sharer一起使用的另一种方法是什么.
如何在登录到特定页面后重定向,该页面取决于在magento中单击登录页面?我知道重定向会发生AccountController.php.但是如何获取客户登录页面的链接.我有两个不同的登录页面.
我收到致命错误:达到了'100'的最大功能嵌套级别,正在中止!与ionCube loader.And我不想卸载IonCube.So我该怎么办?