I have just had to disable the plugin on a site because I was hitting server erorrs in the CMS when trying to search entries / products.
Looking at the logs, I could see the following:
Calling unknown method: craft\commerce\models\Address::getCountryIso() in /var/www/html/vendor/yiisoft/yii2/base/Component.php:301
The source seems to be
dwy\FacebookConversion\listeners\commerce\BaseCommerceEvent->getUserData
I expect the plugin has been updated with some new Commerce functions but you haven't included fallback code for older versions or something similar.
I have just had to disable the plugin on a site because I was hitting server erorrs in the CMS when trying to search entries / products.
Looking at the logs, I could see the following:
I expect the plugin has been updated with some new Commerce functions but you haven't included fallback code for older versions or something similar.
Please can you look into this for me?