Yeasin Arafat
Forum Replies Created
-
Hi Deepak,
I understand your question, but the single store isn’t a page; it’s actually a template. That’s why you’re seeing the default WordPress title. To view the analytics, you can get the vendor ID and use it to run queries in Google Analytics. You can also achieve the desired result by using the
<code><strong>is_page_template</strong></code>
function like this:if ( is_page_template( ‘dokan-lite/templates/store.php’ ) ) {
// Code to customize here
}
All the best,
Hi nevatonight,
You are right, to override a Dokan template in your child theme, use the folder structure
dokan/orders/details.php
instead ofdokan/templates/orders/details.php
. Make sure the path and file names match exactly to ensure the overrides work correctly.All the best,
Hi dan009,
It seems that you want to help @mattydevs to achieve their customization. Would you mind sharing the customization code here so that other users in the future can benefit from it as well? I hope this makes sense.
Thanks!
Hi @rostilupt,
As we haven’t heard back from you for a while, we’ll consider this topic resolved. If you encounter any further issues, please don’t hesitate to open a new topic.
Thanks!
Hi nevatonight,
As we haven’t heard back from you for a while, we’ll consider this topic resolved. If you encounter any further issues, please don’t hesitate to open a new topic.
Thanks!
Hi nickkelley177,
As we haven’t heard back from you for a while, we’ll consider this topic resolved. If you encounter any further issues, please don’t hesitate to open a new topic.Thanks!
Hi nickkelley177?,
Thank you for your message. I understand that you’re looking to integrate Twilio’s lookup API for verifying phone number types. We request that, please submit a pull request (PR) for the Texty plugin using the URL below https://github.com/weDevsOfficial/texty. Our developer will review the PR and continue with the implementation. This will allow us to merge the feature directly into the Texty plugin. I hope this clarifies things.
All the best,
Hi nevatonight,
To ensure proper caching with WP Rocket while using Dokan, you’ll need to specify the non-cacheable URLs, related to Dokan. Here’s how you can configure it:
Non-cacheable URLs: You should specify the URLs that belong to Dokan, such as:
yourdomain.com/dashboard
yourdomain.com/my-orders
These URLs are dynamic and should not be cached to ensure correct functionality.
By configuring these settings, you ensure that Dokan’s dynamic pages like the dashboard and order pages function correctly without interference from caching mechanisms.
All the best,
Hi nevatonight,
To override the Dokan template files in your child theme, you need to ensure that you are placing the files in the correct directory structure within your child theme. Here’s a step-by-step guide:
Create the necessary folders in your child theme:
Inside your child theme directory, create a folder nameddokan
. Within thedokan
folder, replicate the folder structure of the Dokan plugin. For example, if you want to override thedetails.php
file located indokan-lite/templates/orders
, you need to create the same structure in your child theme.Copy the template file to the child theme:
Locate the template file you wish to override in the Dokan plugin directory. For example,details.php
can be found atwp-content/plugins/dokan-lite/templates/orders/details.php
. Copy this file into the corresponding directory in your child theme. The final path should beyour-child-theme/dokan/orders/details.php
.Modify the template file:
Open the copied template file in your child theme and make the necessary modifications. WordPress will now use this version of the file instead of the original one from the plugin. Please ensure that the folder structure and file names exactly match those in the plugin. Also, verify that your child theme is active.
Feel free to reach out if you have any further questions or run into issues!
All the best,
Hi 2candela2,
Shipping is a Pro feature of the Dokan plugin. According to the?forum guidelines, we are unable to discuss the premium features of a plugin within this forum.
We appreciate your understanding and cooperation.
Thanks!
Hi nzkinwi,
The feature allowing vendors to edit images (crop, scale, rotate, flip) directly within the media library is not available in Dokan. Vendors can only delete images when adding or managing product images, but they do not have access to the advanced image editing tools you mentioned.
We appreciate your feedback and understand how this feature could be beneficial for vendors. I will inform our development team about this suggestion as a potential enhancement for future updates.
All the best,
Hi joood,
As we haven’t heard back from you for a while, we’ll consider this topic resolved. If you encounter any further issues, please don’t hesitate to open a new topic.
Thanks!
Hi netrangerx,
It looks like you intended to share a screenshot but forgot to attach it. Could you please provide it here? Also, could you let us know if you are using the WooCommerce HPOS feature?
Best regards
Hi alexli126,
Please use the below-mentioned code on your child theme’s?functions.php?file. If you do not have a child theme on your site, consider using a code snippet plugin like?https://www.ads-software.com/plugins/code-snippets/?this one.
remove_filter( 'woocommerce_get_item_data', 'dokan_product_seller_info', 10 );
All the best,
Hi netrangerx,
Could you provide more detail on where the vendor is indicating that the dollar amounts are doubled? Any screenshots you could share would be greatly appreciated. I’m looking forward to receiving an update from you regarding the screenshot.
Thanks!