• Resolved germanoalves

    (@germanoalves)


    Is it possible to edit the data created in the plugin via the database?

    I found the referring table, but the structure I found complex ??

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Wombat Plugins

    (@maartenbelmans)

    Hi @germanoalves

    If you mean the fields the user filled out when ordering: you’d have to use the WooCommerce API for that.
    If you mean the fields created by our plugin: you’d have to fetch the data from the database, deserialize it, make your changes, and save it again.

    Thread Starter germanoalves

    (@germanoalves)

    Thanks for the answer!

    I refer to the data registered by the plugin. I even found the referring table in the database, but the content structure I found very complex ??

    So my doubt, if it is possible to edit this information via database because I am creating a tool to use together with the WC.

    Thanks!

    Plugin Author Wombat Plugins

    (@maartenbelmans)

    Anything is possible with custom coding, but if you’re unsure how serialized/deserialized data works, you may need a professional to help out.

    Thread Starter germanoalves

    (@germanoalves)

    ok! Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘editing via database’ is closed to new replies.