Abner
Forum Replies Created
-
Thanks for the answer! Is there any forecast when it will be released?
Forum: Plugins
In reply to: [Contact Form DB - Elementor] Problem on CSV Exportinghttps://omniagencia.com.br/tutoriais/problema-com-o-plugin-elementor-contact-form-db/
You can find the corrected plugin in this article
Forum: Plugins
In reply to: [Contact Form DB - Elementor] TO EVERYONE HAVING ISSUES WITH EXPORTING CSV@nikunjt
https://omniagencia.com.br/tutoriais/problema-com-o-plugin-elementor-contact-form-db/You can find the corrected plugin in this article
- This reply was modified 3 years, 7 months ago by Abner.
Okay, thank you very much for your help. I don’t know what the guy’s solved, but my problem was solved.
Okay, thanks for nothing ????
Forum: Plugins
In reply to: [QR Code PicPay for WooCommerce] Erro de valida??o nos seguintes camposFico feliz em ter ajudado.
Forum: Plugins
In reply to: [QR Code PicPay for WooCommerce] Erro de valida??o nos seguintes camposNo meu caso, o problema era que faltava o campo CPF.
Confira no plugin Brazilian Market on WooCommerce se está ativo o CPF.Forum: Plugins
In reply to: [MB Custom Taxonomy] Customize taxonomy appearanceJust check the option to make it a hierarchical taxonomy
Ok, ty
I used this snippet to hide the steps in registering new vendors.
I believe you can disable this in the vendor’s capacity options.
But I removed it from the account panel with CSSHello, this snipped worked for me
add_filter('wcfmmp_store_setup_steps', 'remove_seo_tab'); function remove_seo_tab($steps) { unset($steps['seo'], $steps['payment']); return $steps; }
- This reply was modified 4 years, 4 months ago by Abner.
I decided to edit the delivery tab: I put a button to take to the product edit page on the backend and used the “Menu Editor” plugin to block all menu items that the vendor should not have access to.
So I used a snippet to filter the products and display only the products that the vendor created.@chonline507 Thanks for your response!
You use this plugin https://codecanyon.net/item/woocommerce-estimated-shipping-date-per-product/14979300#:~:text=WooCommerce%20Estimated%20Shipping%20Per%20Product,shipping%20date%20for%20each%20product. with the dokan?
Can your vendors choose a minimum preparation date for each product?
Thank you again!Hello, I’m also having this problem.
You can share the solution that allowed you to show:
Delivery Time (s):
vendor_name 7/15/2020 14:03?
Perhaps from there I will be able to find a solution, if I do, I will share it with you.I will contact you, thank you very much for the reply!
One last question, is it possible to integrate an ACF field on the product edit screen?