0
我想在重新訂購magento的銷售訂單前修改訂單數量。所以我必須在自定義php頁面&中設置會話值,以便在orderController中獲取該會話值。如何從magento中的自定義php頁面獲取orderController中的會話值?
我想在重新訂購magento的銷售訂單前修改訂單數量。所以我必須在自定義php頁面&中設置會話值,以便在orderController中獲取該會話值。如何從magento中的自定義php頁面獲取orderController中的會話值?
通過使用getSession(); 它有助於獲取存儲在服務器中的會話值。
你是什麼意思的自定義PHP頁面? – 2012-01-13 13:32:16