We don't see the loader icon in our webstore since...
# suitecommerce
v
We don't see the loader icon in our webstore since the SC 2020.2 upgrade. Any way we can fix that ourselves? Or do we have to raise a ticket?
s
It's scheduled to fixed in an upcoming version of SC
v
Okay Steve, thanks for the update.
Is there any place where we can see the known issues of the current release?
s
No, sorry
v
Okay, no problem.
m
For temporary fix, just add the script below under
header_banner_top
and
simplified_header_banner
cms area via SMT.
<script>
$(document)
.ajaxStart(SC.loadingIndicatorShow)
.ajaxStop(SC.loadingIndicatorHide);
</script>