dongpu3792 2016-07-01 15:56
浏览 27
已采纳

Magento在产品详细信息页面的自定义模块块中获取产品ID

I have a custom module with a block which shows a form inside the product detail page. I need to retrieve the product ID for the currently viewed product inside this block. Everything else is working.

Other answers suggested trying:

$this->getProduct()->getId(); // or
Mage::registry('current_product')->getId();

The former returned an error. Using this one inside the product detail template is working fine. I understand that's because getProduct() is not a method for the block.

The latter is always returning null.

If anyone could help me, that would be great.

Thanks in advance.

EDIT: The custom block layout.xml

<layout version="0.1.0">
    <catalog_product_view>
        <reference name="content">
            <reference name="product.info">
                <block
                    type="s148_interestnotification/form"
                    name="interest_notification"
                    before="-"
                    template="s148_interestnotification/index.phtml"
                ></block>
            </reference>
        </reference>
    </catalog_product_view>
</layout>
  • 写回答

2条回答 默认 最新

  • dongyi9783 2016-07-03 13:15
    关注

    if your custom block is extending this class

    Mage_Catalog_Block_Product_View

    you would be easily able to use : $this->getProduct()

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 乌班图ip地址配置及远程SSH
  • ¥15 怎么让点阵屏显示静态爱心,用keiluVision5写出让点阵屏显示静态爱心的代码,越快越好
  • ¥15 PSPICE制作一个加法器
  • ¥15 javaweb项目无法正常跳转
  • ¥15 VMBox虚拟机无法访问
  • ¥15 skd显示找不到头文件
  • ¥15 机器视觉中图片中长度与真实长度的关系
  • ¥15 fastreport table 怎么只让每页的最下面和最顶部有横线
  • ¥15 java 的protected权限 ,问题在注释里
  • ¥15 这个是哪里有问题啊?