Hi,
Atome has recently left HK and I need to turn off Atome widget on my site. I’ve looked through all the codes but I can’t find it anywhere. This widget is current on my product page template. Tried to contact Atome but they didn’t get back to me. Will anyone be able to help me?
Example link here:
https://greenbottle.co/collections/new/products/glendalough-7-year-old-mizunara-cask
Thanks.
- Search for any code related to the Atome widget. This code might include JavaScript, HTML, or Liquid tags specific to the widget.
- Once you’ve located the code responsible for the Atome widget, you can either remove it entirely or comment it out. To remove the code, simply delete the relevant lines. To comment out the code, wrap it with Liquid comment tags like this:
{%- comment -%}
// Atome widget code goes here
{%- endcomment -%}
hey! I am having exactly the same issue, how did you manage to fix it? This is an absolute nightmare for us as customers still keep asking about it!
Did you manage to figure this out? I’m still struggling with this!
Hi, I managed to find the way to remove the Atome price divider:
-
In Shopify left side bar menu, click on “Apps”
-
In the search bar drop down, click on “App and sales channel settings” last option
-
Click on “Develop apps” button on top right corner
-
You will see “Atome” as 1 of the installed app
- Click into Atome app and click “Uninstall” on the top right corner
The price divider will be removed, you may refresh or clear cache before refreshing your shop page to see it removed.