Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM › Hide Gross Sales Column From Vendors
Tagged: Hide Gross Sales
- This topic has 8 replies, 4 voices, and was last updated 5 years, 2 months ago by WCFM Forum.
- AuthorPosts
- May 14, 2019 at 9:15 pm #62239mshafiqtahir.macitParticipant
Hi,
I didn’t like to show Gross Sales to our vendors. I have seen this solution https://wclovers.com/forums/topic/show-net-sales-only/ but this does not work for me because this can remove from reports only.
- May 15, 2019 at 3:45 pm #62308MaruGuest
Hi, I am creating a rental marketplace and I would like to eliminate Gross Sales from the vendor dashboard. I have seen this solution https://wclovers.com/forums/topic/show-net-sales-only/ but this does not work for me because this can remove from reports only.
- May 16, 2019 at 1:51 pm #62481WCFM ForumMember
- September 7, 2019 at 10:51 pm #80653pongaloenhvblogParticipant
Hi! Video is down, how can I hide gross Sales from vendor dashboard and order details?
- September 9, 2019 at 11:32 am #80794WCFM ForumMember
- September 9, 2019 at 6:22 pm #80877pongaloenhvblogParticipant
Thanks!!
But still appearing gross price in order detail. Is there any way to hide only to vendors? Thanks! - September 14, 2019 at 9:56 pm #81620WCFM ForumMember
Hi,
Please add this code to your site –
add_filter( 'wcfm_is_allow_gross_total', function( $is_allow ) { if( function_exists( 'wcfm_is_vendor' ) && wcfm_is_vendor() ) $is_allow = false; return $is_allow; });
Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/Thank You
- September 15, 2019 at 3:57 pm #81801pongaloenhvblogParticipant
Thanks but doesn’t worked for me using code snippets.
Here is an screenshot.
Attachments:
You must be logged in to view attached files. - September 17, 2019 at 7:30 pm #82152WCFM ForumMember
HI,
Well, you asked me to hide “Gross Total”.
These are not Gross Total! Certainly there is no filter to hide this. You may try using CSS.
Thank You
- AuthorPosts
- The topic ‘Hide Gross Sales Column From Vendors’ is closed to new replies.