



// The Profile
SC.ENVIRONMENT.PROFILE = {"contactloginid":"0","firstname":"","paymentterms":null,"phoneinfo":null,"middlename":"","vatregistration":null,"creditholdoverride":null,"lastname":"","internalid":"0","addressbook":null,"campaignsubscriptions":[{"internalid":2,"subscribed":false,"name":"Billing Communication","description":null},{"internalid":1,"subscribed":false,"name":"Marketing","description":null},{"internalid":4,"subscribed":false,"name":"Newsletters","description":null},{"internalid":5,"subscribed":false,"name":"Product Updates","description":null},{"internalid":3,"subscribed":false,"name":"Surveys","description":null}],"stage":null,"isperson":null,"balance":null,"creditcards":null,"companyname":null,"name":null,"emailsubscribe":"F","creditlimit":null,"email":"","subsidiary":"1","language":"en","currency":{"internalid":"1","symbol":"$","currencyname":"AUS","code":"AUD","precision":2},"isLoggedIn":"F","isRecognized":"F","isGuest":"F","priceLevel":"5","customFieldValues":[{"name":"custentity_isp_preferred_store","value":""},{"name":"custentity_ps_volt_access","value":"F"},{"name":"custentity_bwv_gender","value":""},{"name":"custentity_bwv_vehicle_make","value":""},{"name":"custentity_bwv_vehicle_model","value":""},{"name":"custentity_bwv_category_pref_selector","value":""},{"name":"custentity_bwv_area_of_interest_selector","value":""},{"name":"custentity_bwv_birthdate","value":""}]};

SC.SESSION = {
	currency: {"internalid":"1","symbol":"$","code":"AUD","name":"AUS","currencyname":"AUS","isdefault":"T","symbolplacement":1}
,	language: {"name":"English (AU)","isdefault":"T","locale":"en_AU","languagename":"English (AU)"}
,	priceLevel: "5"
,	touchpoints: {"logout":"/app/logOut.ssp?logoff=T&ckabandon=tSojOGKMAkv2bMzw","customercenter":"https://www.batteryworld.com.au/app/my_account.ssp","serversync":"https://www.batteryworld.com.au/app/site/backend/syncidentity.nl?c=3651093&n=2&chrole=17&ck=tSojOGKMAkv2bMzw&cktime=167016","viewcart":"/app/goToCart.ssp","login":"/app/checkout.ssp?is=login&login=T","welcome":"/s.nl","checkout":"/app/checkout.ssp?is=checkout","continueshopping":"/","home":"https://www.batteryworld.com.au","register":"/app/checkout.ssp?is=register&login=T&reset=T&newcust=T","storelocator":"/app/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 = false;

// Ef - Customization to remove publish and add userPublish
SC.ENVIRONMENT.sessionPublished = {};

	SC.ENVIRONMENT.sessionPublished.MyStore = {"updateCart":false,"sessionId":null};



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