erikdemarco
Forum Replies Created
-
hi, yes. i see the setting now. but i dont see any buddypress menu in the dashboard.
hi, yes.
no. i cant see that menu in module setting
@macmanx
Hi, What I usually do is make a temporary form and copy the shortcode generated by jetpack via code editor. But now when doing the same things in gutenberg code editor, it doesnt shows shortcode as it used to be, it shows bunch of html comments tag instead. How to get the generated shortcode like previous version?Hello, sorry but it differs:
What he ask:
Dokan add ‘order status’ themself.What I ask:
Dokan ‘READS’ what is the current order status in “wc_order_statuses”. I already added costum order status myself. so DOKAN does not need to ADD order status again. just READ whats in there (wc_order_statuses). They dont need to modify anything in woocommerce. Just READ.Currently what DOKAN do is, they declare the order status manually, not reading what woocommerce declared. So if woocommerce team change the code to add new order status, DOKAN team would need to manually add the new status again. look it here:
=> https://github.com/weDevsOfficial/dokan/blob/develop/classes/template-dashboard.php#L96What type of programming is that? Our code should be dynamically reads whats already provided by woocommerce new CRUD system. so we developer dont need to manually update our code if woocommerce team change something.
Reading from DOKAN source code. most of it still using old deprecated function and method. Thats why their “add product” is still 2steps. Look other woocommerce marketplace plugin, they all already make it 1step by applying new wordpress code.
=> https://www.ads-software.com/support/topic/full-details-when-adding-a-product/- This reply was modified 5 years, 11 months ago by erikdemarco.
- This reply was modified 5 years, 11 months ago by erikdemarco.
- This reply was modified 5 years, 11 months ago by erikdemarco.
- This reply was modified 5 years, 11 months ago by erikdemarco.
Hi you misunderstand the question.
By default vendors can see order with ‘all’ status. How to restrict vendor to see only “Pending,Processing, Completed” order?how do you record that? I will record what is the problem from my end.
“Are you trying to use two multi-vendor plugin at a time?”
nope, as i told you earlier ‘UPDATE: “Module Controller” setting will save if im using WCFM marketplace, but if I’m using DOkan and turned off WCFM marketplace it won’t save.’That sentence translated like this:
When I use WCFM + Dokan (WCFM marketplace turned off) it doesnt works,
But when I use WCFM + WCFM marketplace (Dokan turned off) it does works.- This reply was modified 5 years, 11 months ago by erikdemarco.
- This reply was modified 5 years, 11 months ago by erikdemarco.
UPDATE:
I now know how the dokan developer think,
“The Add product is actually a post, and the other options are post meta. So if there is no post, you can’t insert meta.”Well, that thinking will be 100% correct if we are talking about old wordpress! (in old wordpress we cant insert post meta in ‘wp_insert_post’)
But please let the dokan developer know that since WordPress 4.4.0 A ‘meta_input’ array can now be passed to $postarr to add post meta data!!!!
So please update dokan code so it do not become old piece of software, please update dokan functionality with wordpress updates. If not dokan will be the oldest piece of software, I’m not kidding since dokan is the only ‘multi vendor plugin’ that have ‘2steps’ only for adding product. Look wcvendors wc-marketplace, wcfm, all of them using 1 steps only for adding the product.
“OK, so settings page data are saving, right?”
I cant comment on that.
Because its really weird for some setting it saved but shows old value. for some it won’t, like modifying “Module Controller” I turnoff the ‘article’ module, then click save. The ‘article’ menu still showing in my dashboard. So it is not saving right?UPDATE: “Module Controller” setting will save if im using WCFM marketplace, but if I’m using DOkan and turned off WCFM marketplace it won’t save.
- This reply was modified 5 years, 11 months ago by erikdemarco.
thank you ??
no error at all.
if theres javascript error it will not save the value. but it save the value thus my Inquiry Button Label changed to ‘Ask me’. But when i open the setting page again, it shows old value Inquiry Button Label => ‘Ask a Question’Previously I’m using WCFM + DOkan,
Then I try WCFM + WCFM MArketplace + Membership. (All using the latest version with fresh WP installation). it still show same result.UPDATE:
I noticed something weird. When I try to change ‘Inquiry Module’ settings
From:
Inquiry Button Label => ‘Ask a Question’
To:
Inquiry Button Label => ‘Ask me’Then refreshed the settings page, the ‘Inquiry Button Label’ still shows ‘Ask a Question’
But when I look it via the product page the button changed to ‘Ask me’.So the settings page is not showing real value? This is really weird.
Hello,
Well, between WC Vendors, WC MArketplace, Product Vendors. Only Dokan does 2 step when “adding product”. Why all of them can do in just 1 step?
Forum: Plugins
In reply to: [Booster for WooCommerce] Gateways Currency Converter ERRORand the “paypal checkout cant be selected”.
On checkout page i have two payments options.
1. Bank Transfer (Default)
2. Paypal CheckoutWhen customer selected Paypal, the summary will be refreshed then selected payment gateway will be selected back to “bank Transfer (Default)”
Forum: Plugins
In reply to: [Booster for WooCommerce] Gateways Currency Converter ERROR0.0069 (IDR/USD)
Exchange rate is set to automatically via Currency Exchange Rates module