

// The Profile
SC.ENVIRONMENT.PROFILE = {"contactloginid":"0","firstname":"","paymentterms":null,"phoneinfo":null,"middlename":"","vatregistration":null,"creditholdoverride":null,"lastname":"","internalid":"0","addressbook":null,"campaignsubscriptions":[],"stage":null,"isperson":null,"balance":null,"creditcards":null,"companyname":null,"name":null,"emailsubscribe":"T","creditlimit":null,"email":"","subsidiary":"1","language":"en","currency":{"internalid":"1","symbol":"$","currencyname":"AUD","code":"AUD","precision":2},"isLoggedIn":"F","isGuest":"F","priceLevel":"10","custom":[{"name":"custentity_avt_customer_department","value":""},{"name":"custentity_customer_mode","value":""}]}; 

SC.SESSION = {
	currency: {"internalid":"1","symbol":"$","code":"AUD","name":"AUD","currencyname":"AUD","isdefault":"T","symbolplacement":1}
,	language: {"name":"English (AU)","isdefault":"T","locale":"en_AU","languagename":"English (AU)"}
,	priceLevel: "10"
,	touchpoints: {"logout":"/shopflow/logOut.ssp?logoff=T&ckabandon=Lk5woXmuArmCliGF","customercenter":"https://www.until.com.au/myaccount/index.ssp","serversync":"https://www.until.com.au/app/site/backend/syncidentity.nl?c=1255492&n=2&chrole=17&ck=Lk5woXmuArmCliGF&cktime=175737","viewcart":"/shopflow/goToCart.ssp","login":"/checkout/index.ssp?login=T","welcome":"/s.nl","checkout":"/checkout/index.ssp","continueshopping":"/","home":"https://www.until.com.au","register":"/checkout/index.ssp?login=T&reset=T&newcust=T"}
};



// The Product Lists and its configuration. 
SC.ENVIRONMENT.PRODUCTLISTS_CONFIG = {"additionEnabled":true,"loginRequired":true,"list_templates":[{"templateid":"1","name":"My list","description":"An example predefined list","scope":{"id":"2","name":"private"}},{"templateid":"2","name":"Saved for Later","description":"This is for the cart saved for later items","scope":{"id":"2","name":"private"},"type":{"id":"2","name":"later"}}],"itemsDisplayOptions":[{"id":"list","name":"List","macro":"productListDisplayFull","columns":1,"icon":"icon-th-list","isDefault":true},{"id":"condensed","name":"Condensed","macro":"productListDisplayCondensed","columns":1,"icon":"icon-th-condensed"}]};


if (SC.PROFILE_PROMISE)
{
	SC.PROFILE_PROMISE.resolve(SC.ENVIRONMENT.PROFILE); 
}

// Loads the application files, if you need to have a less agresive cacheing you can move them 
// to the sc.environment.ssp (Moderate cacheing) or to the sc.user.environment.ssp (No cache but less performant). Commented here by default.
/*
loadScript([
	'https://www.until.com.au/shopflow/js/libs/Libraries-0171aacc863c.js'
,	'https://www.until.com.au/shopflow/templates/Templates-0171aacc95bc.js'
,	'https://www.until.com.au/shopflow/js/Application-0171aacc7f45.js'
]);
*/