Hi,
I made a clone of my website in a subdomain where I am going to make several changes and also update joomla, plugins etc.
Later I want to delete the order from the subdomain and import the ones from the actual site.
How can I import those orders? Note that the actual site is not up to date.
I suppose I will need orders, order status, users? Can someone tell me the whole process and which tables I need to replace?
Thank you
Manually with mysql export/import (but you must export another table too - a table order is not enough)
I think table order user infos, maybe some tables for shipping and payment plugins.
Or you can use JMigrator
Thakn you