Anmeldelser (369)
Afgræns
-
Efter bedømmelse
Took only a minute! Works great!
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!
Regardless of how good the app is and how useful it is to acquire customers, the developers of the app made sure they help me with work that is not part of their job to insure I have a good experience, recommend it for the excellent support!
Thanks, Aumet! We do have some amazing and extremely helpful developers on the Helium team. 😄
Never coded anything in my life, I figured out how to install this and had no problems. Great work, thanks!!
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!
The Customer Fields app helped us improve the user experience and the design of the Shopify forms. Really helped us meet the business' goal.
Thanks.
Thanks for your feedback! 🙌
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