You may need to manually remove our code from your theme if:
- you've manually added our code to your theme, ie you have not exclusively used one-click publishing
- you haven't transitioned to use our theme app embed AND you uninstalled Re:amaze from your Shopify store without unpublishing your embeddables/cues
- you transitioned to use our theme app embed after March 31st 2024
Navigate to your Shopify admin > Online Store > Themes. Next to your theme, click on the three dots, then click "Edit code" in the dropdown menu.
Search for reamaze
from the search bar and delete the reamaze-config.liquid
and reamaze-sso.liquid
files by clicking on the trashcan icon.
Then, search for theme.liquid
. Click on it to open the file.
Inside this file, remove this block of code (if it exists):
<!-- REAMAZE INTEGRATION START - DO NOT REMOVE -->
{% render 'reamaze-config' %}
{% render 'reamaze-sso' %}
<!-- REAMAZE INTEGRATION END - DO NOT REMOVE -->
And you're done! Feel free to reach out to support@reamaze.com with any further questions.