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