From 6289cfcfbfedd38f1568deb138c5abc7402bed9e Mon Sep 17 00:00:00 2001 From: Jared Schaab Date: Fri, 3 Mar 2023 14:43:10 -0800 Subject: [PATCH] Default Follow on Shop to on Closes: #2328 --- sections/footer.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/footer.liquid b/sections/footer.liquid index 130539f0b2a..48393d54cbc 100644 --- a/sections/footer.liquid +++ b/sections/footer.liquid @@ -521,7 +521,7 @@ { "type": "checkbox", "id": "enable_follow_on_shop", - "default": false, + "default": true, "label": "t:sections.footer.settings.enable_follow_on_shop.label" }, {