A few years ago I had an online store using ecommerce templates. However , I no longer have the domain which expired and it was purchased by someone else Question, I have a backup copy of the store with all its files, database, etc
If I register a new domain, how can I change the store configuration to use the new domain?
Hi Jezze The only thing really domain specific in the store is in the ECT Admin -> Main Settings page so once you have the database installed on the new server and the vsadmin/db_conn_open.php script altered for the new database, just go to your Main Settings page and change that. You may have an "orstoreurl" parameter in the includes.php file so do check for that.
Just to add to what Vince has mentioned, if in any of your store html pages you have full version absolute paths then those would need editing accordingly
eg: https://oldwebsite.com/store/image.jpg
You could use short version absolute paths
eg: /store/image.jpg
----------------------------------------------- Steve Manchester UK