I have a long-established html/css web site which uses a rather basic off-the-shelf shopping cart. I want to move to something better looking and with more functionality. I have investigated a number of carts and the ones I like the look of are all database driven.
If I use one of these it seems that I will not be able to retain my current .html page names which have ranked reasonably well for many years.
I have enquired whether I could retain my .html category pages and link from them to the .php item description/purchase pages, but was told I would lose much of the functionality of the system.
My questions are:
1. Are there any good carts that would allow me to retain my existing .html URLs?
2. Would it be committing SE suicide to change the URLs?
3. Using 301 redirects from the current .html to new .php pages has been suggested as a solution. Is that sound advice? And are there any SE implications to using 301s?
Thanks in advance for your help.