简体   繁体   English

在Magento订单电子邮件中包括产品类别

[英]Include product category in Magento order emails

I'd like the ability to list the category name alongside the product in the New Order transactional email like shown in the screenshot below. 我希望能够在新订单交易电子邮件中在产品旁边列出类别名称,如下面的屏幕快照所示。

Any help would be appreciated. 任何帮助,将不胜感激。

Thanks. 谢谢。

替代文字

You must overload the block in Magento. 您必须在Magento中重载该块。

Have a look at this topic : http://www.magentocommerce.com/boards/viewthread/14692/ 看看这个主题: http : //www.magentocommerce.com/boards/viewthread/14692/

And use the block for email product list : 并将该块用于电子邮件产品列表:

  • File : app/code/core/Mage/Sales/Block/Order/Email/Itemps.php 文件 :app / code / core / Mage / Sales / Block / Order / Email / Itemps.php
  • Class : Mage_Sales_Block_Order_Email_Items.php 类别 :Mage_Sales_Block_Order_Email_Items.php
  • Identifier : sales/order_email_items 标识符 :sales / order_email_items

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM