{{(location === '/checkout') ? 'CHECKOUT' : (location === '/profile')? 'PROFILE' : (location === '/orders')? 'ORDER HISTORY' : (location === '/accountCredit' || location === '/parent_account')? (accDisplayName?accDisplayName:'Account Credit') : store.name}}