Hello Martin, thanks for your response. Since we were not using ecommerce features on our previous site, I really dont know if the migration to 7 actually had all the ecommerce webparts/templates/doctypes, but the site was functional on its version 7.
This is what my appsettings looks like:
<!-- KENTICO RELATED CONFIGURATION START -->
<add key="CMSProgrammingLanguage" value="C#"/>
<add key="CMSTrialKey" value="CU05-20110105-xxxxxx"/>
<!-- <add key="CMSTrialKey" value="CX08-20140605-xxxxxx" /> -->
<add key="ChartImageHandler" value="storage=session;timeout=20;" />
<add key="CMSApplicationGuid" value="9e5b8955-246d-4b0b-a5f7-ae90b4c3e86d" />
<add key="CMSApplicationName" value="Default Web Site/7.0.4640.25309_FINAL_NET40_PROJ" />
<add key="WS.webservice" value="http://localhost/WebService/webservice.asmx"/>
<add key="CMSWYSIWYGFixXHTML" value="false" />
<add key="CMSWYSIWYGFixXHTMLResolve" value="false" />
<add key="CMSLogOutputToFile" value="false" />
<add key="CMSDebugOutput" value="true" />
<!-- Kentico 8 added config start -->
<add key="PageInspector:ServerCodeMappingSupport" value="Disabled" />
<add key="CMSHashStringSalt" value="6c032508-8921-4d32-bf43-7fbed97324d6" />
<add key="CMSDisplayApplicationErrorMessages" value="true"/>
<add key="CMSDebugMacros" value="true"/>
<!-- Kentico 8 added config end -->
<!-- KENTICO RELATED CONFIGURATION END -->
I have a side fresh kentico 8 installation, and I actually thought about the import feature, but I was not sure if that would import EVERYTHING ( webparts, doctypes, templates, transformations, and store configuration). Do you think that is the case?
Thanks again!