• Resolved fokkejan

    (@fokkejan)


    Hi,

    I want to change the order_id that is send from woocommerce to the mollie server. By default it’s picking up the woocommerce order_id field, but I have a custom invoice_id field created via the plugin WooCommerce PDF Invoices & Packing Slips.

    The invoice_id is stored in the field plain_orders__wcpdf_invoice_number and i need it to be send to mollie to enable matching the MT940 bank transfer files in my accounting system.

    Is there a possibility to change the field? Mollie support desk said it should be possible, but they could not tell how. So here I am hoping for some help.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Syde Niklas

    (@niklasinpsyde)

    Hi @fokkejan,

    I am not sure we have a filter that can do this, so I will consult with our developers.
    We have released our update 6.3 yesterday which gives you some options to specify the Payment description when you chose to use the Payments API.
    There are no options for custom order numbers yet, but maybe it helps you already for your use case.
    In any case, I will let you know after I had the chance to discuss this with our developers.

    Kind regards,
    Niklas

    closed because of inactivity

    Plugin Support Syde Niklas

    (@niklasinpsyde)

    Hi @fokkejan,

    We only retrieve the order id from WooCommerce and are passing it to Mollie.
    But we are not providing any way to hook into this, because it wouldn’t make too much sense.
    However, what you could do, is to modify the order id, i.e. the result of get_id() before we are asking for it. So if you manage to overwrite the order id in WooCommerce, then we will work with that new id and it shouldn’t cause any issues.
    This could be done in several ways with filters or plugins, but none of them actually include the Mollie plugin directly. Anyway, I hope this helps.

    Kind regards,
    Niklas

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change order_id’ is closed to new replies.