var errStr = 'Either the catalog entry "1,823,452" does not exist in the catalog, or it cannot be processed in store "11,353".';
var isGigyaUnavl = errStr.indexOf("GIGYA_UNAVAILABLE");
if( isGigyaUnavl > 0){
eStoreProductOverlay('gigyaServiceUnavailable_overlay');
}
else
{
Either the catalog entry "1,823,452" does not exist in the catalog, or it cannot be processed in store "11,353".
}
}
placeholder...