Hi Dynamicweb,
After upgrade to 9.4.9 the path to templates in the IntegrationCustomerCenter is wrong.
This is old module settings:
<?xml version="1.0" encoding="utf-8"?>
<Settings>
<NavigationTemplate>eCom/IntegrationCustomerCenter/NavigationPlain.cshtml</NavigationTemplate>
<NavigationTemplate_path>/Files/Templates/Designs/xx/eCom/IntegrationCustomerCenter/NavigationPlain.cshtml</NavigationTemplate_path>
<ItemsPerPage>10</ItemsPerPage>
<PagerNextButtonType>1</PagerNextButtonType>
<PagerPrevButtonType>1</PagerPrevButtonType>
<PagerNextButtonTypeText>»</PagerNextButtonTypeText>
<PagerNextButtonTypePicture/>
<PagerNextButtonTypePicture_path/>
<PagerPrevButtonTypeText>«</PagerPrevButtonTypeText>
<PagerPrevButtonTypePicture/>
<PagerPrevButtonTypePicture_path/>
<Page1Name>MainPage</Page1Name>
<Page1Type>Ledger</Page1Type>
<Page1MenuName>Kontoudtog</Page1MenuName>
<Page1TagName>Ledger</Page1TagName>
<Page1ListTemplate>eCom/IntegrationCustomerCenter/LedgerList.cshtml</Page1ListTemplate>
<Page1ItemTemplate/>
</Settings>
The is the latest:
<?xml version="1.0" encoding="utf-8"?>
<Settings>
<NavigationTemplate>NavigationPlain.cshtml</NavigationTemplate>
<NavigationTemplate_path>/Files/Templates/Designs/xx/eCom/IntegrationCustomerCenter/NavigationPlain.cshtml</NavigationTemplate_path>
<ItemsPerPage>10</ItemsPerPage>
<PagerNextButtonType>1</PagerNextButtonType>
<PagerPrevButtonType>1</PagerPrevButtonType>
<PagerNextButtonTypeText>»</PagerNextButtonTypeText>
<PagerNextButtonTypePicture/>
<PagerNextButtonTypePicture_path/>
<PagerPrevButtonTypeText>«</PagerPrevButtonTypeText>
<PagerPrevButtonTypePicture/>
<PagerPrevButtonTypePicture_path/>
<Page1Name>MainPage</Page1Name>
<Page1Type>Ledger</Page1Type>
<Page1MenuName>Kontoudtog</Page1MenuName>
<Page1TagName>Ledger</Page1TagName>
<Page1ListTemplate>LedgerList.cshtml</Page1ListTemplate>
<Page1ItemTemplate/>
<Page1ItemIdParameterName>itemID</Page1ItemIdParameterName>
</Settings>
The result is that Dynamicweb tries to render a template located in /Files/Templates/xxxx.cshtml
I hope this can be fixed?
Best regards, Anders
