Descripción
The plugin adds one WooCommerce administration screen with three download links:
catalog.xml– products, variations, prices, tax rates, stock levels, images, and category paths used by productscustomers.xml– registered customers and their billing and shipping addressesorders.xml– orders, address snapshots, line items, shipping, payment, discounts, fees, and refunds
Files are streamed directly to the browser of a signed-in user who can manage WooCommerce. The plugin does not send data to an external service, create a publicly accessible file, require an API key, or run in the background.
Data that is not exported
- Passwords or their hashes. Customers set a new password in the new store.
- Custom fields and prices calculated by other plugins. These require separate mapping.
- Categories without products. The catalog format carries category paths, not a separate category tree.
Instalación
- Upload the ZIP through Plugins > Add New Plugin > Upload Plugin.
- Activate the plugin.
- Open WooCommerce > Migrate to Forga and download the three files.
- After the migration, deactivate and delete the plugin. It leaves no stored data behind.
FAQ
-
Who can access the exported data?
-
Only a signed-in user with permission to manage WooCommerce. Download links are protected by a time-limited WordPress nonce, and the export is not stored on the server.
-
Can it handle a large store?
-
XML is streamed in batches, so the entire catalog is not held in memory. Export duration depends on the amount of data and hosting performance. Keep this tab open until the file has downloaded.
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
«Forga Migration Export» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«Forga Migration Export» ha sido traducido a 1 idioma local. Gracias a los traductores por sus contribuciones.
Traduce «Forga Migration Export» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.0.0
- Initial release: export the catalog, customers, and orders.