New Shopify Certification now available: Liquid Storefronts for Theme Developers

HELP.. need "back in stock" notification email entries

Dennis_Linklett
Visitor
2 0 0

 

My product listings when sold and with zero inventory, change to collect email addresses.
I believed there would be a list of these emails and what the customer wanted somewhere.. Is not..  How can I find/get these "back in stock" notification email entries

there was the default shopify form "product-notify-me" template

Here is the Liquid tag of that form

{% if settings.notify_me_form %}
<div class="notify_form notify-form-{{ product.id }}" id="notify-form-{{ product.id }}" {% if product.available %}style="display:none"{% endif %}>
<p class="message"></p>
{% form 'cont{% if settings.notify_me_form %}
<div class="notify_form notify-form-{{ product.id }}" id="notify-form-{{ product.id }}" {% if product.available %}style="display:none"{% endif %}>
<p class="message"></p>
{% form 'contact', id: "notify_me" %}
{% if form.errors %}
<p><em>{{ 'products.notify_form.post_error' | t }}</em></p>
{% else %}
<p>
<label aria-hidden="true" class="visuallyhidden" for="contact[email]">{{ 'products.notify_form.description' | t }}:</label>

{% if settings.notify_me_richtext %}
{{ settings.notify_me_richtext }}
{% endif %}

<div class="notify_form__inputs notify_form__singleVariant {% if customer %}customer--true{% endif %}" data-body="{{ 'products.notify_form.message_content' | t: product: product.title, url: canonical_url }}">
{% if product.variants.size == 1 and product.available == false %}
{% if customer %}
<input type="hidden" name="contact[email]" class="notify_email" id="contact[email]" value="{{ customer.email }}" />
{% else %}
<input required type="email" class="notify_email" name="contact[email]" id="contact[email]" placeholder="{{ 'products.notify_form.email' | t }}" value="{{ contact.fields.email }}" />
{% endif %}

<input type="hidden" name="challenge" value="false" />
<input type="hidden" name="contact[body]" class="notify_form_message" data-body="{{ 'products.notify_form.message_content' | t: product: product.title, url: canonical_url }}" value="{{ 'products.notify_form.message_content' | t: product: product.title, url: canonical_url }}" />
<input class="action_button" type="submit" value="{{ 'products.notify_form.send' | t }}" style="margin-bottom:0px" />
{% endif %}
</div>
</p>
{% endif %}
{% endform %}
</div>
{% endif %}act', id: "notify_me" %}



Replies 2 (2)
Guleria
Shopify Partner
2787 555 795

Hello @Dennis_Linklett ,

A/to this code notification should be delivered to the store owner inbox. 

Thanks

-

Need a Shopify developer? Email: guleriathakur43@gmail.com

,
- Skype: navrocks1
- Try GEMPAGES a great page builder
-Advance Search Filter
Dennis_Linklett
Visitor
2 0 0

Thanks VERY BIG..
Please help me find my store owner inbox.

😉