v3.7.23 | June 8, 2023

Dokan Pro v3.7.23 Release Banner
  • New: Added API support for withdrawal disbursement vendor settings.
    Below New API endpoints has been added:
    {{site_url}}/wp-json/dokan/v2/withdraw/disbursement
    {{site_url}}/wp-json/dokan/v2/withdraw/disbursement/disable
  • Update: [VendorVerification] Added Email template support for the emails triggered by the vendor verification feature.
  • Updated vendor verification document approval emails to use an email template file instead of being written directly in the code. Also, the email templates are now fully translatable.
  • Update: [VendorAnalytics] Added support for Google Analytics version 4.
    We understand your concerns about the closing of the Google Analytics API for Universal Analytics and the move to only support Google Analytics Version 4. Our team has worked hard to ensure a smooth migration from UA to GA4. You can now create New Streams and/or migrate your data and metrics to Google Analytics 4.
  • Update: [VendorAnalytics] Removed product quantity and URL size restrictions for analytics queries.
    We understand the frustration caused by the URL size limitation in the Google Analytics API V3. With the Update to GA4, we’re happy to announce that this restriction has been lifted.
  • Update: [VendorAnalytics] The date format for the “From” and “To” date pickers now matches the website’s date format.
    Previously, these fields displayed dates in the default browser format of ‘yy-mm-dd’. This ensures consistency in the display of dates across the website.
  • Update: [RequestAQuote] Customers now receive an Order Confirmation email when their quote is converted to an order, providing clarity on the status of their quote.
    Customers now receive a New Order Confirmation email when their quote is converted to an order. This Update addresses previous uncertainty about the status of quotes by sending a notification to the customer as soon as their quote is approved and ready for payment.
  • Fix: [WPML] Fixed issue with WPML and Dokan where payment redirection and webhook URLs were being translated.
    When the WPML plugin is set up with Dokan by the site admin and additional languages are added to the website, the payment redirection and webhook URLs displayed in both admin and vendor settings were being translated. However, for these URLs to work correctly, they need to remain in the website’s main language. We have made changes to ensure that these URLs do not get translated and remain correct.
  • Fix: [VendorShipping] Added validation for free shipping availability for vendors using the Dokan shipping method.
    This Update extends the support for WooCommerce free shipping validation to include vendors using the Dokan shipping method, ensuring consistent validation across all vendor shipping options.
  • Fix: The date and time format for the Shipping Tracking Shipment Timeline now matches the website’s global settings.
    This Update ensures that the timeline displays dates and times in the format specified in the website’s settings and localization options, rather than using a Fixed format.
  • Fix: [VendorShipping] Shipping zones in the Vendor Shipping Settings now reflect the sorting order set by the Admin in the WooCommerce Admin settings.
    Previously, the sorting order of shipping zones was not displayed correctly in the Vendor Shipping Settings, causing confusion for vendors. This Update ensures that shipping zones are displayed in the correct order according to the Admin’s settings.
  • Fix: Resolved an issue with importing products on the vendor dashboard when using Arabic translation with Loco Translate.
    It appears that there was a problem or bug when attempting to import products on the vendor dashboard, specifically when the site is translated into Arabic or other right-to-left (RTL) languages using the Loco Translate plugin and the Automatic Translate Addon For Loco Translate plugin. However, the issue with the product import has been resolved and Fixed.
  • Fix: [RequestForQuote] Quote Rules are applying for products under the vendor dashboard product listing page.
    Vendors can now view their own product prices on the vendor product dashboard in the Dokan plugin for WordPress and WooCommerce. Previously, when a quotation rule was applied to a vendor, it prevented them from seeing their own product prices on the dashboard. This issue has been resolved, providing a more transparent experience for vendors using the plugin.
  • Fix: [StoreOpneCloseTime] Resolved an issue where vendors were unable to configure their store’s opening and closing times using a mobile device.
    Previously, in the mobile responsive view, the open and close times were hidden and the time-picker was malfunctioning, preventing vendors from setting their store hours. This Update ensures that vendors can now easily set their store hours using a mobile device.
  • Fix: [DokanRefund] Resolved an issue where the refund template did not allow for child theme overrides.
    Previously, when a refund was processed, the Dokan template was always used instead of any customizations made in a child theme. This issue has been addressed by updating the load_order_items() function in ajax.php to check for a child theme version of the template before defaulting to the Dokan template.
  • Fix: [StoreReview] Resolved a translation issue where Comment box is empty string wasn’t translatable.