Genie AppsGenie Apps Help Center
All CategoriesStore Pickup FAQWhat should I do after uninstalling the app?

What should I do after uninstalling the app?

Last updated: April 10, 2026

Remove all app code from your theme after uninstalling to keep your store clean and fast.

If you uninstall the app from your store's admin panel, it will disable the pickup functionality. However, some code will remain in your store. Follow the steps below to remove all app code and ensure your cart page loads as quickly as possible.

1

Remove the {% include 'genie-store-pickup' %} line from your Layout → theme.liquid file.

2

Remove the <div id="genie-store-pickup-front-holder" data-store-domain="{{ shop.domain }}"></div> line from your Sections → cart-template.liquid file.

3

Delete the Snippets → genie-store-pickup.liquid file.

4

Delete the Assets → genie-storepickup.scss file.

5

Delete the Assets → genie-storepickup.js file.

6

Delete the Assets → genie-storepickup-vender.js file.

7

Delete the Locales → en-GP.json file.

Skipping these steps will leave unused code in your theme, which can slow down your cart page.