Ok I will try that,
thank you for your help. I appreciate the support!
I will check out the themes support channel
Hello kmessinger
Thanks for the quick response, i appreciate it.
I did try to deactivate plug-ins however i am still getting the message. you can see the message here https://iris.ca/location/beloeil_036page/
The code being worked on is
foreach($storeObject[‘cf’][3][‘value’] as $staffItem) {
if(!in_array($staffItem[‘Type’],array(‘OPTO’,’OPTI’)) && $staffItem[‘IsManager’] == 1) {
array_push($other,$staffItem);
continue;
}
Any help would be great 🙂
Thanks!!