Disable Atome widget from product template

Disable Atome widget from product template

drinks99
Visitor
1 0 0

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. 

Replies 4 (4)

ranazain2626
Excursionist
28 0 9
  1. Search for any code related to the Atome widget. This code might include JavaScript, HTML, or Liquid tags specific to the widget.
  2. 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 -%}
​

 

Chat on WhatsApp: +923017663583
Need a Shopify developer? Hire us at ranazain2626@gmail.com
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications

angiehk123
Tourist
9 0 0

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!

joannahyr
Visitor
2 0 0

Did you manage to figure this out? I'm still struggling with this!

forth-co
Visitor
3 0 0

Hi, I managed to find the way to remove the Atome price divider:

forthco_0-1728984824936.png

 

1) In Shopify left side bar menu, click on "Apps"

2) In the search bar drop down, click on "App and sales channel settings" last option

forthco_1-1728984881763.png

 

3) Click on "Develop apps" button on top right corner

4) You will see "Atome" as 1 of the installed app

forthco_2-1728984927190.png

 

5) 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.