Hello,
Thank you for opening the topic, can you please double check what option is set for SMS → Settings → General → Mobile field status?
“Use the existing phone field” is selected.
ps. Just to note that everything was working fine until upgraded to v4.
So, can you please change it to “Use the exist phone field in billing address” and then try again?
This is what is already selected as I said.
-
This reply was modified 3 years ago by
nimonogi.
In this case we should make sure in what field the mobile numbers are stored, can you look at one order on database to make sure what is the field key?
an example of query:
SELECT * FROM wp_postmeta WHERE meta_value LIKE 'mobilenumber'
MySQL returned an empty result set (i.e. zero rows).
Apparently the problem rises from the last update. Some changes you made there doesn’t work properly as I were using the plugin Everyday for more than a year now.
Btw, did you replace the mobilenumber on query to a real customer’s number?
Sorry, here are the proper results: https://imgur.com/a/OcSHWIs
Thanks, that seems to resolving the problem.
Sounds good, thank you for testing, I’ll release the new version soon.