roshni07
Forum Replies Created
-
Hello @rara6122,
The issue is just a warning which you can avoid just by making the debug bar false. It should not cause an issue with functionality. Please set the debug bar to false and the warning will not be there:
https://www.wpbeginner.com/wp-tutorials/how-to-turn-off-php-errors-in-wordpress/
The links will help you. Let me know if the functionality causes any issues.
We are not authorized to discuss any paid version related to this forum. So if you have such issue please contact through website.
Regards
Hello @crystalimited,
The solution you are looking for will require some modification on the coding end. Unfortunately, more product option is not available on the free version of the plugin and I am unable to discuss such feature in this forum.
Feel free to contact through the website for such support-related such features.
Thank you 🙂
Hello @ahordii,
You will need to do two things :
1. Override this file woocommerce/templates/emails/admin-new-order.php
2. Remove these lines:Line no:25-27
<?php /* translators: %s: Customer billing full name */ ?>
<p><?php printf( esc_html__( ‘You’ve received the following order from %s:’, ‘woocommerce’ ), $order->get_formatted_billing_full_name() ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?></p>
<?phpAnd commentout line no: 46
do_action( ‘woocommerce_email_customer_details’, $order, $sent_to_admin, $plain_text, $email );
This should help you with the requirement you have. Let me know if you have further queries I can help you with 🙂
Hello @vasudevb,
The product status is visible to the vendor on the vendor dashboard. So if the product is n published it is visible on the dashboard product tav. That is why there is no specific email for the purpose.
However, I will take your suggestion and include on our list. If we get a similar request from most users on the matter, we may include the feature in a future update
Thank you 🙂
Hello @guilhermezm,
You may need to do custom code to show your custom order status on the frontend in both the order list and order details.php. When you will add new order Status for WooCommerce you need to use the same filter to ADD NEW CASE to show and save the order status when someone updates the order and to send order status changes through order-notes on the frontend. Kindly use the below hooks to get it done.
dokan_get_order_status_translated & dokan_get_order_status_classKindly open dokan-lite/templates/orders/listing.php and check this filter- dokan_bulk_order_statuses which should help you.
To add custom order status on Dokan you may need to modify on
dokan-lite/includes/order-functisons.php file and inside these functions –
dokan_get_order_status_class and dokan_get_order_status_translated
Also, you have to use this filter to save the order status like below on your child-theme functions.php –add_filter( 'wc_order_statuses', 'new_orders_vendor_status'); function new_orders_vendor_status($order_statuses){ $order_statuses['wc-shipping-progress'] = _x('Shipping in Progress','dokan-lite'); return $order_statuses; }
I hope this helps 🙂
Thank you!
Hello @gianloga,
You are able to set global commission and vendor wise commission with the free version of the plugin. For product-wise commission, you need to have the paid version of the plugin and unfortunately, we are not authorized to discuss such features here.
In case you need to have the information on the matter, please contact our sie and we will be happy to help you with the information you are looking for 🙂
Best Regards
Hello @yumumu,
The dashboard page must be created with the proper shortcode and set properly on the Dokan settings page. Here is the documentation of the detail: https://wedevs.com/docs/dokan/settings/page-settings-2/
Please follow every step and the page will work fineSet the mentioned as well :
The store URL setup: Dokan allows having multiple stores so the store URL format must be the same. The setup should be as given on the screenshot: https://prnt.sc/r60hho
Permalinks: The permalink structure is Dokan is very specific and you need to set them accordingly: https://wedevs.com/docs/knowledge-base/dokan-multivendor/fix-404-error-in-product-edit-page/
Let me know if the issue remains.
Hello @sujeet036,
I am afraid the feature you are looking for is unavailable on Dokan.
Thank you 🙂
Hello @james992,
I am so sorry to say that you are unable to achieve your requirement by default. You will need modification on the coding-end to achieve such a feature.
1. Here is the file location for modifying the registration form :
wp-content/plugins/dokan-lite/templates/account/vendor-registration.php2,3. Here is the file location that you will need :
wp-content/plugins/dokan-lite/templates/products/tmpl-add-product-popup.php
/wp-content/plugins/dokan-lite/templates/products/new-product-single.php
/wp-content/plugins/dokan-lite/templates/products/new-product.php
wp-content/plugins/dokan-pro/templates/products/product-edit.phpAs all files are inside the template folder, you can modify them using the child theme. The article can help you.
Thank you
Hello @pleazo,
I am afraid right now we do not have any solution for automatic split payment on the Dokan Lite version. The Standard PayPal and Bank transfer is non-adaptive and for now, the withdrawal is the only option for Lite user to earn the money
Thank you for understanding
Hello @dominusparte,
Dokan calculates each vendor’s shipping rate separately. If you need a single shipping rate then it is totally your own need. You can disable multiple shipping package rates on the cart but this will require modification in the core file of the Dokan plugin. By default, there is no way to pay once if the delivery is the same place but from multiple vendors.
However, if you are managing the shipping cost as admin and the vendor is not configuring their own shipping you can make a few modifications to achieve the changes.
You can use this on your theme functions.php:
remove_filter( 'woocommerce_cart_shipping_packages', 'dokan_custom_split_shipping_packages' ); remove_filter( 'woocommerce_shipping_package_name', 'dokan_change_shipping_pack_name'); remove_action( 'woocommerce_checkout_create_order_shipping_item', 'dokan_add_shipping_pack_meta');
I hope this helps 🙂
Best Regards.
Hello @dominusparte,
Dokan calculates each vendor’s shipping rate separately. If you need a single shipping rate then it is totally your own need. You can disable multiple shipping package rates on the cart but this will require modification in the core file of the Dokan plugin. By default, there is no way to pay once if the delivery is the same place but from multiple vendors.
However, if you are managing the shipping cost as admin and the vendor is not configuring their own shipping you can make a few modifications to achieve the changes.
You can use this on your theme functions.php:
remove_filter( 'woocommerce_cart_shipping_packages', 'dokan_custom_split_shipping_packages' ); remove_filter( 'woocommerce_shipping_package_name', 'dokan_change_shipping_pack_name'); remove_action( 'woocommerce_checkout_create_order_shipping_item', 'dokan_add_shipping_pack_meta');
I hope this helps 🙂
Best Regards.
Hello @aymanelash,
1. You will need to download the language file of both Dokan lite https://translate.wordpress.org/projects/wp-plugins/dokan-lite
2. Then you need to translate the files using the mentioned software: https://poedit.net
3. You need to make sure Lite files are 100 translated.
4. Use proper file name (File names are very important. For example country code as per you need )Dokan FREE: dokan-lite-fr_FR.mo or dokan-lite-fr_FR.po
4. Set them on the right location. (/wp-content/languages/plugins/)
Just follow the procedure and it will work as you expect 🙂
Hello @ghourbanian,
The file location for the separate vendor registration form is :
wp-content/plugins/dokan-lite/templates/account/vendor-registration.phpI hope this helps 🙂
Hello @shenalorlof,
I am so sorry to say that by default you are unable to hide the address details and show only the city on the product tab. You will need some modification to achieve the requirement you have.
I am unable to help you with details modification but surely I can help you by mentioning the file location that will require modification :
Tab :
/wp-content/plugins/dokan-lite/includes/wc-template.php
function dokan_seller_product_tab( $tabs ) {Address on Store settings :
content/plugins/dokan-lite/templates/settings/store-form.php
/Uwp-content/plugins/dokan-lite/templates/settings/store-form.phpI hope this helps 🙂