digitalwithyou / craft-facebook-conversion

Craft CMS plugin to send web events directly to Facebook
https://digitalwithyou.com/en/plugins/facebook-conversion/getting-started
Other
0 stars 3 forks source link

Fix how you access the email address in certain scenarios #37

Open samhibberd opened 10 months ago

samhibberd commented 10 months ago

When there is no email address on the order, we try to retrieve the email from the customer. As customers are now native users in Craft 4, the getEmail() method is no longer available.

Fixes https://github.com/digitalwithyou/craft-facebook-conversion/issues/36

samhibberd commented 10 months ago

Any thoughts on getting this fix merged?

samhibberd commented 3 months ago

Hi @Diewy would it be possible to get this merged? We are still having to use our fork to work around this issue! Thanks