Vendor Wise Split Order Module
-
We have released the beta version of our split order module.
You can download that from here – https://github.com/dualcube/dc-woocommerce-multi-vendor/archive/devs.zip
Please note, This WCMp Split Order ( Beta – 1 ) is in active development and beta release for WCMp Split order next major version.For better debugging, it’s also recommended you add define( ‘SCRIPT_DEBUG’, true ); to your wp-config. It is recommended not to use this version in live site.
-
You can test this flow in this demo site also – https://demo.dualcube.com/wordpress/wp1018/my-account/
Offline for now.
@matthieuh, the demo is working.
You can check.
How do I test this on my store??? I installed it and activated it but I don’t see any new option on the WCMp menu…
Hi @housedelafunk, we don’t have any such settings, where an admin needs to enable an option to have split order flow. As soon as you will install this version, the split order flow will be activated.
However, these documents might help you out : https://docs.google.com/document/d/1X4R7uCk1kl-q7zlL5Y287NWTSqclqybzZwTYyL-ZElc/edit?usp=sharing
Let us know if you have any further query.
For some reason, when I mark an order as shipped on the vendors deshboard, it doesn’t save the information… Why is that?
@housedelafunk, It seems like there is some error in the site. Can you please check the console of the browser. You may find steps on how to do that in step #3 of the article on JavaScript debugging (https://codex.www.ads-software.com/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis).
Alternatively, Disable all the plugin except WooCommerce and WC Marketplace and check again. If the issue still exist, please switch to some default theme like Twenty Sixteen and check again.
Let us know the result so we can help you out further.
Some questions:
1. Can we modify the emails that vendors receive after a new order?
2. I’m using the version that splits the order by vendor. How do I set the order status as COMPLETED through the vendor dashboard? It stays as PROCESSING after I set it as shipped.
3. I set the settings on WooCommerce that users CAN NOT register or create new accounts, they do it by emailing or calling us. But after I installed your plugin, this setting remains changing to ANYBODY CAN CREATE A NEW ACCOUNT so I have to jump to the sittings page and change it over and over again. Why is that and how can I fix it???- This reply was modified 5 years, 6 months ago by HDLF PRODUCTIONS.
- This reply was modified 5 years, 6 months ago by HDLF PRODUCTIONS.
@housedelafunk , our replies are inline :
1. Can we modify the emails that vendors receive after a new order?
>> Yes, you can modify the email template of the vendor new order email and add your modification.
2. I’m using the version that splits the order by vendor. How do I set the order status as COMPLETED through the vendor dashboard? It stays as PROCESSING after I set it as shipped.
>> In order to mark the order as completed, follow this video – https://www.loom.com/share/d23bd61028d04ffba59f6c0511ab6745
Also, the shipping status doesn’t control the order status.
3. I set the settings on WooCommerce that users CAN NOT register or create new accounts, they do it by emailing or calling us. But after I installed your plugin, this setting remains changing to ANYBODY CAN CREATE A NEW ACCOUNT so I have to jump to the sittings page and change it over and over again. Why is that and how can I fix it???
>> Sorry to hear that, but we doubled checked this on our end. There is no such error.
Now, as you are facing this issue, please disable all the plugins except WooCommerce and WC Marketplace and check again.
Keep us posted also.
1. Could you please specify how to modify the WCMP Email template?
I have an Email Customizer Plugin but it doesn’t affect any of the emails generated by WCMP. It only modifies the WooCommerce email templates.2. I’m trying to do what I saw on the video but when I go to the order and click on Edit for the Order Status, nothing happens. It’s like the link is not working or broken. I would like to suggest to change the design of this link as a combo box where you click on it and then select the status that you want to assign to the order.
3. I fixed the error. Thank you for your suggestions.
PD: I tried different Vendor plugins before installing this one, and I like this one the most, that’s why I would like to keep it for our website.
- This reply was modified 5 years, 6 months ago by HDLF PRODUCTIONS.
@housedelafunk, our replies are inline :
1. Could you please specify how to modify the WCMP Email template?
I have an Email Customizer Plugin but it doesn’t affect any of the emails generated by WCMP. It only modifies the WooCommerce email templates.>> Kindly access plugin folder and navigate to dc-woocommerce-multi-vendor/templates/emails/
Here you will see all the email template and check how to modify them. You will get the notification on how to override inside each email template.
2. I’m trying to do what I saw on the video but when I go to the order and click on Edit for the Order Status, nothing happens. It’s like the link is not working or broken. I would like to suggest to change the design of this link as a combo box where you click on it and then select the status that you want to assign to the order.
>> Can you please check the console of the browser to see if there is any error.
Share the error message with us.1. I went to the .php file and modified the part that says “Commission” and changed it for “Price” as you can see in fist box of the image.
Now, I need to do the same with the second box that says “Commission Subtotal” and change it for “Subtotal” but I don’t find that part on the .php file.
Please follow the next link to see the image:
https://allstarengraving.com/new/wp-content/uploads/Untitled-1024×577.png
How can I modify that?
2. I would also like also to accommodate the template in order to fit in one page when I print it out, by making the letters smaller, reducing the table size, as the regular email that I receive from WooCommerce after an order is placed.
Please follow the link to see the image.
https://allstarengraving.com/new/wp-content/uploads/Untitled-WOO.png
Thank you so much for the support!
@housedelafunk, our replies are inline :
1. I went to the .php file and modified the part that says “Commission” and changed it for “Price” as you can see in fist box of the image.
Now, I need to do the same with the second box that says “Commission Subtotal” and change it for “Subtotal” but I don’t find that part on the .php file.Please follow the next link to see the image:
https://allstarengraving.com/new/wp-content/uploads/Untitled-1024×577.pngHow can I modify that?
>> This part gets added by the code. So, the best option will be to use loco plugin and rename the strings. Here is our translation guideline, just select the language english: https://wc-marketplace.com/knowledgebase/wcmp-translation-guide/
2. I would also like also to accommodate the template in order to fit in one page when I print it out, by making the letters smaller, reducing the table size, as the regular email that I receive from WooCommerce after an order is placed. Please follow the link to see the image. https://allstarengraving.com/new/wp-content/uploads/Untitled-WOO.png
>> this depends on the content of the email. So, you need to override the email template and adjust the font size as per your need.
Let us know if you have any further query.
1. This part gets added by the code. So, the best option will be to use loco plugin and rename the strings. Here is our translation guideline, just select the language english: https://wc-marketplace.com/knowledgebase/wcmp-translation-guide/
>> I did it, I installed the plugin, selected English and went to the WC Marketplace plugin, searched for the words that I needed to change and changed them. But, I am still receiving the emails with the words that I don’t want to show.
I changed “Commission Subtotal” for “Subtotal” and I am still receiving “Commission Subtotal” on my emails. Why is that???
2. this depends on the content of the email. So, you need to override the email template and adjust the font size as per your need.
>> I know it depends on the content of the email, but even 2 single items are printed in 2 pages. I don’t want to imagine when I test 10 items. My emails are going to be endless to print. I just need to reduce the size of sections and fonts. Can I use a plugin to do that? Because the plugins that I use, modify the emails sent by WooCommerce, but this email that I am receiving is generated by WC Marketplace and goes to the vendors when they have new orders.
@housedelafunk, please get in touch with us over our form, so our tea can help you out further: https://wc-marketplace.com/support-forum
Looking forward to your co-operation regarding the same.
- The topic ‘Vendor Wise Split Order Module’ is closed to new replies.