Firstly, this is not in your database.
You need to use an ftp client (whatever you use to move files up to your server or bring them down to your computer).
CuteFTP, WSFTP, you can even just do it from Internet Explorer.
The problem is that the files you are trying to change are not set to be "writeable". This is a security precaution but does hinder you from making changes to templates in the X-cart Administration Backend.
You need to set the file so that it is fully readable and writeable. This is CHMOD 666. You can do this by right clicking on the file in your ftp client and changing the permissions. In IE you would right click on the file and go to properties. There won't be any numbers but you will see how to make the file fully writeable.
Whatever program you are using should have information in the help on how to do this. This is basic and important to know how to do if you want to work on your cart yourself.
If you are really stuck, ask your host to change the permission on the file and get them to explain how you could do it yourself.
And just to create good habits, what the heck. Backup first.
|