Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Marketplace › hide from vendor column Charges, Payment, Mode and Shipping Address
Tagged: Charges, mode, payment, Shipping Address, vendor
- This topic has 5 replies, 2 voices, and was last updated 4 years, 9 months ago by Ramamurthy Krishnan.
- AuthorPosts
- February 21, 2020 at 11:19 pm #108241alexbrosParticipant
Good afternoon. I really like your product but I do not need some features. I want to hide some columns from vendor. Can you help me remove the Charges, Payment, Mode column from the payments page. From the orderslist page, the Shipping Address column. I’ve been trying to do this for a week now and nothing will work out. I know that this is a small code that needs to be inserted into functions.php. Help me please! If you can’t hide all the columns that I wrote help remove at least some.
- February 24, 2020 at 4:52 pm #108532Ramamurthy KrishnanKeymaster
Hi,
Please add the below css code to your theme’s style.css file.
table#wcfm-payments thead tr th:nth-child(5), table#wcfm-payments thead tr th:nth-child(6), table#wcfm-payments thead tr th:nth-child(7), table#wcfm-payments tfoot tr th:nth-child(5), table#wcfm-payments tfoot tr th:nth-child(6), table#wcfm-payments tfoot tr th:nth-child(7), table#wcfm-payments tbody tr td:nth-child(5), table#wcfm-payments tbody tr td:nth-child(6), table#wcfm-payments tbody tr td:nth-child(7), table#wcfm-orders thead tr th:nth-child(5), table#wcfm-orders tfoot tr th:nth-child(5), table#wcfm-orders tbody tr td:nth-child(5) { display: none !important; }
Thanks,
- February 24, 2020 at 8:31 pm #108561
- February 25, 2020 at 6:20 pm #108749Ramamurthy KrishnanKeymaster
Hi,
Please add the below code in your theme’s style.css file.
table#wcfm-orders tbody tr td:nth-child(3) > a { display: none !important; }
Thanks,
- February 25, 2020 at 10:44 pm #108804alexbrosParticipant
Thank you very much!!!
- February 26, 2020 at 12:35 am #108811Ramamurthy KrishnanKeymaster
Hi,
You are most welcome 🙂
Please let us know if there’s anything else we can help you with.
Meanwhile can we ask you for a favor? Would you mind taking a few minutes to review our plugin at https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/ and let others know about your 5 Star experience with WCFM Marketplace. Also, follow us on Twitter https://twitter.com/wcfmmp for more exciting news, important updates, and irresistible offers.Thanks,
- AuthorPosts
- You must be logged in to reply to this topic.