我想檢索與訂單相關的所有詳細信息,例如order_id,與該訂單相關的產品以及magento數據庫中的大小,價格和顏色等產品屬性。這是我目前用來檢索訂單詳細信息的查詢。但我無法找到具有產品屬性詳細信息的表格。 SELECT
items.order_id AS order_id,
concat(address.firstname,' ',address.lastname) as name,
a
我需要我的自定義頁面上顯示產品的詳細信息, 代碼: <?php
set_time_limit(0); //THIS SCRIPT JUST INITIALS THE PROFILE TO BE RUN VIA MAGENTO ADMIN "RUN PROFILE IN POPUP". Its the same thing as click just via this file that you