Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
製品追加ページは非常に大きいです。管理者側で単一の製品追加ページを作成するのを誰かが手伝ってくれますか...
このジョブを完了するには、magento 開発ドキュメントを使用できます。例:
php コードを使用して製品を取得します。
$product = Mage::getModel('catalog/product'); print_r($product);
また、phpコードで製品を挿入/更新/削除できます。
マジェントphpdoc