You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys,
I've installed your extension and I saw an issue. This extension affected to cache for all pages.
You can see it in this file 'app/code/Diglin/Zopim/view/frontend/layout/default.xml': <block class="Diglin\Zopim\Block\Display" name="zopim.chat.js" as="zopim_chat_js" template="Diglin_Zopim::chat/widget.phtml" after="-" cacheable="false" />
cacheable = false affected to cache all pages. So I wonder If I remove "cacheable=false' that It won't affect to any function in this extension?
Thanks you.
The text was updated successfully, but these errors were encountered:
Hi guys,
I've installed your extension and I saw an issue. This extension affected to cache for all pages.
You can see it in this file 'app/code/Diglin/Zopim/view/frontend/layout/default.xml':
<block class="Diglin\Zopim\Block\Display" name="zopim.chat.js" as="zopim_chat_js" template="Diglin_Zopim::chat/widget.phtml" after="-" cacheable="false" />
cacheable = false affected to cache all pages. So I wonder If I remove "cacheable=false' that It won't affect to any function in this extension?
Thanks you.
The text was updated successfully, but these errors were encountered: