From c8df7fac7dc959d86fed61240aa0eb3d7fc67de4 Mon Sep 17 00:00:00 2001 From: Dave Lowensohn Date: Thu, 22 Dec 2016 23:04:00 -0800 Subject: [PATCH] Disable ajax request caching to enable ajaxCart in IE (#599) --- layout/theme.liquid | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layout/theme.liquid b/layout/theme.liquid index 6191090cc..67cc0ef92 100755 --- a/layout/theme.liquid +++ b/layout/theme.liquid @@ -416,6 +416,8 @@ {% include 'ajax-cart-template' %} {{ 'ajax-cart.js' | asset_url | script_tag }}