Hi, i need to know how to transfer virtuemart products, i need to rebuild the site but some products i want to copy them to another virtuemart
https://csvimproved.com/
Hi, thanks for the answer, does not a slightly cheaper solution exist?
You can extract the data yourself from the database using phpMyAdmin and edit for inclusion in the "new" site.
That's an easy task when it's a transfer to an "empty" shop only. Export tables from old shop, delete tables in new shop and import data from old shop.
In case of merging it's really no fun (autoincremented ids) ...
cu