Hey, hoping someone can help.
This is a huge longshot & we’re keen to pay money for anyone who may be able to help.
We run a gift box company and so 99% of people who buy from us, buy for someone else.
During the product selection process (Using a 3rd party app) they have the option to add a message/note to their order.
We are looking to add the ability for the customer to add a mobile number ( on checkout/ after checkout) which will then send and SMS and include the message/note they have added previously.
We collect the mobile number during checkout as per the native shopify settings and have tried multiple apps, however, we struggle with pulling the message through.
Shopify used to have a function where you could enter a mobile number on the ‘thank you page’ which worked really well, however, they have recently removed this feature.
The code we used then was:
“{% for line_item in order.line_items %}{% unless line_item.properties == empty %}{% for property in line_item.properties %}{% if property.first == “Your Message” %}{{ property.last }}{% endif %}{% endfor %}{% endunless %}{% endfor %}”
The site url is: www.notacard.com
We would love to hear from anyone who thinks they may be able to help.
Thanks in advance,