Good morning,
I have parameter Virtuemart in local and I would like to do it now in my client shop. Is there a way to save the configuration in order to import it?
Otherwise I would have to do it line by line.
Thanks for your help.
Best regards.
Frogybella
VirtueMart configuration is saved in the database, so use phpMyAdmin to copy the table xxx_virtuemart_configs from local to the online database. Backup the online database before doing this!
Great. Thanks a lot.