如何獲得下列文件 frontend/enterprise/default/template/page/html/header.phtml
或 frontend/base/default/template/page/template/links.phtml
或 frontend/enterprise/default/template/checkout/cart/cartheader.phtml
拼搶Magento的phtmls同時保持數據完整
的Magento的外面,仍然有處理日期完整的內容。 就像我的意思是仍然顯示用戶'我的購物車(5)'的正確數量的項目,或者在標題中顯示'Welcome,volkan yavuz'並仍然顯示用戶的名稱。
爲什麼我要這個?
我有一個獨立於Magento的zend應用程序,我們試圖結合頁眉和頁腳,所以我們將它們放在一個地方。我們需要從這個zend應用程序調用Magento頭文件。
到目前爲止,我在Magento中創建了一個調用這些文件(phtml)的自定義API,但似乎無法獲取這些處理的數據(如當前會話/用戶的購物車號碼或歡迎名字姓氏消息)