Support » Plugin: Sliced Invoices - WordPress Invoice Plugin » Ultimate Member Integration (Feature Request)

  • Resolved Laguna Ocean

    (@lagunaocean-1)


    Hi,

    An integration with UM would be very helpful, in the sense that an already defined field within UM could be reused by Slices Invoice.
    For instance, the company name or company details, required info for billing, could also be taken from an existing UM field.

    Best Regards,
    Laguna Ocean

    https://wordpress.org/plugins/sliced-invoices/

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

    (@slicedinvoices)

    Hi Laguna Ocean,

    As Sliced Invoices is still a fairly new plugin, we are slowly working on integrations with other plugins and will look into providing integrations with popular member plugins – I think this is a great idea.

    With a bit of custom code though, this could all be possible now.
    UM simply stores the user fields in the user meta table of the database, so you could possibly retrieve the info and display it on a custom invoice template by doing something like:

    $client_id = sliced_get_client_id();
    echo get_user_meta( $client_id, 'your_custom_field', true);

    This is obviously a very basic example but shows how it can be achieved.

    Cheers

    What is UM?

    Ignore previous post. Thanks

    Plugin Author SlicedInvoices

    (@slicedinvoices)

    Marking as closed.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Ultimate Member Integration (Feature Request)’ is closed to new replies.