FoxKit stops working

Shopify changed the API of Metafield type so if you are using an old theme version (before v2.5.0), FoxKit app can stop working on your store.

In this case, follow the instructions below:

  • Go to Themes -> Actions -> Edit code

  • Search & open the file: snippets/theme-data.liquid

Find this line (Line 76)

Replace with

  • Search & open the file: snippets/foxkit-cart-goal.liquid

Find this line (Line 1)

Replace with

  • Search & open the file: snippets/foxkit-cart-countdown.liquid

Find this line (Line 1)

Replace with

  • Search & open the file: sections/cart-drawer.liquid

Find this line (Line 1)

Replace with

  • Search & open the file: snippets/product-stock-countdown.liquid

Find this line (Line 1)

Replace with

  • Search & open the file: snippets/check-preorder.liquid

Find this line (Line 1)

Replace with

  • Search & open the file: snippets/foxkit-messenger.liquid

Find this line (Line 1)

Replace with

  • Save file changes

If you are using Minimog v2.5.0, this is not necessary

Last updated

Was this helpful?