# Frequently Asked Questions

## 🤔 I cannot display the widget in my store. What is wrong here?

First please be sure that one of the counters is enabled there. Please check [the guide](https://heymerch.gitbook.io/hey/low-stock-counter/pages/-MlYEqIazGpS3bv-xZxZ#3.-step-publishing) in case you need it! Then, please check the points below:

* If you use the real data for the stock counter and choose "Show the available stock data if it is less than" X, the widget only displays on this condition. You cannot see the app if the product does not meet that criterion.
* Please check if you click to display the widget for all products or custom products.&#x20;
* If you are sure that there is no problem above, please reach out to us at <info@heymerch.net> because the app might need customization for your theme.&#x20;

{% hint style="info" %}
In case you choose to use the real stock data:

* If the item is sold out, the stock counter widget does not display there.&#x20;
* If the quantity is not tracked in Shopify settings for that product, the stock counter widget does not display there.

In case you choose to use the generated stock data:

* If the item is sold out, the stock counter widget does not display there.&#x20;
  {% endhint %}

## 😳 My store theme is online 2.0 but I cannot drag the app. What should I do?&#x20;

Even though we support the Online 2.0 drag-and-drop option, some of the themes do not allow users to place the app's desired location. But no worries! You can still place our app above the add-to-cart button.

Please follow the basic steps listed below,

* Disable the app from the add block section by clicking the eye icon (1).
* Then enable the app again from the theme settings -> app embeds section (2).
* &#x20;Do not forget to click the save button after the changes.
* When you complete the steps, our app automatically will appear above the add-to-cart button.&#x20;

<figure><img src="/files/v2l1G6N8kZY5CwvUrDUe" alt=""><figcaption><p>Disable "Add Block" and then Enable "App Embeds"</p></figcaption></figure>

## 🪞Why does the widget display twice? | Duplication issue&#x20;

You activated the app perfectly but it shows the message twice. Don't worry it's super easy to fix it. The reason behind that is the app has been activated more than once.

There are two options for Online 2.0 Stores. One is via the "Add Block "  and the other one is via  "App Embeds".   However, you need to enable only one of the options and disable the other one to prevent duplication issues. &#x20;

Please follow the basic steps listed below to only activate the app via app embeds.

* Disable the app from the add block section by clicking the eye icon (1).
* Then enable the app again from the theme settings -> app embeds section (2).
* &#x20;Do not forget to click the save button after the changes.

{% hint style="info" %}
Please check [the guide](https://heymerch.gitbook.io/hey/low-stock-counter/pages/-MlYEqIazGpS3bv-xZxZ#3.-step-publishing) if you need more details.
{% endhint %}

<figure><img src="/files/v2l1G6N8kZY5CwvUrDUe" alt=""><figcaption><p>Disable "Add Block" and then Enable "App Embeds"</p></figcaption></figure>

## 🖼 I would like to display the widgets only for specific items. Is it possible?

Yes, sure! Please select products that you want to display the widgets on from the filter in the settings section. The app only will be displayed there! &#x20;

<figure><img src="/files/qckJbtRV8dcKqMnUDQNg" alt=""><figcaption></figcaption></figure>

## 🧐 Does the app work for Online Store 2.0?&#x20;

Yes! HeyMerch Stock and Sales counter works for Online Store 2.0. You need to follow below:&#x20;

{% hint style="info" %}

1. &#x20;Go to one of the product pages&#x20;
2. On the left side navigation, click the "Add block" in the "Product information" section
3. Please choose HeyMerch Counter, then drag and drop wherever you want.&#x20;
   {% endhint %}

## 🔡 I just want to display a text message, is it possible to hide the number?&#x20;

Yes! You can hide the number if you want to give a message just by text. The solution is a little tricky. If you make the **number size 0**, the number disappears. You can check the use cases section to get some tips to use our app differently.&#x20;

## 🚀How can I publish the app if my store theme is not "Online 2.0"?

Please go to the "theme editor", and then " app embed". You see Hey Counter App there! Switch our app on and see our app in action on your product page!&#x20;

{% embed url="<https://www.youtube.com/embed/kPL_gRr_8Nw>" %}
Enabling the app via app embed section
{% endembed %}

## 🔎 What if I want to put the widget in a custom position?

Please let us know where you would like to put the widget! Based on that, we will share a custom code for your theme and you can insert it into your product.liquid file.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://heymerch.gitbook.io/hey/low-stock-counter/frequently-asked-questions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
