Is there a way to export transaction from a still active Phoca Cart 4 shop (in Joomla 4) to an migrated Phoca 5.2.2 shop (in Joomla 5)?
The transactions is still going on there while the migration takes place in a developer server!
Export and import transactions?
- Jan
- Phoca Hero

- Posts: 49111
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Export and import transactions?
Hi, you can normally update from Phoca Cart 4 to Phoca Cart 5 per Joomla update process. If both are different instances, the best way is just doing the same like by migration, just export the database data from 4 and import them to 5 directly in database, e.g. in phpMyAdmin.
This is old article but in fact it works the same way (export old db data only, import them to new database):
https://www.phoca.cz/documentation/86-j ... o-joomla-4
Jan
This is old article but in fact it works the same way (export old db data only, import them to new database):
https://www.phoca.cz/documentation/86-j ... o-joomla-4
Jan
If you find Phoca extensions useful, please support the project
-
mikaelbjors
- Phoca Newbie

- Posts: 5
- Joined: 03 Aug 2018, 10:57
Re: Export and import transactions?
You mean only the tables used by Phoca Cart? The migration itself takes some time and during that time there will be some transactions missing in the first import of the Joomla database.
- Jan
- Phoca Hero

- Posts: 49111
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Export and import transactions?
Hi, yes, I mean Phoca Cart table data, export and import should be done quickly when working directly in database 
Jan
Jan
If you find Phoca extensions useful, please support the project
-
mikaelbjors
- Phoca Newbie

- Posts: 5
- Joined: 03 Aug 2018, 10:57
Re: Export and import transactions?
Thankyou :)