var errStr = 'The user does not have the authority to run this command "TrackOrderStatus".';
var isGigyaUnavl = errStr.indexOf("GIGYA_UNAVAILABLE");
if( isGigyaUnavl > 0){
eStoreProductOverlay('gigyaServiceUnavailable_overlay');
}
else
{
The user does not have the authority to run this command "TrackOrderStatus".
}
}
placeholder...