我怎樣才能找到這個模板{{layout handle="sales_email_order_items" order=$order}}
它在app/locale/en_US/template/email/sales/order_new.html
發現。我需要將默認SKU更改爲產品代碼。以下是我正在尋找的附加圖片。不能找到magento銷售訂單模板
感謝
我怎樣才能找到這個模板{{layout handle="sales_email_order_items" order=$order}}
它在app/locale/en_US/template/email/sales/order_new.html
發現。我需要將默認SKU更改爲產品代碼。以下是我正在尋找的附加圖片。不能找到magento銷售訂單模板
感謝
它位於這裏:app/design/frontend/SOMETHING/SOMETHING/email/order/items.phtml
SOMETHING/SOMETHING
取決於你的項目,所以唯一的選擇是測試。默認情況下它是default/default
。
我不知道,但我認爲這將是app/code/core/Mage/Sales/Block/Order/Email/Items/Default.php
或/Order/Default.php
好運
你可以搜索你的佈局文件sales_email_order_items
手柄,看看哪個模板用來。
無論如何默認情況下,它位於sales.xml
,模板是email/order/items.phtml
。