Bye,
I am trying to use it in my local installation. In the “Add Product” page of Doka, the field labels are visible but the colour picker and the button to add an image are not.
Can you tell me why?
Thank you and best regards,
Riccardo
We have accordion in ACF, when we create new porduct we dont see Accordion tab on Adding a new product, but when we edit any product we can see accordion there, Can someone from support team sort out this issue. I have been stuck on this tasks from 2 weeks now.
]]>Hi, I am trying to add a custom field in the bookable product where vendor can have access to the custom field when they add product. Its not working. Any idea?
]]>Hi !!
I have recently purchased the ACF for Dokan PRO version, since I read that it was already compatible with WooCommerce Booking to display custom fields, but unfortunately it does not work for me.
What to do? to display the acf created in the reservable products? I have the Woocommer Boking Dokan module activated and I can’t get it
Thanks for your help
Your plugin does not show the custom field in vendor registration page nor in setup wizard nor account details but in administration in the users, it shows fields to edit
]]>Hi,
I added 3 ACF for the product: 1 is the date picker, 1 text field and 1 image upload field, and I enabled it for the vendor. I only see the text field showing on the vendor product upload page. The date and image upload fields only show the label but don’t show the field to upload information. I am using the Woodmart theme. How can I solve the issue?
]]>
I have installed ACF and ACF for Dokan i have created the taxonomy called location and added items to the taxonomy. I have created a field for products using the location taxonomy and enebled it for vendors. On the front end i see the field title but no selector. Can someone please assist me with figuring this out.
]]>Hi, I have the Dokan free and Dokan+ACT free version. I want to create text and radio button field types for my vendors to display on the product page. Is that possible with the free version of both? Because I can create the fields and it is showing on the product page(without styling) but accept the fields that need to be completed by the vendor. That field doesn’t want to save.
Thanks
Hennie
]]>I installed the plugin ACF for Dokan and created the fields according to this video https://www.youtube.com/watch?v=h_Bd0CcAgvM&list=PLer1Itx6Jd4Haq8FGa5wN09ImaB0ku9AK&t=39s. The fields are visible when creating a product in Dokan, but do not show when viewing the product as seen in the video.
I used the storefront theme what am I doing wrong?
]]>Currently, we have an issue with the file class-acf-for-dokan.php: on line 211. Here, we had to directly insert the following code to avoid the error:
if(empty($custom_field)){$custom_field = '';}
However, as you know, making this modification directly in the plugin would result in losing these changes when updating the plugin, causing the error to reappear.
We tried changing the file through a child theme, using the same plugin path, but without success. We think there might be a restriction for making changes to the plugin in this manner.
We also attempted to use a hook, but that was unsuccessful too.
We would appreciate it if you could provide us with a way to edit the plugin or if you know how to solve this error, or the reason behind it. Thank you for your attention.
]]>We have a wordpress installation working with WooCommerce and Dokan.
Within our marketplace we want to seperate categories with ACF PRO.
we want to add different fields for each category.
If the vendor chooses a category there should different fields than there would be when using an other category.
Vendor Edits are allowed.
In admin create/edit a product page the condition works perfectly and is also displayed on the page correctly.
When vendor tries tp creates/edits a product. there is no field if we selected the category
]]>Hi, how do we place the custom field in dokan boxes, like the shipping and tax drop down?
thanks
]]>With the latest update, we have noticed that the wysiwyg field in the new product creation pop-up no longer works.
We had to change it to a simple text area, that is visible to the vendor, but please note, that no longer read the wysiwyg field
thank you in advance
]]>I have activated ACF for donkan in my website but I cannot see the custom field section in the dashboard
How can I fix that?
]]>I’ve created a select field where users can pick the “year of production” of a certain item they are trying to sell, but it seems I can’t let vendors choose any year. After selected, the value is not shown. But if I access as an admin and choose the same value, it shows. What am I missing ?
]]>Hello, I’ve come across a major issue regarding the publication of a new product using acf + dokan on vendors account. It seems all the fields create a php error. does anyone knows how to solve this ? Thank you
]]>Hi, your ACF for Dokan plugin is brilliant! It’s saved me a lot of time and effort for setting up custom product fields in my vendor dashboard.
One challenge that I’m facing is that the Stylized UI and Ajax option is not working on the Dokan Add / Edit Product page. If I go to the WordPress Add Product page, the Stylised UI is working fine. Primary reason that this is important is because I have a Select field that has a lot of options and the Stylized + Ajax option adds an autocomplete bar which makes it easy.
What do I need to tweak or is there any CSS or code snippet to get that working?
]]>Hi there,
Is there a way to add icons to the custom fields on the product page…
Please help
]]>I used acf to create custom fields on my dokan ‘add product form’. I’d like to know if it’s possible to be able to search and filter those fields. For example, if the custom field asked for product color and the user inserts RED. Can I use a filter plugin to retrieve that product using RED as the filter? This is for an e-commerce site and I am a wordpress novice. Thanks!
]]>Create a taxonomy, and it shows up fine in the admin, but it doesn’t show up on the vendor desktop.
I have ACF para Dokan plugin free
How could I solve this?
]]>Hello,
I’m having problems, when I put the fields they appear in the seller’s dashboard, but they don’t appear in the product page.
How can i solve this?
]]>Hi there, the plugin works fine, but I get this error? When a vendor wants to publish a new peoduct
Warning: Undefined variable $custom_field in /home/httpd/vhosts/……./……/wp-content/plugins/acf-for-dokan/includes/class-acf-for-dokan.php on line 199
Any Ideas?
]]>Hello,
I’ve created ACF Radio button fields and enabled it to show it in the Dokan vendor’s account. It is working fine, when vendors are creating products, they can fill in these custom fields. However, how do I display these inputs on the product page?
Thank you
Hello
Conditional logic does not work in Dokan products and only works in WooCommerce products. Is it possible that the conditional logic in the dokan products section works like woocommerce backend?
I don’t want some fields to be displayed in some dokan products, but all fields are displayed in all products
I have a problem with an input type number.
When they assign a value to it, everything goes well. But when that value is cleared, it doesn’t save anything.
I’ve tried it on other installations and it gives the same error.
Explanatory video Video
]]>Hello
The description of the forms is not being shown in the view of the sellers.
]]>in PHP in functions.php file, I’m trying to display/hide the price depending on if a radio button is set to yes/no in a product. How can I see what the radio button is set to?
As like:
if (the_field( 'radio_button' ) -> yes) {
$price = true;
} else {
$price = false;
}
if ($price) {
...Display Price...
} else {
...Don't Display Price...
}
Or just whatever, just a quick example to hopefully show what I mean.
]]>I mark them as required fields when uploading a product, but sellers do not see that it is required.
]]>The fields to fill in the reservation type are not shown on the seller’s front-end.
]]>Hi, to all
I have installed the plugin with no errors. But when i look on the left site i dont see the menu. i have logged out and again in nothing to see.
]]>