You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, we're trying to follow the guide in the readme here, so that we can only import certain products based on a custom meta data field. Perhaps we've misunderstood how this works, but we tried to change the conditional from:
Description
Hi there, we're trying to follow the guide in the readme here, so that we can only import certain products based on a custom meta data field. Perhaps we've misunderstood how this works, but we tried to change the conditional from:
if ($event->metafields['do_not_sync'] ?? false) {
to
if ($event->metafields['custom.sync_to_craft']) {
But we're seeing this error:
Do you have any ideas where we might be going wrong, or have we hit a bug?
Thanks in advance for any help or advice!
Stephen
Additional info
The text was updated successfully, but these errors were encountered: