Thread Starter
mdc555
(@mdc555)
I also can’t see customers, sellers…
I get this error on the browser console for orders:
wcfm-script-orders.js:82 Uncaught ReferenceError: $wcfm_datatable_button_args is not defined
at HTMLDocument.<anonymous> (wcfm-script-orders.js:82)
at i (jquery.js:2)
at Object.fireWith [as resolveWith] (jquery.js:2)
at Function.ready (jquery.js:2)
at HTMLDocument.J (jquery.js:2)
This for sellers:
wcfm-script-vendors.js:35 Uncaught ReferenceError: $wcfm_datatable_button_args is not defined
at HTMLDocument.<anonymous> (wcfm-script-vendors.js:35)
at i (jquery.js:2)
at Object.fireWith [as resolveWith] (jquery.js:2)
at Function.ready (jquery.js:2)
at HTMLDocument.J (jquery.js:2)
And this for customers:
wcfm-script-customers.js:33 Uncaught ReferenceError: $wcfm_datatable_button_args is not defined
at HTMLDocument.<anonymous> (wcfm-script-customers.js:33)
at i (jquery.js:2)
at Object.fireWith [as resolveWith] (jquery.js:2)
at Function.ready (jquery.js:2)
at HTMLDocument.J (jquery.js:2)
-
This reply was modified 4 years, 1 month ago by
mdc555.
Hi,
Do you have any caching for the site?
If so, then please clear those and check once!
Please check at wp-admin -> WooCommerce -> Status -> Logs -> fatal_erros log -> is any error generated?
Thank You
Thread Starter
mdc555
(@mdc555)
Don’t worry about this… I’ve managed to get this working!
🙂
I’ll be in touch with you if I face any other issue…
Great … thanks for the update 🙂
Thread Starter
mdc555
(@mdc555)
Hey… I would like to show orders on vendor side the same way that in admin side, grouped by orders and not by separate items…. Any way to do this??
Hi,
Well, it does not show item wise orders!
Between, which multi-vendor plugin you are using for the site?
Thank You
Thread Starter
mdc555
(@mdc555)
WC Vendors but the vendor dashboard it’s still showing every item on the orders.
🙁
Thread Starter
mdc555
(@mdc555)
https://imgur.com/cebgVPj
Check this image please…
Thread Starter
mdc555
(@mdc555)
I have noticed that orders that are awaiting payment are not shown on the vendor dashboard. Is there any way to show these unpaid orders on the vendors dashboard too?
Hi,
WC Vendors
– Here is the problem. It generates vendor orders itemize and do not generate vendor order until payment is done!
If you migrate to WCFM own marketplace then no such issues will be there – https://wordpress.org/plugins/wc-multivendor-marketplace/
Thank You
Thread Starter
mdc555
(@mdc555)
But I can see the order list grouped by orders on the admin dashboard just he way I want. Is there any difference between admin and vendor dashboards logic???
HI,
Well, there is a significant difference between Admin order and vendor order.
Admin order may contain products from 4 different vendors, but we can not show that full order to vendors.
All multi-vendor plugins generate separate order for vendors. But frankly, WC Vendors has some issues with such vendor order generation!
Thank You
Thread Starter
mdc555
(@mdc555)
In my particular case, each order will only contain products from a single vendor. I’ll never have products from multiple vendors on the same order…
Any script that can help me with this??
Hi,
Any script that can help me with this??
– NO, we can not change core plugin’s functionality!
Thank You
Thread Starter
mdc555
(@mdc555)
I understand but I mean a snippet to place on functions.php.
I had a request once and you sent a function that helped me. That’s why I’m asking…