Skip to content

smfichadiya/Ultima2cForUmbraco

 
 

Repository files navigation

Ultima2cForUmbraco

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)

catalog

item

basket

login

registration

How to start:

  1. Prerequisites
  1. Setup
  2. install package Ultima2cForUmbraco into umbraco, complete full steps of installation
  3. check web.config's Ultima.WebServiceURL setting for proper Ultimate2c WebServce URL and port!
  4. 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 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 DefaultAppPool

Enhance Processor Model -> Idle Time-out (minutes)

Idle

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

Recycling

About

Simple ecommerce solution based on Umbraco and Ultima2c (Ultimate2c)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 63.3%
  • JavaScript 20.5%
  • CSS 15.0%
  • Other 1.2%