Thanks a lot for the screenshots Gourav.
Please note that WC-Marketplace and WooCommerce Sequential Order Number Plugin are not compatible and due to this reason, you can see the sequential order number on the WooCommerce Order page(as the “Order” is compatible with the WooCommerce) whereas when it is about the Commission and Transaction part, the sequential order number is not appearing as they are coming from the WC-Marketplace.
Hope I am able to explain this point.
Regards,
Rimpa
okay thanks for your quick response but if i want a fresh order sequence than ? It always grab the old sequence & display it in commission page & in bank transaction.
Can you please suggest somethiong on it.How i can get a new fresh order sequence in all place like Order,WCMP Commission & bank transaction.
Thank You & Regards
Gourav
Hi Gourav,
As mentioned above, WCMp doesn’t support WooCommerce Sequential Order Number Plugin. However, you can achieve your requirement through customization.
Thanks,
Rimpa
Okay,
so from which WC MP file i can change the Commission ID number ??
I want a new fresher Commission id instead of old one.
Please suggest me the plugin file for it.
Thank You
Gourav
Thanks for holding patience Gourav. You can customize in the file name: class-wcmp-post-commission.php and the function name is wcmp_register_custom_columns (screenshot attached – https://goo.gl/MKP2sn).
Regards,
Rimpa
Thanks for your response i made the changes but still WCMP commission fetching the post id not the order number.
I deleted all my order but still in WCMP commission its showing old order id which is related to post id.
Attachment:
http://kpmglobaltech.com/WP_KPM/wp-content/uploads/2016/04/123.png
http://kpmglobaltech.com/WP_KPM/wp-content/uploads/2016/04/1234.png
Thanks & Best Regards
Gourav
.
Please ensure that you have edited the code as shown in the screenshot (underlined part in screenshot).
Regards,
Rimpa
Hello ,
Yes i did even after that in commission its showing old post/order ID.
Also in vendor dashboard it showing old Id which effects me in my bank transactions as the order number & commission id don’t match.
Please check it as i need order number & commission ID to be same for my bank documentation.
Please see the screenshot:
http://kpmglobaltech.com/WP_KPM/wp-content/uploads/2016/04/4.png
http://kpmglobaltech.com/WP_KPM/wp-content/uploads/2016/04/3.png
http://kpmglobaltech.com/WP_KPM/wp-content/uploads/2016/04/2.png
http://kpmglobaltech.com/WP_KPM/wp-content/uploads/2016/04/1.png
Let me explain the entire logic Gourav. At the time of order creation, WooCommerce sequential order numbers plugin just creates a post meta key (‘_order_number’) and assign the value with the highest current order number. Its just display the order number in sequential order, but the system captures only the actual order id (as everything is stored in WordPress as a post types, such as shop_order in the case of woocommerce orders).
In the case of the financial transaction, only the original order number generated by the system is considered. Hence, you are not able to see the order number generated by the WooCommerce Sequential Order Number Plugin in the transaction part.
Thanks,
Rimpa
Hi,
okays Thank You for your time on this issue.
Regards
Gourav
Hi,
I get the logic about this but can you please tell how vendor will know about the order as in vendor dashboard its showing old “Order ID” whereas in WC MP commission its showing the order sequence number.
Like i’m a vendor i receive an email having order number of #MDS-6 & after that i check my vendor dashboard & its showing me an number which doesn’t match with the email.Its difficult for vendor to know about the order detail.
As per file code changes,WCMP commission is changing its ID but in vendor dashboard order detail its still showing old id.
I’m attaching snapshot,hope you get what i’m trying to say:
http://kpmglobaltech.com/WP_KPM/wp-content/uploads/2016/05/5.png
http://kpmglobaltech.com/WP_KPM/wp-content/uploads/2016/05/6.png
http://kpmglobaltech.com/WP_KPM/wp-content/uploads/2016/05/7.png
Thanks
Gourav
@Gourav- Are you using any plugin to define the order numbers. If yes, do note that WC Marketplace doesn’t support any plugin which let’s the admin define the Order sequence number. Though, we do plan to add feature/compatibility this in near future.
Regards,
Sandeep
Hi Gaurav,
We underwent to find the solution for your issue. Please modify the file name: templates/shortcode/vendor_dashboard_sales_item.php as per the shared screenshot (https://goo.gl/qXWxuh). Hope this will help to reflect the same id as commission.
Regards,
Rimpa
Hey,
Yes its working great thanks but in order & payment in dashboard its still showing the old order id.Can you please tell me in which template file i need to make the changes. (order & Payment).
see the attachment :
http://kpmglobaltech.com/WP_KPM/wp-content/uploads/2016/05/1.png
http://kpmglobaltech.com/WP_KPM/wp-content/uploads/2016/05/2.png
http://kpmglobaltech.com/WP_KPM/wp-content/uploads/2016/05/3.png
Thanks & Regards
Gourav