This is a simple code to get started with building e-commerce web-site based on Ultimate2c and Umbraco 7
Umbraco is used as a front-end to show the data taken from Ultimate2c via rest api (json)
How to start:
- Prerequisites
- Ultimate2c version 6.0.0.3 and upper (see http://www.ultimatebusinessware.ru/2c/download/)
- fresh Umbraco 7.5.4 installation (with no starter kits installed!)
- Setup
- install package Ultima2cForUmbraco into umbraco, complete full steps of installation
- check web.config's Ultima.WebServiceURL setting for proper Ultimate2c WebServce URL and port!
- You're done! Open your site and use it
Session loss
Session data (basket contents, personal data) can get quickly lost due to default IIS settings (the session idle timeout and recycling). It's better to adjust them from the start:
Go to IIS Manager On Window's server it's in the server Dashboard -> IIS -> Tools ->(IIS) Manager
On non-server windows' Run "inetmgr"
Expand the list at your left Select DefaultAppPool (if you haven't earlier selected a custom appPool for you site) -> RightClick ->Advanced Settings
Enhance Processor Model -> Idle Time-out (minutes)
Down to Recycling It's unrecommended to completely turn off recycling as it may potentially consume all server resources. Your go is to limit the memory limit, after which the pool is recycled