Recensies (369)
Verfijnen
-
Op beoordeling
Phenomenal app!
Allows quick and easy custom form setup and custom meta-data manipulation. There are a TON of advanced features in their easy-to-use app GUI which allow you to capture, manipulate, and store pretty much any kind of data in almost any way you can imagine.
ALSO, my personal favorite, the app offers the ability to code your own custom form solutions to work around restrictions imposed by the Shopify platform and for those extra tricky integrations between multiple 3rd party extensions.
PLUS, their support is out of this world. I've had frustrating experiences with other Shopify app support teams, not the folks from Helium. I've never waited for more than a day to hear back, and more than once the team has deployed hotfixes for bugs we've identified within days. I do not often review apps, but I really can't recommend this one enough.
Thank you for the phenomenal review! This is very rewarding to hear after so much effort has been put into making advanced features available in such an easy-to-use format. Thank you 💯
We installed this app as a way of getting customers who purchase our products through retailers into Shopify Customers along with those who purchase through our website for the purpose of centralising warranty info. Kyle has been amazing and helped us customise it to our needs. Highly recommended!
The customer support has been the most phenomenal that I have ever experienced. Kyle has helped me from setting everything up to answering every single question that I have had. Not only has the customer support been wonderful, the app works perfect and is exactly what i needed. Thank you so much!!
We aim to please! Thanks for your feedback, we appreciate your business :)
Never coded anything in my life, I figured out how to install this and had no problems. Great work, thanks!!
I was able to get my customers tagged so that my password protection was automated. This is a great product and the support team chatted with me to get it all set up.
Glad you were able to make good use of our auto tag feature! Thanks for the amazing feedback. :)
A very helpful product, as we needed to collect additional information about our customers and Shopify's out-of-the-box customer accounts feature is pretty limited. The team at Helium was incredibly helpful in getting us all set up. Excellent product, and excellent customer service!
Much needed functionality that is very simple to integrate. Minor styling issue was sorted with support from Josiah @ heliumdev. Recommended.
Easy to use and very good customer support!
Helium Dev have been very good to work with. They were able to customise the app for us and really went above and beyond to get it done. The functionality of the app is great and just works (which is all you really want!!).
Great work team!
Easy and quick, and it does the job that Shopify should do. It will save a lot of time and phone calls. Our theme had a link on the account page to edit the address(es) of the customer account. I put the new link just below that and added the word "Info.".
{% if customer.default_address != nil %}
{{ customer.default_address.address1 }}
{% if customer.default_address.address2 != "" %}
{{ customer.default_address.address2 }}
{% endif %}
{{ customer.default_address.city}}, {% if address.province_code %}{{customer.default_address.province_code}}, {% endif %}{{customer.default_address.country}}
{{ customer.default_address.zip}}
{{ customer.default_address.phone }}
{% endif %}
View or Edit Addresses ({{ customer.addresses_count }})
Edit Your Account Info