If I am not wrong, actualy we only have an order number, the same for each seller.
It would be good for a marketplace if we could have an invoice number per seller. In fact in France, a law say that seller should add incremental invoice number on each invoice.
ie: one customer buy product from seller 1 and seller 2
Then, when order status change to completed, invoice number is incremented for seller 1 and seller 2 (not the others. In my country a law
I just hack mp_orders.module to add increment in a new column invoice_number into table mp_seller_order_statuses
It works but it's not realy clean... May be someone know a better way to do this.
Comments
Comment #1
baff commentedsubscribe
Comment #2
Anonymous (not verified) commentedHello,
Could you tell us how to hack the mp_seller please ?
Thank you, merci :)
Comment #3
ledom commentedAfter adding facutre_id column into mp_seller_order_statuses table, edit mp_orders like that:
Comment #4
vlooivlerke commentedCould this be committed to dev?