سؤال

Cart summary is coming jumbled on cart page in Magento 2.1.3 . I am not getting any js errors in console, please check screenshot .

jumbled cart

Please help me, if someone else faced similar issue.

هل كانت مفيدة؟

المحلول

I solved my issue by disabling modpagespeed in .htaccess of magento root. It can be done by adding following code in .htaccess ;

<IfModule pagespeed_module>
    ModPagespeed off
</IfModule>
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى magento.stackexchange
scroll top