



// 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":"5","language":"en","currency":{"internalid":"1","symbol":"£","currencyname":"GBR","code":"GBP","precision":2},"isLoggedIn":"F","isRecognized":"F","isGuest":"F","priceLevel":"5","websiteAccess":""};

SC.SESSION = {
	currency: {"internalid":"1","symbol":"£","code":"GBP","name":"GBR","currencyname":"GBR","isdefault":"T","symbolplacement":1}
,	language: {"name":"English (UK)","isdefault":"T","locale":"en_GB","languagename":"English (UK)"}
,	priceLevel: "4"
,	touchpoints: {"logout":"/vetshop-2017/logOut.ssp?logoff=T&ckabandon=_b4ssCiMAmKHsO2s","customercenter":"https://www.vetshop.co.uk/vetshop-2017/my_account.ssp","serversync":"https://www.vetshop.co.uk/app/site/backend/syncidentity.nl?c=3934951&n=2&chrole=17&ck=_b4ssCiMAmKHsO2s&cktime=166952","viewcart":"/vetshop-2017/goToCart.ssp","login":"/vetshop-2017/checkout.ssp?is=login&login=T","welcome":"/s.nl","checkout":"/vetshop-2017/checkout.ssp?is=checkout","continueshopping":"/","home":"https://www.vetshop.co.uk","register":"/vetshop-2017/checkout.ssp?is=register&login=T&reset=T&newcust=T","storelocator":"/vetshop-2017/checkout.ssp?is=storelocator&login=T"}
};

SC.ENVIRONMENT.permissions = {"transactions":{"tranCashSale":0,"tranCustCred":0,"tranCustDep":0,"tranCustPymt":0,"tranStatement":0,"tranCustInvc":0,"tranItemShip":0,"tranSalesOrd":0,"tranEstimate":0,"tranRtnAuth":0,"tranDepAppl":0,"tranSalesOrdFulfill":0,"tranFind":0,"tranPurchases":0,"tranPurchasesReturns":0},"lists":{"regtAcctRec":0,"regtNonPosting":0,"listCase":0,"listContact":0,"listCustJob":0,"listCompany":0,"listIssue":0,"listCustProfile":0,"listExport":0,"listFind":0,"listCrmMessage":0}};

// Cases configuration

	SC.ENVIRONMENT.CASES_CONFIG = {"defaultValues":{"statusStart":{"id":"1"},"statusClose":{"id":"5"},"origin":{"id":"-5"}}};


//ProductList
SC.ENVIRONMENT.PRODUCTLIST_ENABLED = true;

if (SC.PROFILE_PROMISE)
{
	SC.PROFILE_PROMISE.resolve(SC.ENVIRONMENT.PROFILE);
}

SC.ENVIRONMENT.published = {};

