niikk
Forum Replies Created
-
Forum: Plugins
In reply to: [Order Splitter for WooCommerce] Split order by category with dokanHello @fahadmahmood @ibulbworksupport
Thanks.
We tried to make it work with dokan. but we have no pro version yet and are not able to split by vendor. But we can split by products but we guess this is not working. Maybe we made a error in config. The order is splitted and the vendor is set. But the new orders are not visible in dokan dashboard for the vendors.
You mentoined in the description that your plugin supports now WCFM Markedplace. Can you maybe test if dokan works because we cant test this because of we have no pro version and we are 100% sure if we did the things right. We are very interested to use your plugin but it is a MUST that vendor would see splitted order as you can imagine. π
Cheers
Hi @rur165
Thanks. I guess that ok. We do not want to show “failed” orders to vendor. So a failed order does not count in dashboard and order list. If a customer cancle a failed order then it would be transform to a “canceled” order and this counts then. So I guess everything should work!
Thanks. π
Cheers
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Send no review for suborders (dokan)Hello @ivole
Hmm I’m not sure but maybe we can work with
dokan_is_sub_order.I found this.. what you mean?
/** * Get if an order is a sub order or not * * @since 2.4.11 * * @param int $order_id * * @return boolean */ function dokan_is_sub_order( $order_id ) { $parent_order_id = wp_get_post_parent_id( $order_id ); if ( 0 != $parent_order_id ) { return true; } return false; }Hi @rur165
So, finally we made now some changes to exclude failed order in the count. We worked with the
dokan_count_orders()function and made a simple change to it.Below you see the current function:
if ( $counts === false ) { $counts = [ 'wc-pending' => 0, 'wc-completed' => 0, 'wc-on-hold' => 0, 'wc-processing' => 0, 'wc-refunded' => 0, 'wc-cancelled' => 0, 'total' => 0 ];Actually we just remove
'wc-failed' => 0,. It’s working as it should.But we want to ask you if this is the right way or do we better go another way?
Cheers
- This reply was modified 5 years, 8 months ago by niikk.
Update:
We noticed, that this is only happen to the order complete mail which is send to the customer. The order processing mail is translated correctly. We do not use custom templates. Everything is out of the box.
Hi @roshni07
Thank. Ok so we will stay with the current solutions.
But by the way.. in the mail is the Vendor visible as βVendor:β. We translate βvendor:β in order that we have βseller:β on the checkout page. But this adjustment has no impact to the order mail. How do we hast to adjust this?
Cheers
Hello @roshni07
Thanks. π
Sendsing multiple emails to customers is not necessary so the parent order email is sent.
Yes, that right. But we want to have the suborder details in that mail too. Why? Because not every user has a account and therefore access to the suborder infos after he close the order confirmation page.
Any idea how? π
Hello @roshni07
Yes We know. And all in your video is working in our system.
But we ask about the eMail, which the customer recived. Whenn a order (parent #100) has two suborder (#101 and #102) in the mail which the customer get, every item from every vendor is shown. We guess, this is the mail for the parent order. So a customer get no a mail for every vendor or lets say, a mail for parent order 101 and a mail for sub order 101 and 102.
Well, a customer gets only one mail. This is correct. But we want to show the suborder numbers in that mail too.
This info is not available in your video π
Thanks
Forum: Plugins
In reply to: [Off-Canvas Sidebars & Menus (Slidebars)] Darken site when canvas is activeHello @razyrx
Okey, This is my current setting:
Group: Test Desktop (Hide on: Mobile & Tablet)
Group: Test Mobile (Hide on: Desktop)Filter “Test Filter” is on both groups added.
Desktop: Left Sidebar
Mobile & tablet: Canvas SidebarRepro steps:
Case Desktop:
– Navigate on Desktop to shop page
– Filter “Test Filter” is shownCase Mobile & tablet:
– Navigate on Mobile / tablet on shop page (Reload F5 or Load entire site new)
– Filter “Test Filter” is NOT shown. Only the Filter Name is displayed.I made tests with shortcode or BeRocked widget. Both no success..
What is the error in my process? π
Cheers
hello @razyrx
Thanks. I made some test with this setup but it’s not working as expected. When I create two groups and hide them on specific devices, then I only see the filter on one device. On the other device I only see the title but no filter and values. After removing the other group, it’s working. Seems like there is a issue with display filter twice even in groups.
Or do I miss something?
hello @razyrx
Thanks. I understand. But for this I need also to create the filter twice right? Because when I create two groups, one for desktop and one for mobile. Hide the desktop group on mobile is only a hide function. The filter is there in the background. Or do I miss something here?
Currently I build every filter twice, which works but it’s not very cool to administrate as you can imagine.
Is the group thing better?
@keraweb Sure. Review done!
Update: Now I can see the cases. But there now three of them xD
#444381
#444377
#444375Can you maybe close or delete the following? It makes no sence to have three of them π
#444377
#444375