• Resolved rambillo

    (@rambillo)


    Hey there, love the plugin!

    Not sure if this just came up with the jump from plugin version 1.7.0 to 1.8.0, but I’m noticing this morning that my order numbers in the Commission section (from WooCommerce Product Vendors v2.0.26) are not appearing sequentially – and seem to be $order->id rather than $order->get_order_number().

    Perhaps it was always like this, where Product Vendors doesn’t use $order->get_order_number(), and if so, I suppose I will need to take up my issue over there.

    In any case, I appreciate any advice or guidance.

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author SkyVerge

    (@skyverge)

    hey @rambillo! Thanks for the report here. From what I can see, the only place the Product Vendors codebase uses the order number ($order->get_order_number()) is in vendor emails :\

    In the commissions list, it looks like order ID is used directly:

    return edit_post_link( absint( $item->order_id ), '', '', absint( $item->order_id ) );
    

    So I’m afraid that Product Vendors would need to update this on their end as you’ve mentioned. Sorry I don’t have better news for you here! Please feel to free to reference this when opening a thread with WooCommerce, happy to add details if needed.

    Cheers, Beka

Viewing 1 replies (of 1 total)
  • The topic ‘V1.8.0 not supporting Product Vendors or vice versa?’ is closed to new replies.