E-Commerce configuration
The web.config file for E-Commerce module needs to have the following settings activated by removing the comment delimiters:
<!--RESERVED SEATING CONFIGURATION-->
<appSettings configSource="RS_AppSettings.config" />
<system.serviceModel>
<bindings configSource="RS_Bindings.config" />
<client configSource="RS_Clients.config"/>
</system.serviceModel>