Shopify currently has the option to show a form that will let the shop owner know that a customer wants to be notified when an out of stock item is in stock.
Can this be done within the shopify code or would an app need to be created?
I am a dev and fairly new to the Shopify community/api/etc.
Yes, thatâs right! You can follow this tutorial here to add a back in stock notification form to your site. When a customer uses the form to submit their email address, you will be sent information about the product that they are interested in. Currently, with this method, you would manually need to reply to the emails that have been sent to you in regards to the out of stock product.
If youâre not a big coder, and youâd like a free way to reply to customers who want to be notified when products are back in stock, the below method can be used as a workaround:
Set up a filter for your inbox where the ânotify meâ emails are being sent. Here are some instructions for Gmail on filtering messages (Each inbox varies slightly, use keywords that relate to the product name.)
Use the Email Address Extractor (If youâre using Gmail) to give you a list of emails on a Google Sheet.
Upload the email list to service such as MailChimp.
Send out a mass email notifying all the customers who submitted a form about that particular product.
If youâd like to create an app yourself, a challenge to be aware of is, that you need to create a service that will gather the email addresses, and fire a response on your behalf when thereâs a trigger. The apps often integrate with mail services such as MailChimp to help them with this process. If you wanted to go one step further like Back in Stock, you can even connect this trigger directly to the stock levels so the notification process is automated. As a new dev this is quite the undertaking, however, it can be done! Check out the Shopify API Help Centre here if you havenât already. This is also a neat article on how to build an app in one week.
There are a few apps out there that allow you to send restock notifications automatically. I am a little bias and would suggest Back in Stock https://backinstock.org.
Hey, there are a number of apps in the Shopify ecosystem. But I have had the chance to try this one out for automated back in stock alerts - https://apps.shopify.com/customer-back-in-stock-alert-user-notification-app. Since theyâre developer-driven too, you might also be able to work with them on any customizations you need.
If I understand well, you would like to have a signup form on your Shopify store to notify customers when an item is back in stock.
Due to theme limitations, coding this feature on Shopify can be difficult, especially since the code differs between sectioned and non-sectioned themes. Even with the help available online, it can be difficult to figure out how to actually implement this code, particularly for non-programmers.
In fact, if a product is out of stock, the code for embedding a back-in-stock notification form simply adds a contact form to the product page. This does not automatically send an email to the customer when an item is back in stock. This means that sorting through hundreds of contact emails to find the ones that are relevant to a specific product will be difficult.
For now (except using a third-party app) these are the only steps you can take to send notification emails when your item is back in stock:
The first step is to go through your Gmail inbox and look for messages from customers who have sent a ânotify meâ email about a specific product.
Using this tool, you can extract email addresses from your Gmail account and save them to a Google Spreadsheet.
The next step is to upload this list to an email marketing tool and send a mass email to all customers whoâve sent emails about specific products.
As you can see, doing this for every single product can be time-consuming.
The good news is that there are numerous third-party alert apps that can help you set up automated notifications to notify customers when products are back in stock. Some of these even allow you to easily customize the email templates to match the tone of your brand.
Helplamaâs helpdesk, for example, is a one-of-a-kind solution that automatically detects issues with your customersâ orders and helps you in proactively resolving the situation with AI-drafted emails. Some other popular solutions include Back In Stock by Cartbite, Appikon, Sealapps, Shopgram, etc.
By using the back in stock notification form through Shopify, consumers can let merchants know theyâd like to be informed when a sold-out product comes back into stock. Once a customer submits their email address via the form, Shopify merchants will be sent information about the product that the customer is interested in. When the stock is available again, you can tell your customers. Using this method means that you, the merchant, will have to manually reply to the back in stock emails from your customers.
Alternative Shopify apps
If youâre after a more automated process, then an app could be the better choice. Apps such as Back in Stock: Customer Alerts and Back in Stock Alerts could provide you with what you want.
Does anyone know of a 3rd party back in stock app that has admin function to inform a customer who has signed up for a BIS alert that a product has been discontinued and will NOT be back in stock, and offer a recommendation for a closely related product?