haidermaa
Forum Replies Created
-
How can i hide the whole field itself?
3) when I scroll down store manager on mobile, the store manager header scrolls with me, and then disappears sometimes when scrolling up or down. seems glitchy. is there a solution to make it stay normally like on desktop?
I have the same issue here.
How do you exclude it with WP Super Cache?
- This reply was modified 4 years, 7 months ago by haidermaa.
Hi,
Please find the screenshot below. Its very weird honestly.
Between, are you using WCFM – Group & Staff addon?
No, i’m not using WCFM – Group & Staff addon. I’m however using WCFM – Ultimate.
- This reply was modified 4 years, 7 months ago by haidermaa.
Alright! Understood.
Thank you so much!
Hi,
Thanks for sending out the code.
Unfortunately that only hides the statuses. It doesn’t disable them after changing it.
We want to give vendors only one chance to select EITHER “Ready For Pick-up” or “Out of Stock” AND once he selects one, he can no longer revert his option. i.e. we want to disable the order status & make it gray to avoid vendors changing the order statuses unnecessarily.
And, i want to refresh the page everytime a vendor saves his order status, how can i do that?
Please help!
Hi,
Thanks for your reply!
No, i haven’t disabled “Withdrawal” Module.
I have enabled all the capability settings & all modules but still can’t see the “Payments” tab from the vendors dashboard. I have also disabled all the Code Snippets related to WCFM but without any luck.
I have also tried to delete & reinstall the plugin again but without any luck.
Please help me with this.
- This reply was modified 4 years, 8 months ago by haidermaa.
Hi,
Thanks for the reply!
I have modified slightly the attribute of the code you provided me with because we have multiple order statuses
add_filter( 'wcfm_allowed_order_status', function( $order_status ) { if( isset( $order_status['wc-ready-for-pick-up'] ) ) unset( $order_status[''] ); if( isset( $order_status['wc-pending'] ) ) unset( $order_status['wc-pending'] ); if( isset( $order_status['wc-processing'] ) ) unset( $order_status['wc-processing'] ); if( isset( $order_status['wc-on-hold'] ) ) unset( $order_status['wc-on-hold'] ); if( isset( $order_status['wc-completed'] ) ) unset( $order_status['wc-completed'] ); if( isset( $order_status['wc-refunded'] ) ) unset( $order_status['wc-refunded'] ); if( isset( $order_status['wc-in-transit'] ) ) unset( $order_status['wc-in-transit'] ); return $order_status; }, 50 );
By using the above modifications, i managed to hide all other order statuses from vendors. However, I want to show only two statuses for vendors to choose “Ready for Pick-up” & “Out-of-stock’ & whenever a vendor chooses one, the other one must be hidden afterwards.
wc-ready-for-pick-up
orwc-out-of-stock
It doesn’t seem to work well with this code even after modification.
Any idea of how to do it?
Understood.
But how can i restrict vendors to change their order status to the only the ones i require them to do?
I want to add restrictions on the type of custom order statuses that vendors can do to manage their orders.
To further illustrate this, i need a code from you if possible to restrict vendors to only change order status to “Ready For Pick-up” with slug “ready-for-pick-up”
I’m already using the custom order status manager for woocommerce so all custom order statuses we need are added.
Thank you!
Thank you so much for your reply!
Basically, we are doing the opposite. We will be taking care of the shipping from our side. Thats why we need the “Ready for Pick-up” button to be available to vendors whenever an order is placed with them.
Once pressed, a notification has to be sent to Admins through the Frontend & by email to notify us that the product is ready for our pick-up. So that we can go ahead, pick it up, & deliver it to the customer.
I couldn’t find any way on how to do it from the settings? Its preferable if we could have a button right next to the order status & a shortcut icon in the orders menu as well.
I believe this might need particular customizations for us. However, i’m not sure how to do it.
Forum: Plugins
In reply to: [WooCommerce] Is there anyway to show unit price on cart & checkout?Alright! noted.
Thank you so much!
Alright! Noted
What about customizing the Vendor Setup Wizard Page? Is there way to change the background color for example, header color, & button colors?
Forum: Plugins
In reply to: [WooCommerce] Is there anyway to show unit price on cart & checkout?Hi,
Thanks for your reply!
What about on Checkout page? Is there anyway to add it to the order table? This is my main inquiry.
All Done!
You are absolutely the best!
Thank you so much!
Hi,
Thanks for your reply!
That didn’t work actually as it was already changed when tested.
I’m asking about this one specifically. Below is the link for your reference. The red arrow is pointing to the one i would like to change.