Answer the question
In order to leave comments, you need to log in
How to make product loading in magento using a separate script?
Good afternoon.
Tell me how to implement adding products to magento using a separate script?
Goods will come to the server in a zip archive, which will be opened and everything you need will be selected from it - data and images.
How to implement adding products to the database?
Answer the question
In order to leave comments, you need to log in
Directly in Magento Community Edition, 3 scenarios are implemented, where goods are added to the online store database.
1) script for adding a product to the online store manually by the administrator :
2) a script for programmatically remotely adding a product to an online store by an administrator using SOAP / XML-RPC protocols :
version 1:
Mage_Catalog_Model_Api2_Product_Rest_Admin_V1::_create()
version 2 (according to the WS-I standard): Mage_Catalog_Model_Product_Api_V2::create()
Mage_Catalog_Model_Convert_Adapter_Product::saveRow()
version 2 (appeared in the Magento core later as an accelerated alternative to Magento Dataflow, works with the database at a low level, I do not recommend it for initial training):goods will come to the server in a zip archive, which will be opened and everything you need will be selected from it - data and images
Df_1C_Model_Cml2_Import_Processor_Product_Type_Configurable::process()
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question