• Resolved matteo raggi

    (@whichtransfers)


    Does it support the fields of “Checkout Field Editor for WooCommerce”?
    I just need to copy the email, name, surname and title managed from “Does it support the fields of “Checkout Field Editor for WooCommerce” and saved into the woocommerce orders to a google sheet.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Uncanny Automator

    (@uncannyautomator)

    Hi @whichtransfers ,

    We have a few Automator sites using that plugin without issue, though we don’t have explicit support for its fields. What you can do though, assuming records are being stored in post meta, is to use our post meta tokens (https://automatorplugin.com/knowledge-base/post-meta-tokens/) to look up values by order ID.

    What we might suggest here is to check the post meta table in PHPMyAdmin (or however you access your database), look for all records for the order ID of a recent post, then identify the meta keys there that you want to target in your recipes. Based on what we’ve seen with that plugin, custom fields generally have this prefix: _billing_.

    Here’s an example we have from another user mapping several custom checkout fields in a Google Sheet action, so you can see how the post meta tokens are set up: https://cln.sh/pBXtWzNr

    Plugin Contributor Uncanny Automator

    (@uncannyautomator)

    Hi @whichtransfers , since it has been over a month since the last reply, we’ll go ahead and mark this ticket as closed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.