In the free version, do all merchants have to approve/reject the order, or some condition can be set?
]]>Hello,
I bought 2 of your Plugins including:
However, when I install and use the Plugin, it does not work as expected, specifically:
When the Vendor changes the order status, the order status notification does not change accordingly.
No matter how the order status is changed, it still only displays a single status “Waiting”.
Vendor control version, see the picture here: https://imgur.com/a/Jyj4fIJ
I hope you can help me resolve this error.
Thank you!
]]>It would nbe awesome and very usefull that you provide a public function or shortcode we can add to any template file (example : order) so that we can display the Approve and Decline buttons there.
It could be :
oawoo_display_buttons($order_id);
AND/OR
[oawoo_display_buttons order_id=”1234″]
]]>I discovered a bug.
The CSS rules to display the APPROVE/DECLINE button use a selector of the actions buttons:
a[data-original-title=”XXXXXXX”]
But your CSS is written for standard Dokan language (english)
The problem if when translating wordpress, the button data-original-title change its value to the translated term… making the CSS selector not working.
I made a ugly quick fix by adding to my theme CSS file the following 2 lines:
a[data-original-title=”Approuver”]::before { font-family: “Font Awesome 5 Free” !important; content: “\f058” !important; color:GREEN }
a[data-original-title=”Refuser”]::before { font-family: “Font Awesome 5 Free” !important; content: “\f057” !important; color:RED}
]]>Hi
I’ve installed Dokan order approval in order for vendors to approve each order. But each time I make a pre-order, I receive instantly an order confirmation e-mail without the vendor doing anything (hence, without any real confirmation from the vendor).
Moreover, once the order is confirmed but still to be paid, I can’t see any payment link.
Would you please help me with this?
]]>Hi
I’ve installed Dokan order approval in order for vendors to approve each order. But each time I make a pre-order, I receive instantly an order confirmation e-mail without the vendor doing anything (hence, without any real confirmation from the vendor).
Moreover, once the order is confirmed but still to be paid, I can’t see any payment link.
Would you please help me with this?
Many thanks,
Regards,
Flo
]]>Possible to auto reject a waiting order if not accepted after a certain duration? Thanks
]]>hi
Can you offer Customer Order Confirmation? Delivered to the customer after the delivery date.
After the customer confirms receipt of the product or service, that is, the order, the order is marked as complete. thus preventing fraud.
thanks.
Thank you for this great plugin,
Can this be implemented for specific payment gateway only?
If the user selects other payment gateway, they are able to pay normally.
]]>Hi,
I have a few questions about this plugin.
Is the following possible?
– change the time to respond
– email reminder to buyer for payment
– email reminder to seller with reminder to accept
These options are actually necessary for me! Thanks in advance.
]]>Hi,
How can I remove the option to make the product approvable or not from the vendor product editing page because the vendors themselves are ticking the option off which is annoying
]]>issue is there is a notice on vendor store page
Notice: Trying to get property ‘post_content’ of non-object in /home/ie2n9/public_html/wp-content/plugins/dokan-order-approval/public/class-sg-order-approval-woocommerce-pro-public.php on line 140
Hi,
Can the “customer” cancel the order with this plugin?
For example, the customer bought the product. Order status: Processing.
Therefore, the order has not yet moved to the next stage. Example: It was shipped.
In such a case, can the customer cancel the order? As far as I know there is no plugin that provides this.
Hello, i need help with a code to count the waiting orders by short code
code example
function pruebashort(){
$current_user = wp_get_current_user();
$numorders = wc_get_customer_order_count( $current_user->ID );
$args = array(
'customer_id' => $current_user->ID,
'post_status' => 'waiting',
'post_type' => 'shop_order',
'return' => 'ids',
);
$numorders_waiting = 0;
$numorders_waiting = count( wc_get_orders( $args ) ); // count the array of orders
return count $numorders_waiting;
}
add_shortcode( 'count_can_ord','pruebashort');
]]>
how to get approval
]]>Fatal error: Unparenthesized a ? b : c ? d : e
is not supported. Use either (a ? b : c) ? d : e
or a ? b : (c ? d : e)
in {my domain}/public_html/wp-content/plugins/dokan-order-approval/includes/class-plugin-review-request.php on line 311
My server runs PHP 8
]]>Hi,
I’ve updated your order approval plugin in order to activate the email that goes to the vendor when there is a new order.
The e-mail was triggered, but it’s the same one than the one when the payment is done. It’s a Dokan e-mail.
I also don’t see a new e-mail from your plugin after the update.
We only have:
– pre order notification (to customer)
– order approved notification (to customer)
– order rejected notification (to customer)
No mail to the vendor…
]]>Hi,
Thank you for the great plugin!
When we receive an order, the vendor has to approve/reject the order. However, it seems the icons in the buttons are gone: https://prnt.sc/10tqxqd
Could you be so kind to check what might be the cause of this?
Thank you!
]]>Hi,
Products are usually closed when the payment was made.
But we want the product to disappear from the platform when the pre-order was made with your plugin.
Is this possible?
Thanks.
]]>