Hi,
Well, if we were to include the features any other extension would be implementing for HikaShop, then no other extension would want to integrate with HikaShop.
Not developing something that someone else already took the time to work on is good for two reasons:
- it motivates developers to integrate with HikaShop in the future since they know what they work on won't go down the drain
- it allows us more time to work on other things and thus offer more features as a whole
Now as I also explained in the thread of found (
www.hikashop.com/forum/import-export-csv...r-orders.html#310527
), if you want to migrate order data from a HikaShop website to another one (and from what I understand, that's why you want to do), you can do so via PHPMyAdmin:
What I would recommend is to delete the tables hikashop_order, hikashop_history, hikashop_order_product, hikashop_address and hikashop_user in your staging website database. Then, export the data and structure of these tables from your old website's database.
Then, import it in your new website database.
Then, I think you'll want to click on the "check database" button of the HikaShop configuration to synchronize the new users imported from your old website to the user entries in HikaShop (as they might have a different id). Ideally, the user import/export tool you use would keep the same ids for your users in Joomla and in that case, this would not be necessary.
This procedure should only take a few minutes to do and should be possible with any hosting and doesn't need any third party solution.